core
core copied to clipboard
Bump sui-types from mainnet-v1.29.2 to mainnet-v1.30.1
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 ofsui start
from a Docker container. By default, all services start with0.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 anINTERNAL_SERVER_ERROR
.MystenLabs/sui#18486: Introduces an optional
rootVersion
parameter toQuery.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 ofInt
in the existing schema have been replaced withUInt53
. 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 ofsui start
from a Docker container. By default, all services start with0.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
- 23-05-17: 1.1.0
- 23-05-08: 1.1.0
- 23-05-02: 1.0.0
- 23-04-24: 0.33.0
- 23-04-17: 0.32.0
- 23-04-10: 0.31.0
- 23-03-27: 0.29.0
- 23-02-22: 0.27.0
- 23-02-15: 0.26.0
- 23-02-08: 0.25.0
- 23-02-01: 0.24.0
- 23-01-25: 0.23.0
- 23-01-19: 0.22.0
- 23-01-12: 0.21.0
- 23-01-04: 0.20.0
- 22-12-16: 0.19.0
- 22-12-08: 0.18.0
- 22-12-01: 0.17.0
- 22-11-17: 0.16.0
- 22-11-08: 0.15.1
- 22-11-02: 0.14.0
- 22-10-27: 0.13.0
- 22-10-20: 0.12.0
- 22-10-12: 0.11.0
- 22-09-28: 0.10.0
- 22-09-06: 0.9.0
- 22-08-30: 0.8.0
- 22-08-17: 0.7.0
- 22-07-26: 0.6.2
- 22-07-19: 0.6.1
- 22-07-12: 0.6.0
- 22-06-22: 0.5.0
- 22-06-07: 0.4.0
- 22-05-24: 0.3.0
- 22-05-12: 0.2.0
- 22-05-05: 0.1.0 (Sui Devnet launch)
Commits
a4185da
Sui v1.30.1 version bump8dba8d3
Cherry pick #18842 (#18845)246afbf
Cherry pick #18827 (#18832)66d5b32
Sui version bump v1.30.0e2aab49
[move][ide] Change parsing / expansion to report IDE suggestions for missing ...ec7527c
[bridge cli] print data in json and print more data (#18742)d1efa1c
[Consensus] refine logging & small timeout changes (#18795)a4812b9
[data ingestion] decrease batch size for analytics (#18804)69a9e6b
chore: update anemo and quinn (#18800)aa291ae
Skip validator_tx_finalizer_e2e_tests in simtest-run.sh (#18801)- Additional commits viewable in compare view
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)