Commit Graph

1653 Commits

Author SHA1 Message Date
David Racero
dba3dd8e6b
Merge branch 'master' into feat/curve-treasury 2021-06-30 17:22:27 +02:00
David Racero
2b92dc8119 remove: Remove console.sol imports 2021-06-30 17:15:54 +02:00
David Racero
5e66335375 feat: Detect extra rewards at AToken when deposit and withdrawal of Curve gauge tokens. 2021-06-30 17:15:01 +02:00
David Racero
5b56182157 feat: adapted prior curve reward aware token tests. Added 3pool support. 2021-06-22 19:10:44 +02:00
David Racero
b5ba303e8f wip: Fix Curve tests to use underlying pool tokens instead of gauges 2021-06-22 13:54:30 +02:00
David Racero
a693e0b767 wip: tests changes due new curve treasury 2021-06-18 10:29:57 +02:00
David Racero
ba68afc1fc feat: optional aave collector from curve script 2021-06-18 09:38:29 +02:00
David Racero
3a452e9aef feat: curve treasury script add AaveCollector from config 2021-06-18 09:37:15 +02:00
Andrey
4e3701c196
Merge pull request #77 from aave/feat/incentives-end-emission
Feat/incentives end emission
2021-06-17 15:53:09 +03:00
David Racero
53dc34abd7 feat: added deploy scripts 2021-06-16 12:52:00 +02:00
sendra
5f34943922 fix incentives order 2021-06-16 12:47:12 +02:00
David Racero
8d52a520b0 feat: Adapt reward tokens to Curve Treasury. 2021-06-14 12:06:55 +02:00
sendra
59e5bf418c updated comments 2021-06-14 11:45:56 +02:00
David Racero
d178cc1cea feat: Added first iteration of CurveTreasury.sol to handle Curve LP token gauges 2021-06-09 12:43:16 +02:00
sendra
3d3e53a153 correct matic oracle 2021-06-08 15:42:04 +02:00
sendra
191e5b4319 case for when there is no user 2021-06-08 15:27:57 +02:00
sendra
a6978ed6ba fix on deployment task 2021-06-08 14:24:48 +02:00
sendra
07ea0e6434 pulled from master, and solved conflicts 2021-06-07 13:45:34 +02:00
sendra
6319733e82 added 0 address check in case we dont have incentives controller 2021-06-07 13:39:34 +02:00
Lasse Herskind
ad8d1ea817 fix: Gas optimization and refactor of CurveRewardsAwareAToken 2021-06-04 13:21:50 +02:00
David Racero
db9a5b64dd feat: Add deployment curve atoken scripts 2021-05-20 10:58:35 +02:00
The-3D
53b27235ad
Merge pull request #126 from aave/feat/defender-integration
Add OpenZeppelin Defender Integration
2021-05-18 12:43:18 +02:00
miguelmtzinf
83d2989eb1 fix: Fix grammar typos on commments 2021-05-18 11:40:02 +02:00
miguelmtzinf
34c9bf209e fix: Fix typo of tenderlyRPC for tenderlyNetwork 2021-05-18 10:40:22 +02:00
miguelmtzinf
64d37bcc70 fix: Fix @tenderly/hardhat-tenderly to 1.1.0-beta.5 2021-05-18 09:59:05 +02:00
miguelmtzinf
1d78df4292 fix: Fix ts issue with DRE object 2021-05-17 18:15:04 +02:00
miguelmtzinf
e6684bf268 fix: Fix package-lock json 2021-05-17 18:01:52 +02:00
miguelmtzinf
93f9e6f678 feat: Add DEFENDER env variables to docker yml 2021-05-17 14:36:39 +02:00
miguelmtzinf
329a48cd03 feat: Add defender utils and use of signer 2021-05-17 14:35:21 +02:00
miguelmtzinf
d6f92a6fad feat: Add defender-relay-client dependency 2021-05-17 14:06:48 +02:00
David Racero
823aeb6b47 feat: Added correct fork block number for Curve Reward Aware AToken mainnet fork tests 2021-05-17 13:56:24 +02:00
David Racero
45820122e5 fix: Add missing function dependency 2021-05-17 13:30:46 +02:00
David Racero
e8e9488523 feat: Added Curve LP support for reward aware aTokens 2021-05-17 13:12:23 +02:00
David Racero
991a7d424f feat: Added impersonateAddress function 2021-05-17 13:11:38 +02:00
David Racero
93334a94ab fix: tsconfig.json typescript config 2021-05-17 10:33:54 +02:00
The-3D
2aeb420b61
Merge pull request #104 from aave/fix/101-support-registry-config
fix: kovan deployment scripts
2021-05-14 15:07:40 +02:00
David Racero
512877af44 Merge branch 'fix/101-support-registry-config' of github.com:aave/protocol-v2 into feat/reward-aware-tokens 2021-05-14 14:47:53 +02:00
David Racero
9b06eb1477 feat: Improve readability of fork configuration. Support FORK_BLOCK_NUMBER enviroment variable. 2021-05-14 14:47:19 +02:00
David Racero
6f03bb9cf9 feat: merge fix/101-support-registry-config 2021-05-14 12:44:57 +02:00
David Racero
e15bdec898 feat: remove deprecated task initialize-tokens 2021-05-14 09:39:48 +02:00
David Racero
37ba4765ea fix: solve conflicts from master 2021-05-14 09:26:22 +02:00
David Racero
4ce6573aaa feat: Remove gasUsage variable due is unused. 2021-05-12 17:37:38 +02:00
David Racero
cd8c1922f9 fix: Add missing override for UNDERLYING_ASSET_ADDRESS function at AToken.sol 2021-05-12 17:34:28 +02:00
David Racero
f78dce9d2b fix: undo changes at IAToken.sol 2021-05-12 17:23:50 +02:00
David Racero
d6ede6c87e feat: Added Rewards Aware ATokens tests and scripts. 2021-05-12 17:09:49 +02:00
David Racero
55a9880c79 feat: Reward aware aToken contracts 2021-05-12 12:55:13 +02:00
The-3D
b4ed523a64
Merge pull request #68 from aave/polygon-verifier
Polygon integration
2021-05-12 12:49:57 +02:00
The-3D
38701827f5
Merge pull request #112 from aave/feat/ui-pool-data-provider-task
Feat/UI pool data provider task
2021-05-12 11:00:22 +02:00
David Racero
8072db2f27 logs: remove unneeded debug log 2021-05-12 10:24:03 +02:00
David Racero
095d5bff90 typo: rename getWrappedNativeTokenddress to getWrappedNativeTokenAddress 2021-05-12 10:23:15 +02:00