testnet-v1.45.1
·
20 commits
to 65634c799dd07515dd5c80d166986ae2ab383dd1
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.