Skip to content

devnet-v1.1.0

Compare
Choose a tag to compare
@ebmifa ebmifa released this 08 May 22:47
· 5130 commits to main since this release
38c31cd

Highlights

  • [API behavioral changes] - The suix_getDynamicFields cursor is now fixed. Note that although the cursor looks like an Object ID, it should be treated as an opaque handle. The cursor value has no relationship to the underlying data.
    For more details, see #11789
  • [New API method] - Added a sui_getProtocolConfig method that returns the protocol configs. If a valid protocol version is specified in the request, the protocol config at that version is returned, otherwise, the highest protocol config the node has synced to is returned. Note that a node might support a higher protocol config than what it has synced to. You can also see the highest (maxSupportedProtocolVersion) and lowest (minSupportedProtocolVersion) supported versions in all valid responses. #11510

Full Changelog: testnet-1.0.0...devnet-v1.1.0