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 3.36.0

justinfrevert opened this issue · comments

Release

Release Name: 3.36.0
Spec Version: 36
Client Version: 3.0.0

PRs included:

  • [Feat] Dex uniswap adaptation (#607)
  • Fix/fee proxy legacy tx improvements (#606)
  • Add xrpl proof signature verification tool. (#424)
  • SFT Pallet (#505)
  • Fix transfer bug (#596)
  • Futurepass 1.5 improvements (#601)
  • Rename workflow name (#593)
  • Futurepass 1.5 (#588)

RPC Changes:

Client Changes:

  • Add xrpl proof signature verification tool. (#424)
    • This has no interdependencies with the runtime and so does not impact release procedure

Extrinsic Changes:

Added:

Changed:

API Changes(requires transaction_version bump in 3.26.0 release pr)

  • Dex (view full diff)
    • swap_with_exact_target
      • Addition of to and deadline parameters
    • add_liquidity
      • Addition of to and deadline parameters.
      • Removal of min_share_increment parameter.
      • Rename asset_id_a, asset_id_b -> token_a, token_b accordingly.
    • remove_liquidity.
      • Addition of to and deadline parameters
      • Rename asset_id_a, asset_id_b -> token_a, token_b accordingly.
      • Revamp of signature. Note the new function signature.
    • reenable_trading_pair.
      • Rename asset_id_a, asset_id_b -> token_a, token_b accordingly.
    • disable_trading_pair
      • Rename asset_id_a, asset_id_b -> token_a, token_b accordingly.

Removed:

Storage Migrations:

Changed:

Removed:

Event Changes:

Added:

Changed:

  • Executed event now emitted by proxyCall call and staticcall(see change)
  • An additional to parameter has been added to AddLiquidity, RemoveLiquidity and Swap events in Dex.

Removed:

Error Messages:

Added:

Changed:

Removed:

Miscellaneous:

@justinfrevert here is the diff for event, error, extrinsics, storage and version

diff.txt
storage_results.txt
version_results.txt