Update from 0.0.30 till 0.0.35
- The Asset-Ext pallet
create_asset
,create
andcreate_with_metadata
have changed their interface so they include additional parameters. - NFT RPC
owned_tokens
has changed its interface so now it includes a cursor and a limit parameter. - NFT
CollectionIssuance
,NextSerialNumber
,TokenOwner
,TokenBalance
andStorageVersion
storage has been removed. - The storage for NFT
TokenOffers
andCollectionInfo
has been modified. - The EVM Chain ID pallet has been added, allowing the EVM chain ID to be changed.
- The NFT errors
NoPermission
,InternalPayment
, andNoCollection
have been removed `` - The NFT errors
NotCollectionOwner
,TokenNotListed
,MaxOffersReached
,NoCollectionFound
,NotSeller
, andTokenLimitExceeded
have been added. - The NFT events
CollectionCreate
,Mint
,Transfer
,FixedPriceSaleList
,FixedPriceSaleComplete
,FixedPriceSaleClose
,FixedPriceSalePriceUpdate
,AuctionOpen
, andBid
have been changed - The NFT-Peg event
Erc721Mint
has been added - Seed binary now natively supports porcini and root chain specifications.
- Bugs have been fixed in the Ethy-Gadget pallet
- Bugs have been fixed in the Ethy pallet