Releases: MystenLabs/walrus
testnet-v1.43.1
Storage node
#2960: allow storage nodes to vote on pricing based on USD. This functionality can only be used after the contract supports this.
Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.43.1
devnet-v1.43.0
Storage node
#2960: allow storage nodes to vote on pricing based on USD. This functionality can only be used after the contract supports this.
Full Log: https://github.com/MystenLabs/walrus/commits/devnet-v1.43.0
testnet-v1.42.1
mainnet-v1.42.1
devnet-v1.42.0
testnet-v1.41.1
Storage node
#2851: Garbage collection is now enabled by default on Mainnet.
Aggregator
#2801: There is a new alpha endpoint /v1alpha/blobs/{blob_id}/stream which is intended to reduce latency to first byte, and is intended to be used to stream blob data.
Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.41.1
mainnet-v1.41.1
Storage node
#2851: Garbage collection is now enabled by default on Mainnet.
Aggregator
#2801: There is a new alpha endpoint /v1alpha/blobs/{blob_id}/stream which is intended to reduce latency to first byte, and is intended to be used to stream blob data.
Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.41.1
testnet-v1.41.0
Storage node
#2851: Garbage collection is now enabled by default on Mainnet.
Aggregator
#2801: There is a new alpha endpoint /v1alpha/blobs/{blob_id}/stream which is intended to reduce latency to first byte, and is intended to be used to stream blob data.
Full Log: https://github.com/MystenLabs/walrus/commits/testnet-v1.41.0
devnet-v1.41.0
Storage node
#2851: Garbage collection is now enabled by default on Mainnet.
Aggregator
#2801: There is a new alpha endpoint /v1alpha/blobs/{blob_id}/stream which is intended to reduce latency to first byte, and is intended to be used to stream blob data.
Full Log: https://github.com/MystenLabs/walrus/commits/devnet-v1.41.0
mainnet-v1.40.3
Storage node
#2772: Enables DB transactions (implemented in #2475) and garbage collection (implemented in #2542, #2599, and #2725) by default on Testnet. The features can be disabled by adding the following to your node configuration:
db_config:
global:
use_optimistic_transaction_db: false
garbage_collection:
enable_blob_info_cleanup: false
enable_data_deletion: falseIf you have experimental_use_optimistic_transaction_db: true in your configuration, you should remove that.