Commit Graph

718 Commits

Author SHA1 Message Date
Ernesto Boado
6b26e39d5f Merge branch 'feat/74' into 'master'
Feat/74 - Add `onBehalf` for flashloan(), to open debt if debt mode selected

Closes #74

See merge request aave-tech/protocol-v2!96
2020-10-29 15:08:18 +00:00
David Truong
f546d21c97 Merge branch 'feat/74' of gitlab.com:aave-tech/protocol-v2 into feat/74 2020-10-29 15:55:20 +01:00
David Truong
d373b9beb8 Fix for pausable-function flashloan test 2020-10-29 15:53:38 +01:00
Ernesto Boado
b7f47d160e Merge branch 'fix/99' into 'master'
Resolve "Set the isUsedAsCollateral flag on aToken transfers"

Closes #99

See merge request aave-tech/protocol-v2!107
2020-10-29 14:48:48 +00:00
Ernesto Boado
c4753bec66 Merge branch 'fix/75-improve-migration-scripts' into 'master'
Resolve "Improve migration scripts"

Closes #67, #76, and #75

See merge request aave-tech/protocol-v2!84
2020-10-29 13:45:18 +00:00
David Racero
c187440f84 Merge branch 'master' of gitlab.com:aave-tech/protocol-v2 into fix/75-improve-migration-scripts 2020-10-29 14:11:00 +01:00
emilio
3f7d913fd4 Fixed issue on 0 transfer, added check that the caller must be an aToken 2020-10-29 13:43:24 +01:00
The-3D
ecd2c04001 Merge branch 'fix/96-remove-bit-movements' into 'master'
Fixes #96

Closes #96

See merge request aave-tech/protocol-v2!108
2020-10-29 11:50:22 +00:00
eboado
6cd18c4320 - Simplified getter of boolean fields on ReserveConfiguration.
- Added all 256 bits to masks on ReserveConfiguration for clarity.
2020-10-29 12:09:07 +01:00
emilio
2cf84f19ce removed console import 2020-10-29 12:03:26 +01:00
emilio
9e55ea12b6 Fixes #99 2020-10-29 11:57:43 +01:00
David Racero
a966d9f53f Added new StringLib library with concat to reuse function in deployment helpers. 2020-10-28 18:39:19 +01:00
David Racero
1ef1f614bd Remove extra whitespace 2020-10-28 18:13:31 +01:00
The-3D
251bd591f5 Merge branch 'fix/88-validations-configs' into 'master'
Fixes #88

Closes #88

See merge request aave-tech/protocol-v2!101
2020-10-28 14:55:04 +00:00
David Racero
0d87292867 Fix merge conflicts. Fix ETH to WETH symbol change 2020-10-28 15:49:50 +01:00
Ernesto Boado
47d00a0e3a Merge branch 'fix/98' into 'master'
Resolve "Optimize percentageMath and wadRayMath"

Closes #98

See merge request aave-tech/protocol-v2!100
2020-10-28 13:41:52 +00:00
The-3D
a9c3a033ac Merge branch 'fix/95-cache-reserves-count' into 'master'
Fixes #95

Closes #95

See merge request aave-tech/protocol-v2!105
2020-10-28 11:46:37 +00:00
The-3D
437f6d8dc9 Merge branch 'fix/92-93-94-comments' into 'master'
Fixes #92 #93 #94

Closes #94, #93, and #92

See merge request aave-tech/protocol-v2!104
2020-10-28 11:44:36 +00:00
emilio
e91e3595d6 Updated PercentageMath 2020-10-28 12:39:11 +01:00
eboado
232743c332 - Cached _reservesCount on _addReserveToList() 2020-10-28 12:02:40 +01:00
eboado
a9a863fcb4 - Fixes misc comments on LendingPoolAddressesProviderRegistry. 2020-10-28 11:56:10 +01:00
emilio
064af06385 updated percentageMath 2020-10-28 11:47:01 +01:00
David Racero
13737e0994 Show WETH instead of ETH 2020-10-28 11:27:16 +01:00
emilio
763220c2b9 Merge branch 'master' of gitlab.com:aave-tech/protocol-v2 2020-10-28 10:54:35 +01:00
emilio
245077a6eb Updated gitignore 2020-10-28 10:54:20 +01:00
eboado
6be8b1c5fd - Added validations on ReserveConfiguration's numeric setters. 2020-10-28 10:54:09 +01:00
Ernesto Boado
813fb21847 Merge branch 'fix/87' into 'master'
Resolve "Fix PVE020: Invalid  calculation of the stable debt in mintToTreasury"

