Skip to content

sui_v1.34.0_1725597142_ci

@williampsmith williampsmith tagged this 06 Sep 02:20
## Description 

We have removed the ability to disable state accumulator v2 previously
by ignoring the config parameter
(https://github.com/MystenLabs/sui/pull/18786), however if a node that
had v2 disabled has been running since before this change without
shutting down, the old config would still be stored in memory. This PR
forces enabling of v2. Once we have reached the epoch change after all
nodes are running this code, we can safely merge
https://github.com/MystenLabs/sui/pull/18764.

## Test plan 

Existing tests

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
Assets 2
Loading