Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.67.0 #931

Merged
merged 2 commits into from
Feb 28, 2025
Merged

Release 10.67.0 #931

merged 2 commits into from
Feb 28, 2025

Conversation

JasonTulp
Copy link
Contributor

@JasonTulp JasonTulp commented Feb 28, 2025

Release

Release Name: 10.67.0

Spec Version: 67

Client Version: 10.0.0

Key Changes:

This release introduces the following changes:

  • Updated the FeeProxy pallet to allow partners to accumulate fees via the PartnerAttribution pallet - if the partner has a fee percentage set (by an admin account).
  • Update the nft and sft pallets to support issuing of soulbound tokens, and update the ERC721 and ERC1155 precompiles to support the ERC5484 interface.
  • Removes the sort function from NFT.add_user_tokens
  • use the Futurepass balance for the Proxy ROOT deposit when calling add_delegate_with_signature

PRs included:


Client Changes:

  • Yes
  • No

Runtime Changes:

  • Yes
  • No

API Changes

EVM Precompile Changes

Added

  • ERC721: issue_soulbound
  • ERC721: pending_issuances
  • ERC721: accept_soulbound_issuance
  • ERC1155: issue_soulbound
  • ERC1155: pending_issuances
  • ERC1155: accept_soulbound_issuance
  • ERC1155: burn_as_collection_owner
  • ERC1155: set_burn_auth

Storage Changes

Added

  • Nft: TokenUtilityFlags
  • Nft: PendingIssuances
  • Sft: TokenUtilityFlags
  • Sft: PendingIssuances

Extrinsic Changes

Added

  • Nft: issue_soulbound
  • Nft: accept_soulbound_issuance
  • Sft: issue_soulbound
  • Sft: accept_soulbound_issuance
  • Sft: set_token_burn_authority
  • Sft: burn_as_collection_owner

Event Changes

Added

  • Nft: TokenTransferableFlagSet
  • Nft: PendingIssuanceCreated
  • Nft: Issued
  • Sft: UtilityFlagsSet
  • Sft: TokenTransferableFlagSet
  • Sft: TokenBurnAuthoritySet
  • Sft: PendingIssuanceCreated
  • Sft: Issued

Error Messages

Added

  • Nft: PendingIssuanceLimitExceeded
  • Nft: InvalidPendingIssuance
  • Nft: CannotUpdateTokenUtility
  • Nft: InvalidBurnAuthority
  • Sft: PendingIssuanceLimitExceeded
  • Sft: InvalidPendingIssuance
  • Sft: CannotUpdateTokenUtility
  • Sft: InvalidBurnAuthority

@JasonTulp JasonTulp merged commit 7120e83 into main Feb 28, 2025
5 of 6 checks passed
@JasonTulp JasonTulp deleted the release/10.67.0 branch February 28, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants