Skip to content

testnet-v1.38.2

Choose a tag to compare

@ebmifa ebmifa released this 09 Dec 19:15
· 13 commits to 092fa28fcaf8ace0ed366d612b0f6c5ffe53c62b since this release
c1d4fff

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.2