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
andresolveNameServiceNames
. TheresolveNameSpaceAddress
method takes in a nameString
and returns the mappedSuiAddress
. TheresolveNameServiceNames
method takes aSuiAddress
and returns aPage
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.