Skip to content

testnet-v1.38.1

Choose a tag to compare

@ebmifa ebmifa released this 03 Dec 19:02
· 8 commits to 7ad959bc8f71683d366e42043d413e27af3b9141 since this release
a3dc47b

Storage node

#2715:
remove deprecated get_recovery_symbol endpoint, which has not been used for several months

Aggregator

#2687:
Significant reduction in memory usage when reading blobs with strict consistency check.

#2676:
Includes a new endpoint /v1alpha/blobs/concat handling GET and POST methods. This endpoint streams the given blobs back as one concatenated response. This is an alpha endpoint and is not yet stable. We're looking for feedback!

#2724:
introduce a new aggregator API to read byte ranges of a blob

Publisher

#2687:
Significant reduction in memory usage and slight performance improvements when storing large blobs.

#2717:
Reduce number of Sui RPC requests and slightly decrease upload latency.

CLI

#2687:
Significant reduction in memory usage and slight performance improvements when storing blobs, computing the blob ID, and reading blobs with strict consistency check.

#2710:
Add optional static parameters n_shards and max_epochs_ahead to the client_config.yaml to reduce CLI start-up time. You can obtain the latest version of the config file at http://docs.wal.app/setup/client_config.yaml.

#2717:
Reduce number of Sui RPC requests and decrease latency when storing blobs.


Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.38.1