David Racero
|
4b217fff84
|
tests: fixed tests to support latest changes
|
2021-07-16 12:22:20 +02:00 |
|
miguelmtzinf
|
e6684bf268
|
fix: Fix package-lock json
|
2021-05-17 18:01:52 +02:00 |
|
miguelmtzinf
|
d6f92a6fad
|
feat: Add defender-relay-client dependency
|
2021-05-17 14:06:48 +02:00 |
|
David Racero
|
37ba4765ea
|
fix: solve conflicts from master
|
2021-05-14 09:26:22 +02:00 |
|
David Racero
|
4f7ce7e202
|
Merge branch 'master' into polygon-verifier
|
2021-05-11 12:55:17 +02:00 |
|
David Racero
|
9b78daa189
|
fix: fix kovan deployment. Prevent to init tokens without address. Added deployRegistry flag to scripts.
|
2021-05-07 15:15:15 +02:00 |
|
sendra
|
8b8736dc5a
|
Back to try catch, but with also 0 address catching
|
2021-04-26 15:26:36 +02:00 |
|
sendra
|
701c0793ce
|
fix: merged with master
|
2021-04-26 12:51:04 +02:00 |
|
David Racero
|
e6f6fce787
|
feat: add github actions to run tests at master and pull requests
|
2021-04-23 18:04:43 +02:00 |
|
The3D
|
c46b3932f3
|
config: updated package.json
|
2021-04-23 16:07:14 +02:00 |
|
sendra
|
a5ab0a6e3b
|
added mumbai addresses
|
2021-04-09 10:57:01 +02:00 |
|
David Racero
|
9ecf1bed1c
|
Merge branch 'master' of github.com:aave/protocol-v2 into polygon-verifier
|
2021-03-26 12:55:04 +01:00 |
|
David Racero
|
16b7a096ef
|
Fix npm i install due old package-lock
|
2021-03-22 14:09:26 +01:00 |
|
David Racero
|
d16c680b7c
|
Integrate polygon verifier into verification tools and Hardhat tasks
|
2021-03-11 16:55:04 +01:00 |
|
The3D
|
12cda094b4
|
Merge branch 'master' into feat/light-deployments
|
2021-03-05 13:46:11 +01:00 |
|
Zer0dot
|
d41edec1ab
|
Merged feat/lp-market-updated-deployment
|
2021-02-23 10:59:02 -05:00 |
|
Hadrien Charlanes
|
18aac08061
|
Added full script and config for kovan
|
2021-02-22 17:26:06 +01:00 |
|
Zer0dot
|
655f9751f7
|
Replaced "Uniswap" market name & references with "Lp"
|
2021-02-08 11:05:10 -05:00 |
|
Zer0dot
|
f590040c60
|
Merge remote-tracking branch 'oldfork/light-implementation' into lp-market
|
2021-02-04 16:45:00 -05:00 |
|
David Racero
|
3f6dd8a0f0
|
Update hardhat to latest version. Add timeout to advanceTimeAndBlock function.
|
2021-02-01 17:54:02 +01:00 |
|
David Racero
|
37ac8b5297
|
Add new edge case when flash liquidation same asset. Add tests.
|
2021-01-29 18:09:06 +01:00 |
|
root
|
a9aff29b77
|
Flash liquidation fixes. Add working test for flash liquidation. Add Tenderly tests support.
|
2021-01-15 15:48:54 +00:00 |
|
Zer0dot
|
917f632980
|
Added unique prefix functionality
|
2021-01-13 01:05:44 -05:00 |
|
Zer0dot
|
9e001ec0b6
|
Initial testing
|
2020-12-22 18:48:02 -05:00 |
|
andyk
|
a21757d0fc
|
adoption to the latest
|
2020-11-30 17:14:29 +04:00 |
|
David Racero
|
648cba1cd2
|
Fixes npm ci error.
|
2020-11-23 11:33:19 +01:00 |
|
David Racero
|
6532fd0765
|
Move protocol contracts inside own directory to scope audits. Update library hash at contracts-deployments.ts:165 due libraries paths has changed.
|
2020-11-23 11:28:57 +01:00 |
|
The3D
|
8c03180f89
|
Updated solidity version
|
2020-11-20 11:41:58 +01:00 |
|
The3D
|
3f5822f5f6
|
Updated DefaultInterestRateStrategy
|
2020-11-19 17:17:11 +01:00 |
|
David Racero
|
3e005b4aaa
|
Fix CI ethereumjs
|
2020-11-18 19:22:30 +01:00 |
|
David Racero
|
53d92ccfe4
|
Added permit domain check test. Update typechain and typescript to support new ethers 5 generated typings. Updated ethers to support _TypedDataEncoder for domain hash.
|
2020-11-18 19:18:02 +01:00 |
|
David Racero
|
84053c7b1d
|
Added latest update from Tenderly
|
2020-11-16 10:19:14 +01:00 |
|
David Racero
|
1bfab49557
|
Initial setup. Add Alchemy key
|
2020-11-12 09:11:17 +01:00 |
|
The3D
|
f87873a6de
|
Added natspec, isActive check
|
2020-11-10 16:07:13 +01:00 |
|
David Racero
|
8389410819
|
Use latest package
|
2020-11-09 19:28:13 +01:00 |
|
David Racero
|
b3870cc107
|
Use fallback verification if related sources causes Solidity bug.
|
2020-11-09 18:55:09 +01:00 |
|
David Racero
|
45f882b401
|
Upload source dependency graph instead of all source code while etherscan verification
|
2020-11-09 15:52:28 +01:00 |
|
David Racero
|
089dd2a55a
|
Remove buidler gas estimation to fix conflict with hardhat estimation plugin
|
2020-11-09 09:51:44 +01:00 |
|
andyk
|
efb77fdf4c
|
Merge branch 'master' into feat/data-helpers
|
2020-11-06 15:54:50 +03:00 |
|
David Racero
|
21e57a1a37
|
Migrate buidler to hardhat
|
2020-11-05 12:18:20 +01:00 |
|
David Racero
|
86f79b4c13
|
Reserves Configuration
|
2020-11-04 13:22:40 +01:00 |
|
David Racero
|
fd46bf888a
|
Print addresses after migration. Fix minor migration issues.
|
2020-11-02 14:45:00 +01:00 |
|
andyk
|
f5d7d0192d
|
fix bad merge mistakes
|
2020-11-02 15:00:24 +03:00 |
|
andyk
|
9ce6d3347f
|
Merge branch 'master' into feat/data-helpers
|
2020-11-02 14:46:23 +03:00 |
|
emilio
|
d645155321
|
Updated configureAsCollateral
|
2020-10-31 12:17:59 +01:00 |
|
andyk
|
898d72dfb3
|
Merge branch 'master' into feat/data-helpers
|
2020-10-30 13:16:21 +03:00 |
|
andyk
|
18d7a44db5
|
removal of ReserveLogic.ReserveData from UI helper return
|
2020-10-30 13:14:42 +03:00 |
|
David Racero
|
1ef22f036b
|
Fix conflicts
|
2020-10-27 12:12:05 +01:00 |
|
pol
|
ddf17d7249
|
merged with master
|
2020-10-27 11:37:06 +01:00 |
|
pol
|
52c21a38ba
|
Merge branch 'master' of sendra.gitlab.com:aave-tech/protocol-v2 into feat/70-basic-flow-task
|
2020-10-27 10:49:34 +01:00 |
|