Closes #87

See merge request aave-tech/protocol-v2!99
2020-10-28 09:52:24 +00:00
emilio
a2d068a817 Merge branch 'master' into fix/87 2020-10-27 22:12:23 +01:00
emilio
1cd7f2d5a0 Fixed error on variable naming 2020-10-27 17:49:35 +01:00
emilio
276dee4918 Fixes#87 2020-10-27 17:22:51 +01:00
Ernesto Boado
7aca8679df Merge branch 'fix/55' into 'master'
Resolve "On `GenericLogic.balanceDecreaseAllowed()`, change HF validation to `>=`"

Closes #55

See merge request aave-tech/protocol-v2!98
2020-10-27 15:59:00 +00:00
emilio
28a6323763 fixed condition, local variable name 2020-10-27 16:57:05 +01:00
emilio
bd911de167 Fixed ReserveDataUpdated event 2020-10-27 15:09:11 +01:00
The-3D
7eb31124b2 Merge branch 'fix/83-msgSender' into 'master'
- Changed msg.sender to _msgSender()

See merge request aave-tech/protocol-v2!97
2020-10-27 14:05:03 +00:00
David Truong
8e64702013 Merge branch 'master' into 'feat/74'
# Conflicts:
#   deployed-contracts.json
2020-10-27 13:54:18 +00:00
eboado
87bbfb9571 - Changed msg.sender to _msgSender() 2020-10-27 14:42:11 +01:00
Ernesto Boado
c34a22e79f Merge branch 'feat/70-basic-flow-task' into 'master'
Feat/70 basic flow task

See merge request aave-tech/protocol-v2!83
2020-10-27 13:00:32 +00:00
David Truong
a517d5d11d - implement test for onBehalfOf flashloan borrow debt 2020-10-27 13:10:10 +01:00
The-3D
cb03bab6ea Merge branch 'fix/85-total-supply-shadowing' into 'master'
Fixes #85

Closes #85

See merge request aave-tech/protocol-v2!94
2020-10-27 12:05:49 +00:00
eboado
85246906e4 - Removed shadowing of totalSupply on IncentiveizedERC20 2020-10-27 13:04:07 +01:00
The-3D
b1fdd59c39 Merge branch 'feat/86-linear-interest-optimization' into 'master'
Fixes #86

Closes #86

See merge request aave-tech/protocol-v2!93
2020-10-27 12:02:32 +00:00
eboado
e88d9dc81b - Optimized calculateLinearInterest() on MathUtils. 2020-10-27 12:44:30 +01:00
The-3D
2fd3fe141a Merge branch 'fix/84-seconds-year-comment' into 'master'
Fixes #84

Closes #84

See merge request aave-tech/protocol-v2!92
2020-10-27 11:16:38 +00:00
David Truong
d78c89151b Merge remote-tracking branch 'origin/master' into feat/74 2020-10-27 12:14:34 +01:00
David Racero
1ef22f036b Fix conflicts 2020-10-27 12:12:05 +01:00
David Truong
e0660bda7b Merge remote-tracking branch 'origin/master' into feat/74
# Conflicts:
#	contracts/interfaces/ILendingPool.sol
#	contracts/lendingpool/LendingPool.sol
#	test/flashloan.spec.ts
2020-10-27 12:05:48 +01:00
pol
ddf17d7249 merged with master 2020-10-27 11:37:06 +01:00
Ernesto Boado
917ea0b4ea Merge branch 'fix/82' into 'master'
Resolve "Fix events for the subgraph implementation"

Closes #82

See merge request aave-tech/protocol-v2!91
2020-10-27 10:34:37 +00:00
emilio
1f8efbd4f5 Removed swapAdapter from the migration scripts 2020-10-27 11:08:11 +01:00
David Racero
161fb63f19 Added borrow rates deployment optimization and minor tweaks for deployment helpers 2020-10-27 10:58:51 +01:00