Skip to content

testnet-v1.15.3

Choose a tag to compare

@ebmifa ebmifa released this 27 Feb 21:56
· 1308 commits to main since this release
bd51ea7

Storage node

#1548: Automatically reload the StorageNodeConfig from disk and update the on-chain configuration when changes are detected. Some changes may result in an automatic restart of the storage nodes.

#1608: Storage node now supports multiple encoding types. Depending on features selected at compile time, it accepts a subset of them.

Aggregator

#1591: Exposed the aggregator endpoint to allow fetching blobs with associated attributes; if the attribute fields are in the allow-list, they will be included in the response headers.
The current allow-list is:

  • "content-disposition"
  • "content-encoding"
  • "content-language"
  • "content-location"
  • "content-type"
  • "link"

Publisher

#1608: Added encoding_type query parameter. Added additional variants for the encoding type.

CLI

#1591: Added the allowed-headers option for daemon commands, allowing operators to specify custom allowed headers to filter key-value pairs from the blob attribute.

#1594: Added --sort-by and --desc options for walrus health and walrus info commands, to sort the storage nodes by node-id, node-name, node-status, or node-url.

#1606: Fix walrus store behavior when blobs can be extended.

#1608: The CLI supports multiple encoding types for reads and writes. Depending on features selected at compile time, it uses a different default type and accepts a subset of them for writes.


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