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 4.45.0

JasonTulp opened this issue · comments

Release

Release Name: 4.45.0

Spec Version: 45

Client Version: 4.0.0

Key Changes:

This release exclusively addresses the following changes to the Vortex Distribution pallet:

  • Changed pay_unsigned to mint directly to the vault account. This simplification streamlines the distribution process by eliminating intermediate steps.
  • Removed the requirement to specify an amount when creating a new vortex distribution. The TotalVortex will now be utilized to manage the aggregated reward pool dynamically.
  • The price parameter has been temporarily deprecated as it is not currently utilized in the distribution logic.
    Removed the vault parameter from the function signature. The vault will now be funded manually prior to reward distribution.
  • Removed the obsolete get_vault_account function, as account management will be handled more efficiently with the new logic.
    Consolidated root and multisig operations, simplifying the administrative process.
  • Set root vault and fee vault addresses to fixed values to ensure consistency and security across transactions.

PRs included:


Client Changes:

  • Yes
  • No

RPC Changes:

Added:

Changed:

Removed:


Runtime Changes:

  • Yes
  • No

EVM Precompile Changes:

Added:

Changed:

Removed:

Storage Changes:

Added:

pallet-vortex-distribution:

  • AdminAccount (Multisig admin account)

Changed:

Removed:

Extrinsic Changes:

Added:

pallet-vortex-distribution:

  • set_admin

Changed:

pallet-vortex-distribution:

  • create_vtx_dist - removed vortex_token_amount parameter
  • trigger_vtx_distribution - removed root_prive, vortex_price, root_vault, fee_vault parameters

Removed:

Event Changes:

Added:

pallet-vortex-distribution:

  • AdminAccountChanged

Changed:

Removed:

Error Messages:

Added:

Changed:

Removed:

Storage Migrations:

Added:

Removed: