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 `5.52.0`

JasonTulp opened this issue · comments

Release

Release Name: 5.52.0

Spec Version: 52

Client Version: 5.0.0

Key Changes:

This release introduces the following changes:

  • Adds a total contributors parameter to the SaleInfo Struct within pallet-crowdsale that keeps track of total unique contributors
  • Adds fix that disallows public mint enabled collections to be crowdsale initialised
  • Adds proxy_vault_call extrinsic to crowdsale pallet which allows admin access to NFT collection info
  • Adds optional parameters to set custom name and symbol to voucher asset when initialising crowdsale

PRs included:


Client Changes:

  • Yes
  • No

Runtime Changes:

  • Yes
  • No

Storage Changes:

Changed:

  • crowdsale sale_info added participant_count field

Extrinsic Changes:

Added:

  • crowdsale.proxy_vault_call

Changed:

  • crowdsale.initialize: added voucher_name and voucher_symbol optional parameters

Event Changes:

Added:

  • crowdsale.VaultCallProxied

Error Messages:

Added:

  • crowdsale.CollectionPublicMintable
  • crowdsale.ExtrinsicForbidden

Storage Migrations:

Added:

  • crowdsale SaleInfo translate + participant_count addition

Removed: