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 8.59.0 #879

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Release 8.59.0 #879

merged 2 commits into from
Sep 17, 2024

Conversation

JasonTulp
Copy link
Contributor

@JasonTulp JasonTulp commented Sep 17, 2024

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

@JasonTulp JasonTulp merged commit 0eb7d37 into main Sep 17, 2024
6 checks passed
@JasonTulp JasonTulp deleted the release/8.59.0 branch September 17, 2024 23:33
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