Skip to content

devnet-0.32.0

Compare
Choose a tag to compare
@ebmifa ebmifa released this 17 Apr 20:36
· 5369 commits to main since this release
cab7e97

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