trn-seed icon indicating copy to clipboard operation
trn-seed copied to clipboard

Release `7.53.0`

Open JasonTulp opened this issue 10 months ago • 0 comments

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:

  • https://github.com/futureversecom/trn-seed/pull/817
  • https://github.com/futureversecom/trn-seed/pull/816
  • https://github.com/futureversecom/trn-seed/pull/828
  • https://github.com/futureversecom/trn-seed/pull/827
  • https://github.com/futureversecom/trn-seed/pull/824
  • https://github.com/futureversecom/trn-seed/pull/826
  • https://github.com/futureversecom/trn-seed/pull/829
  • https://github.com/futureversecom/trn-seed/pull/825

Client Changes:

  • [ ] Yes
  • [x] No

Runtime Changes:

  • [x] 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

Removed:

JasonTulp avatar Apr 29 '24 02:04 JasonTulp