JasonT
JasonT
This PR moves token ownership in the NFT pallet to it's own map. This allows for easier querying of the collection_info struct and avoids massive delays when querying large sets...
Adds variable benchmarks for the following extrinsics: NFT - create_collection - mint - transfer SFT - mint - transfer - burn ERC20-peg - set_erc20_meta Marketplace - sell_nft - auction_nft NFT-peg...
Draft PR for SFT support on TRN through changing existing extrinsics to support token bundles. TODOs - Offers need to be fixed and adapted to new bundle system - Royalties...
This PR addresses some of the comments left on the initial [Test PR](https://github.com/futureversecom/trn-seed/pull/836). These include: - Using storage_alias for ethy pallet mock storage instead of migration Value and Map -...
# Release **Release Name:** `7.54.0` **Spec Version:** `54` **Client Version:** `7.0.0` ## Key Changes: This release introduces the following changes: - Fixes validator set issue on authorities change - Fixes...
Adds the NFI pallet. This pallet is responsible for storing the mappings between NFT and SFT tokenIds and an IPFS link which points to the AI related data such as...
Adds additional flags to NFT and SFT pallet to allow collection level restrictions of transferring, minting and burning tokens within that collection https://futureverse.atlassian.net/browse/TRN-467
Adds migration pallet which triggers multi-block migrations Adds multi-block migration for XLS20 token ID