1800 Commits

Author SHA1 Message Date
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
D3v
251933c16f Missing newline
Signed-off-by: D3v <d3v@zgen.hu>
2022-02-08 03:57:29 +01:00
D3v
02980ab21f Docker improvements
Signed-off-by: D3v <d3v@zgen.hu>
2022-02-08 03:55:48 +01: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
Peter Michael
d40669a8ab misc: Removed obsolete NatSpec inheritance. 2022-01-31 17:12:37 -05:00
Zer0dot
db592b068c Merge pull request #2 from aave/misc/update-configuration
misc: Updated hardhat configuration and deploy task.
2022-01-28 17:10:34 -05:00
Peter Michael
458e5a0b48 misc: Updated hardhat configuration and deploy task. 2022-01-28 15:18:52 -05:00
Zer0dot
52abf8d794 Merge pull request #1 from aave/fix/set-follow-nft-uri-with-sig
Fix: Fix `setFollowNFTURIWithSig()` function to properly set the follow NFT URI.
2022-01-27 11:21:42 -05:00
Peter Michael
41fa2ac663 fix: setFollowNFTURIWithSig() function now sets the follow NFT URI as intended. 2022-01-27 11:14:23 -05:00
Peter Michael
bdf29b7a64 misc: Updated package.json. 2022-01-25 15:21:23 -05:00
Peter Michael
dd137b2dee Initial commit 2022-01-25 15:19:42 -05:00