Skip to content

sui_v1.33.0_1725428060_ci

@longbowlu longbowlu tagged this 04 Sep 04:03
## Description 

enable bridge creation on mainnet by setting bridge is true. Before this
change, the value true for testnet and devnet, but not mainnet. So this
only applies to mainnet.

## Test plan 


### Mainnet
* expect 56, 57, 58 all have bridge = true
* [old
57](https://github.com/MystenLabs/sui/blob/main/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Mainnet_version_57.snap)
v.s. [new
58](https://github.com/MystenLabs/sui/blob/bb25a072dac4848337c111d4fefeb0256fa36cd8/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Mainnet_version_58.snap):
https://www.diffchecker.com/AbcQx7DQ/
* [old
56](https://github.com/MystenLabs/sui/blob/main/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Mainnet_version_56.snap)
v.s. [new
57](https://github.com/MystenLabs/sui/blob/bb25a072dac4848337c111d4fefeb0256fa36cd8/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Mainnet_version_57.snap):
https://www.diffchecker.com/E3b9mlHd/, notably
random_beacon_reduction_lower_bound: 800 in new 57, which was in old 56
* [old
56](https://github.com/MystenLabs/sui/blob/main/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Mainnet_version_56.snap)
v.s [new
56](https://github.com/MystenLabs/sui/blob/bb25a072dac4848337c111d4fefeb0256fa36cd8/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Mainnet_version_56.snap):
https://www.diffchecker.com/EkWIOCeQ/ this reverts
[@Andrew Schran](https://mysten-labs.slack.com/team/U03TDESBNR0)
’s change of random_beacon_reduction_lower_bound , now back to 1000.

### Testnet
* unlike mainnet, bridge has been set to true months ago, so expect no
change for this parameter.
* [old
57](https://github.com/MystenLabs/sui/blob/main/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Testnet_version_57.snap)
v.s. [new
58](https://github.com/MystenLabs/sui/blob/bb25a072dac4848337c111d4fefeb0256fa36cd8/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Testnet_version_58.snap):
https://www.diffchecker.com/bc7A5fVn/, no change
* [old
56](https://github.com/MystenLabs/sui/blob/main/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Testnet_version_56.snap)
vs [new
57](https://github.com/MystenLabs/sui/blob/bb25a072dac4848337c111d4fefeb0256fa36cd8/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Testnet_version_57.snap):
https://www.diffchecker.com/XaktzhpC/ no change. notably
random_beacon_reduction_lower_bound: 800 in new 57, which was in old 56
* [old 56
](https://github.com/MystenLabs/sui/blob/main/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Testnet_version_56.snap)v.s
[new
56:](https://github.com/MystenLabs/sui/blob/bb25a072dac4848337c111d4fefeb0256fa36cd8/crates/sui-protocol-config/src/snapshots/sui_protocol_config__test__Testnet_version_56.snap)
https://www.diffchecker.com/SeNewiDN/ this reverts
[@Andrew Schran](https://mysten-labs.slack.com/team/U03TDESBNR0)
’s change of random_beacon_reduction_lower_bound , now back to 1000.
* effectively version 56 is a no-op for testnet

---

## 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