Skip to content

v7.53.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 21:39
ef534d0

Release

Release Name: 7.53.0

Spec Version: 53

Client Version: 7.0.0

Key Changes:

This release introduces the following changes:

  • Fixed a bug with xrpl transact mempool validation; incorrect tx origin may be used for futurepass based extrinsics
  • Add a toggle to enable / disable the delay mechanism for either deposit or withdraw
  • Remove deprecated Futurepass Migration code
  • Adds XRPL transaction signing support for ed25519
  • Fixes token lock bug for closed auctions
  • Update Ethy and ERC20-Peg to FrameV2

PRs included:


Client Changes:

  • Yes
  • No

Runtime Changes:

  • Yes
  • No

Storage Changes:

Added:

  • Erc20Peg: DepositsDelayActive
  • Erc20Peg: WithdrawalsDelayActive

Extrinsic Changes:

Added:

  • Erc20Peg: activate_deposits_delay
  • Erc20Peg: activate_withdrawals_delay

Event Changes:

Added:

  • Erc20Peg: ActivateDepositDelay
  • Erc20Peg: ActivateWithdrawalDelay

Changed:

  • Erc20Peg: Erc20DepositDelayed - Adds AssetId
  • Erc20Peg: Erc20WithdrawalDelayed - Adds AssetId

Storage Migrations:

Added:

  • Removes Futurepass.MigrationAdmin storage map
  • Removes token locks for tokens where the listing is no longer active