Skip to content

Releases: aave/aave-v3-periphery

@aave/periphery-v3 v1.12.2

01 Mar 10:36
4edcac5
Compare
Choose a tag to compare

Bug Fixes

@aave/periphery-v3 v1.12.1

25 Feb 10:05
86fc824
Compare
Choose a tag to compare

Bug Fixes

  • Rename lendingPool to pool in UiProvider contract (2e50d3f)

@aave/periphery-v3 v1.12.0

24 Feb 14:31
f76b5cc
Compare
Choose a tag to compare

Features

  • add Collector implementation and controller (56a39c2)

@aave/periphery-v3 v1.11.1

15 Feb 12:46
1877a0b
Compare
Choose a tag to compare

Miscellaneous Chores

@aave/periphery-v3 v1.11.0

15 Feb 12:32
8d82de4
Compare
Choose a tag to compare

Miscellaneous Chores

@aave/periphery-v3 v1.10.0

12 Jan 10:56
010f57c
Compare
Choose a tag to compare

Features

  • support @aave/core-v3@1.10.0 (5426eab)

@aave/periphery-v3 v1.9.1

07 Jan 18:02
8e8dfad
Compare
Choose a tag to compare

Miscellaneous Chores

@aave/periphery-v3 v1.9.0

03 Jan 08:24
94cbea0
Compare
Choose a tag to compare

Features

  • rename IncentivesControllerV2 to RewardsController (2a7fcbf)
  • use GPv2SafeERC20 instead of SafeERC20. (bbd6131)

Bug Fixes

@aave/periphery-v3 v1.8.0

27 Dec 09:27
03fe543
Compare
Choose a tag to compare

Features

  • updated helper contracts to v3 and added decimals to incentives helper. Updated distribution manager decimals to be in uint8 (b6d7892)

Bug Fixes

  • replace Precision with Asset Decimals. Added test scenarios where underlying token has 2 decimals. (a24240a)

@aave/periphery-v3 v1.7.0

21 Dec 10:37
e65f365
Compare
Choose a tag to compare

Features

  • add reward price oracle mechanism (ab001e7)
  • Added gas optimizations and replace SafeERC20 to SafeTransferLib (2d13589)
  • Added getTransferStrategy getter to Incentives Controller V2 (104cf60)
  • added PRECISION getter to IAaveDistributionManagerV2 interface (a2c3136)
  • added price oracle mapping for easier rewards integration (3ee5bd2)
  • change storage size for reward data, claim rewards and reward oracle tests (c8ca14c)
  • enforce source of value when adding rewards at Incentives Controller V2 (17a8195)
  • fix new setup for transfer strategy (5fa7ce2)
  • move isTransferStrategy constructor to TransferStrategyStorage (6e1a42d)
  • Perform call to TransferStrategy instead of delegate calls. Added reward admin, emergency withdraw, and approval admin methods to TransferStrategyBase. (5bf4977)
  • perform normal call (90c9909)
  • use github packages for aave-token and stake-v2 (57d3a5d)
  • use max pattern to detect overflow intead of casting (8dfa261)
  • use TransferStrategyStorage constructor at staked token strategy (ac04c12)

Bug Fixes

  • convert interface to address at event emit (a3ddb57)
  • initialize return arrays at _claimAllRewards function. Add tests for IncentivesControllerV2. (61e7456)
  • missing view function (5ee0776)
  • remove aaveoracle from constructor and move it at initialize (6514ecb)
  • reset IEACAggregatorProxy interface (69ac51e)