Skip to content

Releases: MystenLabs/walrus

testnet-v1.43.1

25 Feb 16:43

Choose a tag to compare

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

20 Feb 01:34
8724feb

Choose a tag to compare

devnet-v1.43.0 Pre-release
Pre-release

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

11 Feb 18:24
65b7dde

Choose a tag to compare

mainnet-v1.42.1

18 Feb 19:00
65b7dde

Choose a tag to compare

devnet-v1.42.0

06 Feb 17:10
0942e57

Choose a tag to compare

testnet-v1.41.1

04 Feb 17:34
8573a98

Choose a tag to compare

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

05 Feb 22:46
8573a98

Choose a tag to compare

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

28 Jan 18:32
3543a57

Choose a tag to compare

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

22 Jan 21:37
3543a57

Choose a tag to compare

devnet-v1.41.0 Pre-release
Pre-release

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

21 Jan 18:10
47652b1

Choose a tag to compare

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: false

If you have experimental_use_optimistic_transaction_db: true in your configuration, you should remove that.


Full Log: https://github.com/MystenLabs/walrus/commits/mainnet-v1.40.3