futureversecom / trn-seed

Implementation of The Root Network node in Rust, based on the Substrate framework.

Home Page:https://www.therootnetwork.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release `7.53.0`

JasonTulp opened this issue · 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:


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

Removed: