Skip to content

mainnet-v1.40.3

Choose a tag to compare

@ebmifa ebmifa released this 21 Jan 18:10
· 32 commits to 51326ab2222c64688d3f14626157d0d44c184008 since this release
47652b1

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