Skip to content

Releases: aave/aptos-aave-v3

v1.2.0

05 Nov 16:04
6463bfb

Choose a tag to compare

What's Changed

  • feat: increased all packages version to 1.1.0 by @mpsc0x in #53
  • feat: Added examples package with commands and flashloan examples by @mpsc0x in #51
  • fixed health_factor inequality in vaildation_logic by @mpsc0x in #54
  • feat: always check for 0x0 address returned by get_reserve_address_b… by @mpsc0x in #55
  • minor fixes by @mpsc0x in #60
  • chore: add Dependency Review GitHub Action by @absis in #61
  • fix: moved to dfa in coin_migrator by @mpsc0x in #62
  • feat: Added additional commands to Makefile by @mpsc0x in #63
  • fix: using the min of USDT and sUSDe timestamps by @mpsc0x in #64
  • fixed susde-related audit findings by @mpsc0x in #69
  • Mike/improve/pool logic by @matchv in #73
  • Mike/improve/math by @matchv in #65
  • bumped protocol version to 1.2.0 by @mpsc0x in #74
  • Mike/test/directional rounding by @matchv in #75
  • Mike/improve/transfer rounding by @matchv in #77
  • fix: removed unused method by @mpsc0x in #78
  • Mike/improve/rounding comments by @matchv in #79

New Contributors

  • @absis made their first contribution in #61

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Aug 13:13
515af6c

Choose a tag to compare

What's Changed

  • code refactoring by @mpsc0x in #2
  • added certora audit reports by @mpsc0x in #8
  • update-release by @mpsc0x in #17
  • optimize code doc by @matchv in #18
  • set borrowing enabled flag for sUSDe explicitely to false by @mpsc0x in #19
  • small update to the deployment values by @mpsc0x in #20
  • changed token code on coverage badge by @mpsc0x in #21
  • removed html styling for badge and used default url by @mpsc0x in #22
  • fix build path for mkdocs dependencies by @alexmance in #23
  • added spearbit reports and updated readme by @mpsc0x in #25
  • fixes to aave-test-kit by @mpsc0x in #26
  • fixed move audits workflows by @mpsc0x in #27
  • fixed error codes inconsistencies by @mpsc0x in #28
  • fixed multisig address arg in deployment script by @mpsc0x in #29
  • update default index to avoid retrospective rewards distribution by @meng-xu-cs in #31
  • fixed liq. bonus values to be greater than percentage_factor by @mpsc0x in #32
  • fix(scriipts): Set borrowing_enabled to false for sUSDe by @mpsc0x in #34
  • Input validation for flashloan by @matchv in #33
  • fix(reserve_config): standardize MAX_VALID_DECIMALS to 18 by @matchv in #38
  • fix(transfer_strategy): change emergency withdrawal to entry function by @matchv in #37
  • fix(collector): change withdraw function to entry function by @matchv in #36
  • Prevent bypassing debt ceiling in isolation mode by @matchv in #35
  • feat(validation_logic): disable auto set asset as collateral by @matchv in #40
  • feat(pool_token_logic): transfer out remaining balance of underlying token when drop_reserve by @matchv in #39
  • Optimization and increased security on token transfer operations by @mpsc0x in #41
  • added various optimizations for gas by @mpsc0x in #42
  • feat: Bumped the minor revision number by @mpsc0x in #43
  • fix: assert custom asset price is less than the price cap by @mpsc0x in #45
  • feat: updated to latest npm versions of aave-aptos-ts-sdk by @mpsc0x in #46
  • fix: Added explicit dropping of TokenBaseState in drop method by @mpsc0x in #44
  • feat: upgraded security aspects in pre-commit hooks and added security scan gh workflow by @mpsc0x in #47
  • reverted to old event name CoinToFaConvertion by @mpsc0x in #48
  • added Ottersec audit report by @mpsc0x in #49
  • fix(oracle): Increased the default max price age to 45 mins by @mpsc0x in #50
  • fix: added full check on every asset custom price in the batch by @mpsc0x in #52
  • added open licensing by @mpsc0x in #24

New Contributors

Full Changelog: https://github.com/aave/aptos-aave-v3/commits/v1.1.0