github MystenLabs/sui devnet-0.32.0

latest releases: sui_v1.35.0_1726903290_ci, sui_v1.35.0_1726898720_rel_notes, sui_v1.35.0_1726892759_ci...
17 months ago

Highlights

  • [New Feature] Adding the DeepBook package to the Sui Framework. This will allow Sui programmers to begin building on top of DeepBook.
  • [New Feature] This release adds a new secondary index for getBalances/Coins family endpoints to improve query efficiency. To serve the data correctly, the full node must be wiped the DB and re-sync from Genesis to re-populate the index. We are working on snapshot restoration for secondary indices to help with this process.
  • [New Feature] This release adds two names service-related RPC methods: resolveNameSpaceAddress and resolveNameServiceNames. The resolveNameSpaceAddress method takes in a name String and returns the mapped SuiAddress. The resolveNameServiceNames method takes a SuiAddress and returns a Page of names. It currently returns only a primary name in this release.
  • [Update] New cost table for computation gas charges will be enabled in protocol version 5. Transactions may see larger computation charges due to this change.

Full log

https://github.com/MystenLabs/sui/commits/devnet-0.32.0

Don't miss a new sui release

NewReleases is sending notifications on new releases.