Skip to content

Latest commit

 

History

History
257 lines (127 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

257 lines (127 loc) · 17.3 KB

Changelog

2.10.1 (2024-09-24)

Bug Fixes

2.10.0 (2024-09-20)

Features

  • add optional call to ERC20Handler and NativeTokenHandler execute (#266) (b166d41)
  • permissionless token addition with GMP (#261) (0234458)
  • retry contract (#259) (a72c1f9)

Miscellaneous

2.9.0 (2024-07-30)

Features

  • add native token handler and adapter (#254) (d5cea35)

Bug Fixes

Miscellaneous

  • update what gets pushed to npm package (#258) (faa73ae)

2.8.0 (2024-06-07)

Features

  • GMP decoding, remove deprecated contracts, naming improvements (#246) (415bfb2)

Miscellaneous

  • extend IFeeHandler with feeHandlerType getter (#248) (e4bb75f)

2.7.0 (2024-06-05)

Features

Miscellaneous

2.6.1 (2024-05-21)

Bug Fixes

Miscellaneous

2.6.0 (2024-05-16)

Features

Miscellaneous

  • Remove resourceID from FROSTKeygen contract (#235) (0a1b56e)

2.5.3 (2024-03-19)

Bug Fixes

  • add evm -> substrate route to local config (#224) (5774d49)

2.5.2 (2024-03-19)

Miscellaneous

2.5.1 (2024-01-25)

Bug Fixes

2.5.0 (2024-01-12)

Features

  • add support for different fees per dest domain to basic/percentage fee handler (#206) (944d4ee)
  • Implement fee whitelist (#203) (4463bcb)
  • limit permissionless generic call gas usage (#200) (d7823d7)

Bug Fixes

  • name for percentage fee handler abi publishing (#211) (6861ddc)
  • set up fee handler router in migration (#207) (b1a9760)

Miscellaneous

  • release v2.4.2 (#212) (5f11451)
  • update migrations to support percetange fee handler + flow improvements (#198) (746d51e)

2.4.1 (2023-09-14)

Bug Fixes

2.4.0 (2023-09-12)

Features

Miscellaneous

2.3.0 (2023-05-11)

Features

  • implement handler response on proposal execution (#167) (ae04b0c)
  • return data from Bridge.deposit() (#165) (6e99f0f)

Bug Fixes

  • check successful transfer when minting XC20 tokens (#186) (84732d0)
  • emit appropriate events on dynamic fee handler changes (#183) (df632f1)
  • implement IERC1155 support check (#185) (16610b8)
  • prevent tokenURI variable shadowing (#184) (b321f19)
  • remove unnecessary visibility from constructors (#180) (a771697)
  • set mutability on conversion helper functions (#182) (fcb1cb3)
  • set new handler as minter (#160) (5e4a9d6)
  • set owner variable as immutable (#181) (09b389a)
  • setting tokens as burnable when migrating handlers (#159) (52e96e3)
  • use custom errors to reduce gas consumption (#187) (51a2eb8)

Miscellaneous

  • add decimals conversion docs (#142) (6cc0b27)
  • add description of environment configuration to README file (#150) (1f55ea3)
  • add devnet and testnet configs for migrations (#162) (acb58b1)
  • add fees documentation (#143) (0cf18fb)
  • change test2 RPC url (#158) (48068ef)
  • enable setting tokens as not burnable (#164) (bab70c0)
  • PermissionlessGenericHandler: unpack depositor address with custom length (#161) (ead1143)

2.2.1 (2023-03-06)

Bug Fixes

2.2.0 (2023-023-02)

Features

Bug Fixes

  • deploy and register one token handler per network (#148) (49a6b39)

  • fix: dynamic generic fee handler fee calcualtion (#141) (e75c880)

Miscellaneous

  • improvements for ERC20 decimals values (#139) (69177e2)

  • rename finalFee to inclusionFee on substrate handler (#145) (ccaabe7)

2.1.2 (2023-02-20)

Miscellaneous

2.1.1 (2023-02-20)

Bug Fixes

Miscellaneous

2.1.0 (2023-02-20)

Features

  • add fee handler for substrate (f90106c)
  • add function for generating function signatures (385fd94)

Bug Fixes

  • minting xc20 tokens when executing proposal (c055713)

Miscellaneous

  • 'chore: depends on the first job (9f0dc84)