core icon indicating copy to clipboard operation
core copied to clipboard

Bump sui-types from mainnet-v1.29.2 to mainnet-v1.30.1

Open dependabot[bot] opened this issue 6 months ago • 0 comments

Bumps sui-types from mainnet-v1.29.2 to mainnet-v1.30.1.

Release notes

Sourced from sui-types's releases.

mainnet-v1.30.1

Protocol

Sui Protocol Version in this release: 53

MystenLabs/sui#18756: Enables the native randomness (random beacon) feature on Sui Mainnet.

CLI

MystenLabs/sui#18706: Additional compiler errors for incomplete name access chains (such as some_pkg::some_module::) might appear in the compiler output.

MystenLabs/sui#18607: Changed sui start to allow configurable hosts for indexer (--indexer-host ), GraphQL (--graphql-host ), and faucet (--faucet-host) services. This enables the use of sui start from a Docker container. By default, all services start with 0.0.0.0 host.

JSON-RPC

MystenLabs/sui#18720: Bugfix for displaying PTBs where a pure input has been used multiple times.

MystenLabs/sui#18712: Nodes (Validators and Full nodes): Bugfix for fetching package information over JSON-RPC from fullnodes, where a package containing UTF8 string constants could fail to disassemble.

GRAPHQL

MystenLabs/sui#18666: Output node estimation has been made more accurate -- the estimate should now track the theoretical max number of nodes on the JSON data output.

MystenLabs/sui#18664: The service now detects unsupported directives on query variable definitions.

MystenLabs/sui#18662: x-sui-rpc-version is no longer an accepted request header, as versions are now selected by modifying the path.

MystenLabs/sui#18661: Passing an unsupported directive to the service is now treated as a BAD_USER_INPUT rather than an INTERNAL_SERVER_ERROR.

MystenLabs/sui#18486: Introduces an optional rootVersion parameter to Query.owner. This can be used to do versioned lookups when reading dynamic fields rooted on a wrapped object or another dynamic object field.

MystenLabs/sui#18552: Introduces a new scalar -- UInt53 -- to represent unsigned 53 bit integer values. Some uses of Int in the existing schema have been replaced with UInt53. All clients need to register the new scalar, and clients for statically typed languages also need to use a wider (64 bit, for instance), unsigned type to hold the value.

Full log:

https://github.com/MystenLabs/sui/commits/mainnet-v1.30.1

testnet-v1.30.1

Protocol

Sui Protocol Version in this release: 53

MystenLabs/sui#18756: Enables the native randomness (random beacon) feature on Sui Mainnet.

CLI

MystenLabs/sui#18706: Additional compiler errors for incomplete name access chains (such as some_pkg::some_module::) might appear in the compiler output.

MystenLabs/sui#18607: Changed sui start to allow configurable hosts for indexer (--indexer-host ), GraphQL (--graphql-host ), and faucet (--faucet-host) services. This enables the use of sui start from a Docker container. By default, all services start with 0.0.0.0 host.

JSON-RPC

MystenLabs/sui#18720: Bugfix for displaying PTBs where a pure input has been used multiple times.

MystenLabs/sui#18712: Nodes (Validators and Full nodes): Bugfix for fetching package information over JSON-RPC from fullnodes, where a package containing UTF8 string constants could fail to disassemble.

GRAPHQL

MystenLabs/sui#18666: Output node estimation has been made more accurate -- the estimate should now track the theoretical max number of nodes on the JSON data output.

... (truncated)

Changelog

Sourced from sui-types's changelog.

Sui Releases

https://github.com/MystenLabs/sui/releases

Past Releases

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 08 '24 06:08 dependabot[bot]