v8.59.0
Release
Release Name: 8.59.0
Spec Version: 59
Client Version: 8.0.0
Key Changes:
This release introduces the following changes:
- Adds SFT support to the marketplace precompile
- fixes bug that lets simple offers be made on non existent tokens
- allows payment delay to be set on individual assets in XRPL bridge
PRs included:
Client Changes:
- Yes
- No
Runtime Changes:
- Yes
- No
EVM Precompile Changes:
Added:
- marketplace: sellNft
- marketplace: sellSft
- marketplace: auctionNft
- marketplace: auctionSft
- marketplace: makeSimpleOffer
Removed:
- marketplace: sellNftWithoutMarketplaceId
- marketplace: auctionNftWithoutMarketplaceId
- marketplace: makeSimpleOfferWithoutMarketplaceId
Storage Changes:
Added:
Changed:
- XRPLBridge: PaymentDelay, changed from value to map keyed by asset_id
Extrinsic Changes:
Added:
Changed:
- XRPLBridge: set_payment_delay, added asset_id
Event Changes:
Added:
Changed:
- XRPLBridge: PaymentDelaySet, added asset_id parameter
- XRPLBridge: PaymentDelayRemoved, added asset_id parameter
Error Messages:
Added:
- marketplace: NoToken
Storage Migrations:
Added:
- XRPLBridge: Migrate PaymentDelay to include asset_id as key