Commit Graph

57 Commits

Author SHA1 Message Date
Josh Stevens
6d59bf56ce Merge pull request #21 from yqrashawn/patch-1
fix: minor typo in readme
2022-02-23 11:33:35 +00:00
Josh Stevens
bd4ddf4d01 Merge pull request #25 from aave/fix/ui-helper-tests
fix: fix broken test and add missing test for new method
2022-02-23 11:32:39 +00:00
Josh Stevens
75927948eb fix: fix broken test and add missing test for new method 2022-02-23 11:31:35 +00:00
yqrashawn
a302f969bd fix: minor typo in readme 2022-02-20 10:22:34 +08:00
Josh Stevens
a9aadfc27c feat: extend UI data provider helper to include getLatestDataByHandle 2022-02-16 12:28:48 +00:00
Zer0dot
ff90e6961b misc: Fixed missing brackets. 2022-02-14 12:21:09 -05:00
Zer0dot
b455ed46c1 Merge pull request #13 from aave/feat/updated-verification 2022-02-10 16:34:32 -05:00
Peter Michael
28cbd6f12a feat: Removed currency and added descriptive comment to deployment task. 2022-02-10 16:32:04 -05:00
Peter Michael
cb8216b42b misc: Updated verification max tries to 7 in case of a congested API. 2022-02-10 16:29:12 -05:00
Peter Michael
17dd5f0f58 feat: Updated to allow proxy verification. 2022-02-10 16:08:00 -05:00
Zer0dot
74fc942f0d Merge pull request #12 from aave/feat/ui-data-provider 2022-02-10 15:34:10 -05:00
Peter Michael
2bad6514eb misc: Added missing SPDX license identifier. 2022-02-09 15:00:24 -05:00
Peter Michael
82892ac3de feat: Added UIDataProvider contract and associated test. 2022-02-09 14:57:17 -05:00
Zer0dot
1012dcf113 Merge pull request #11 from aave/fix/remove-followed-event 2022-02-09 10:29:09 -05:00
Peter Michael
f3abcec1e1 fix: Removed redundant event. 2022-02-09 10:27:49 -05:00
Zer0dot
7c9a51940a Merge pull request #7 from aave/feat/multi-follow-tests
Feat: Add a Generic Multi-Follow Test
2022-02-07 16:35:16 -05:00
Peter Michael
da3f669d70 test: Added test for generic multi-follow and clarified corresponding meta-tx test description. 2022-02-07 16:33:58 -05:00
Zer0dot
e8e328cf80 Merge pull request #6 from aave/feat/optimal-for-loops 2022-02-07 16:25:37 -05:00
Peter Michael
99914b9a05 feat: Replaced post-increment with pre-increment in for loops. 2022-02-07 16:19:18 -05:00
Peter Michael
96745e8715 misc: Added runtimeHRE type. 2022-02-07 16:11:39 -05:00
Peter Michael
5c171ef649 fix: Fixed runtimeHRE export. 2022-02-07 16:11:09 -05:00
Peter Michael
d89c152691 misc: Updated readme to clarify module types. 2022-02-07 14:41:01 -05:00
Peter Michael
b2aef58362 misc: Optimized verification to delay initially. 2022-02-06 16:09:27 -05:00
Peter Michael
04ed9585b8 misc: Added failed verification error logging on retry. 2022-02-06 14:00:06 -05:00
Peter Michael
ebc2e5901a fix: Updated full-deploy-verify task. 2022-02-06 13:39:00 -05:00
Peter Michael
6ce4ed5062 misc: Fixed file name typo. 2022-02-06 13:28:37 -05:00
Zer0dot
86753ceb45 Merge pull request #5 from aave/feat/etherscan-verify
Feat/etherscan verify
2022-02-06 13:10:27 -05:00
Peter Michael
c0fb2754a6 misc: Updated naming. 2022-02-05 19:12:54 -05:00
Peter Michael
94c53b6638 misc: Updated NatSpec author field. 2022-02-05 19:11:57 -05:00
Peter Michael
34b9bf4245 misc: Updated gitignore. 2022-02-04 18:07:46 -05:00
Peter Michael
7a169a687f feat: Created task for full-deployment with verification (includes small cleanup). 2022-02-04 15:16:09 -05:00
Zer0dot
689633be9d Merge pull request #4 from aave/feat/follow-nft-total-supply-at-block 2022-02-03 18:12:34 -05:00
Peter Michael
f6900431c2 test: Added additional delegated supply validation. 2022-02-03 16:05:03 -05:00
Peter Michael
bb2a9e77b6 misc: Removed unneeded ternary operator. 2022-02-03 16:04:24 -05:00
Peter Michael
772c6b8f85 misc: Slightly cleaned up comments. 2022-02-03 15:02:29 -05:00
Peter Michael
0153e94002 misc: Removed unneeded follow NFT delegated supply update event (this can be computed off-chain with the regular FollowNFTDelegatedPowerChanged events). 2022-02-03 14:49:42 -05:00
Peter Michael
45d6d9c908 feat: Added follow NFT delegated supply change tracking event. 2022-02-03 13:48:21 -05:00
Peter Michael
60134e6cff misc: Added small comment for clarification. 2022-02-03 13:30:49 -05:00
Peter Michael
124c7fe8df test: Updated tests to validate expected follow NFT delegated supply behavior. 2022-02-03 13:29:31 -05:00
Peter Michael
a3a9ce688c misc: Updated IFollowNFT interface to reflect new changes. 2022-02-03 13:29:14 -05:00
Peter Michael
1eb9e3349b misc: Slight reorganization. 2022-02-02 18:26:09 -05:00
Peter Michael
c05b138c67 feat: Initial rough implementation of the Follow NFT total delegated supply tracking mechanism. 2022-02-02 18:18:44 -05:00
Zer0dot
289489f78b Misc: Added neat ASCII art to readme. 2022-02-02 15:58:14 -05:00
Zer0dot
65d42034ff misc: Removed obsolete comment. 2022-02-02 15:37:54 -05:00
Zer0dot
f6b94ee193 misc: Added PeckShield audit report.
Added PeckShield's audit report.
2022-02-02 14:55:48 -05:00
Peter Michael
ef28f3628c feat: Initial implementation of a deployWithVerify helper. 2022-02-01 18:58:51 -05:00
Peter Michael
5f79b16448 misc: Added SPDX license identifier. 2022-02-01 15:18:05 -05:00
Zer0dot
0d9b41cf40 Merge pull request #3 from aave/feat/mock-profile-creation-proxy
Feat: Implement a Mock Profile Creation Proxy
2022-02-01 15:15:54 -05:00
Peter Michael
7b54e33fc4 feat: Implemented mock profile creation proxy. 2022-02-01 15:11:47 -05:00
Peter Michael
83bd093cfd misc: Added hardhat etherscan api key to configuration. 2022-01-31 17:13:09 -05:00