The3D
|
2507a2220b
|
comments: fixed comment for validateHealthFactor()
|
2021-05-13 16:42:14 +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 |
|
David Racero
|
b7462c6be2
|
feat: update UiPoolDataProvider task to match other tasks code style. Fix old reference of verifyContract at deployUiPoolDataProvider function.
|
2021-05-12 10:15:41 +02:00 |
|
David Racero
|
6312f9ad64
|
logs: organize logs at tenderly-utils.ts
|
2021-05-12 09:50:24 +02:00 |
|
David Racero
|
009752df4f
|
fix: typo at console.log
|
2021-05-12 09:46:05 +02:00 |
|
David Racero
|
51c0ccaca3
|
Merge branch 'master' into fix/101-support-registry-config
|
2021-05-11 15:10:32 +02:00 |
|
The-3D
|
e45dff586b
|
Merge pull request #18 from kartojal/feat/add-compile-prior-tests
Run compile prior running tests at package.json script
|
2021-05-11 14:04:29 +02:00 |
|
David Racero
|
4f7ce7e202
|
Merge branch 'master' into polygon-verifier
|
2021-05-11 12:55:17 +02:00 |
|
David Racero
|
6c0bbadacb
|
Merge branch 'master' into feat/add-compile-prior-tests
|
2021-05-11 12:35:15 +02:00 |
|
David Racero
|
50766285b7
|
misc: do not change LendingPoolConfigurator old style
|
2021-05-11 11:02:45 +02:00 |
|
David Racero
|
bb729b540f
|
misc: do not change LendingPoolConfigurator old style
|
2021-05-11 11:02:01 +02:00 |
|
David Racero
|
e6a5ea0378
|
ci: add env var usage
|
2021-05-10 18:02:05 +02:00 |
|
David Racero
|
9a699d58c0
|
misc: remove logs
|
2021-05-10 15:56:47 +02:00 |
|
David Racero
|
2117e2ca62
|
misc: remove logs
|
2021-05-10 15:53:01 +02:00 |
|
David Racero
|
2cdfbbbc5d
|
feat: Added support to fork any chain. Added deployment scripts to Github Actions
|
2021-05-10 15:34:31 +02:00 |
|
The3D
|
2dac7fbd80
|
fix: fixed behavior in case the asset withdrawn was already being used as collateral
|
2021-05-10 14:02:36 +02:00 |
|
David Racero
|
a89598671f
|
fix: local dev deployment
|
2021-05-10 10:47:24 +02:00 |
|
David Racero
|
e41a18c33a
|
fix: fixed logic of address provider registration
|
2021-05-10 10:16:13 +02:00 |
|
The3D
|
42a07e75ab
|
test: fixed the accrued to treasury test
|
2021-05-08 18:53:56 +02:00 |
|
The3D
|
ce052c669f
|
refactor: partially fixed mint to treasury tests
|
2021-05-07 20:04:24 +02:00 |
|
David Racero
|
607d3c9a24
|
tasks: Full migration scripts now deploys independent markets. Added new task to attach a new market to the LendingPoolAddressesProviderRegistry.
|
2021-05-07 16:59:24 +02:00 |
|
The3D
|
550a4abe7d
|
Merge branch 'protocol-2.5' into feat/gas-optimization-3
|
2021-05-07 16:42:52 +02:00 |
|
David Racero
|
57cc6579e1
|
feat: Remove debug logs
|
2021-05-07 15:18:37 +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 |
|
The-3D
|
b698cc748e
|
Merge pull request #102 from aave/feat/gas-optimization-1
Protocol 2.5 - gas optimization 1
|
2021-05-07 14:03:17 +02:00 |
|
The3D
|
50ea61fe70
|
Merge branch 'feat/gas-optimization-1' into feat/gas-optimization-2
|
2021-05-07 11:24:58 +02:00 |
|
The3D
|
759e163cb3
|
Merge branch 'protocol-2.5' into feat/gas-optimization-1
|
2021-05-07 11:22:38 +02:00 |
|
The3D
|
506b8bccfe
|
Merge branch 'master' into protocol-2.5
|
2021-05-06 21:29:12 +02:00 |
|
The3D
|
c6dbc98926
|
test: initial test for mintToTreasury()
|
2021-05-06 16:21:55 +02:00 |
|
The-3D
|
77fe998e9f
|
Merge pull request #64 from aave/feat/protocol-2.5/repayPermit-depositPermit
RepayWithPermit, depositWithPermit
|
2021-05-05 13:12:22 +02:00 |
|
Hadrien Charlanes
|
39ab410ba5
|
fix: grammar comment
|
2021-05-05 13:05:02 +02:00 |
|
Hadrien Charlanes
|
6a952901d9
|
doc: documented new reserveConfigurationMap data structure
|
2021-04-30 17:43:00 +02:00 |
|
Hadrien Charlanes
|
1bec527091
|
test: tested supply cap
|
2021-04-30 17:35:46 +02:00 |
|
Hadrien Charlanes
|
1de5a303f4
|
feat: implemented supply cap
|
2021-04-30 17:35:16 +02:00 |
|
Hadrien Charlanes
|
be859bd270
|
test: added supply cap tests in configurator test
|
2021-04-30 16:55:31 +02:00 |
|
Hadrien Charlanes
|
6a0d27c0de
|
fix-refactor: Refactored tests with new getCaps function, fixed contract supplyCap mask
|
2021-04-30 16:48:09 +02:00 |
|
Hadrien Charlanes
|
f624783a36
|
feat-refactor: added supplyCap and refactored borrowCap
|
2021-04-30 16:17:05 +02:00 |
|
Hadrien Charlanes
|
cd2eb0af58
|
fix: added missing await to tess txs
|
2021-04-30 12:14:48 +02:00 |
|
Hadrien Charlanes
|
c8ff80b6a3
|
clean: removed console log
|
2021-04-30 12:08:09 +02:00 |
|
Hadrien Charlanes
|
c907d15e22
|
feat: borrowCap from 32 bits (4 billion max cap) to 48 bits (280 trilly)
|
2021-04-30 12:06:14 +02:00 |
|
Hadrien Charlanes
|
08e14b7565
|
test: added more precised cap test
|
2021-04-30 11:02:28 +02:00 |
|
Hadrien Charlanes
|
dac8812c3c
|
test: testing borrow cap overflow, max borrow cap
|
2021-04-30 09:36:46 +02:00 |
|
Hadrien Charlanes
|
c7bf3e861f
|
fix: updated test name
|
2021-04-30 09:28:35 +02:00 |
|
The3D
|
5f0fb4bec9
|
refactor: changed the behavior of mintToTreasury
|
2021-04-29 20:40:37 +02:00 |
|
The3D
|
bce4c6b674
|
test: fixed tests to adapt the error messages
|
2021-04-29 19:56:22 +02:00 |
|
The3D
|
ed987ac46e
|
refactor: removed balanceDecreaseAllowed
|
2021-04-29 19:55:52 +02:00 |
|
Hadrien Charlanes
|
41c53842f7
|
test: added tests for borrow cap
|
2021-04-29 18:11:57 +02:00 |
|