Skip to content

mainnet-v1.26.4

Choose a tag to compare

@ebmifa ebmifa released this 10 Jun 17:28
· 48 commits to ff441d22f77712c2291e0c7b6b34cc358d8cd448 since this release
b3989bc

Storage node

#1630:
Use the metrics and REST API address from the configuration file instead of always binding to 0.0.0.0. Note that this bugfix may break some setups that relied on the previous incorrect behavior. To get the old behavior, set the metrics_address and rest_api_address to 0.0.0.0:<port> explicitly.

#2072:
Increase default value of http2_max_pending_accept_reset_streams parameter to disable warnings from the h2 crate.

#2067:
Reduce verbosity levels of problems with metrics and config sync from ERROR to WARN.

#2182:
Fixes an issue where recovering nodes crash after being restarted.

Aggregator

#2066:
Allow specifying Sui RPC URL in the configuration file in addition to the CLI option.

#1630:
Use the metrics address specified through the CLI options file instead of always binding to 0.0.0.0. Note that this bugfix may break some setups that relied on the previous incorrect behavior. To get the old behavior, use --metrics-address 0.0.0.0:<port> when starting the aggregator.

Publisher

#1630:
Use the metrics address specified through the CLI options file instead of always binding to 0.0.0.0. Note that this bugfix may break some setups that relied on the previous incorrect behavior. To get the old behavior, use --metrics-address 0.0.0.0:<port> when starting the aggregator.

CLI

#2066:
Add a new rpc_urls field to the client config, which allows setting multiple Sui RPC URLs. The Sui RPC URL(s) used for reads are now selected in the following order: (1) CLI argument, (2) client configuration file, (3) wallet config. If none of these are set, the client will no longer fall back to the fullnode.testnet.sui.io but instead exit with an error.


Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.26.4