mainnet-v1.45.2
·
43 commits
to 6db07a4a7ee2680b36aee7aa5ddc6d30d2f2b7da
since this release
Storage node
#3155: Increases the number of RocksDB background threads from 2 (RocksDB default) to 16. Can be configured through the config file.
#3160: Add a new configuration parameter garbage_collection.enable_immediate_data_deletion, which defaults to false. When processing a BlobDeleted event, data is only deleted immediately if this parameter is set to true.
Publisher
#3072: Fixed body size limit in combined daemon mode (running publisher and aggregator together). The limit was set 1024x too small, causing uploads to be silently rejected with 413 Payload Too Large. Standalone publisher mode was not affected.
CLI
#3122: Added a new info subcommand to the CLI. walrus info coin provides the StructTag of the walrus coin given the CLI's configured context.