Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: reorder protocol version 17, 18 #12839

Merged
merged 1 commit into from
Jul 5, 2023
Merged

chore: reorder protocol version 17, 18 #12839

merged 1 commit into from
Jul 5, 2023

Conversation

joyqvq
Copy link
Contributor

@joyqvq joyqvq commented Jul 4, 2023

Description

to match with #12837, execution_version will go out with v18 (in 1.5.0) whereas the multisig feature flag will be released with 1.4.2 in v17.

Test Plan

How did you test the new or updated feature?


If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process.

Type of Change (Check all that apply)

  • protocol change
  • user-visible impact
  • breaking change for a client SDKs
  • breaking change for FNs (FN binary must upgrade)
  • breaking change for validators or node operators (must upgrade binaries)
  • breaking change for on-chain data layout
  • necessitate either a data wipe or data migration

Release notes

@vercel
Copy link

vercel bot commented Jul 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

6 Ignored Deployments
Name Status Preview Comments Updated (UTC)
explorer ⬜️ Ignored (Inspect) Jul 5, 2023 5:00pm
explorer-storybook ⬜️ Ignored (Inspect) Jul 5, 2023 5:00pm
multisig-toolkit ⬜️ Ignored (Inspect) Jul 5, 2023 5:00pm
sui-kiosk ⬜️ Ignored (Inspect) Jul 5, 2023 5:00pm
sui-wallet-kit ⬜️ Ignored (Inspect) Jul 5, 2023 5:00pm
wallet-adapter ⬜️ Ignored (Inspect) Jul 5, 2023 5:00pm

@joyqvq joyqvq marked this pull request as ready for review July 5, 2023 16:26
@joyqvq joyqvq requested review from amnn, ebmifa and mystenmark July 5, 2023 16:37
@@ -1288,7 +1288,7 @@ impl ProtocolConfig {
}
17 => {
let mut cfg = Self::get_for_version_impl(version - 1, chain);
cfg.execution_version = Some(1);
cfg.feature_flags.upgraded_multisig_supported = true;

// Following flags are implied by this execution version. Once support for earlier
// protocol versions is dropped, these flags can be removed:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think these comments need to follow execution_version or they will not make any sense

Copy link
Contributor

@mystenmark mystenmark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved but please fix comments before merging

@joyqvq joyqvq enabled auto-merge (squash) July 5, 2023 17:00
@joyqvq joyqvq merged commit e290747 into main Jul 5, 2023
@joyqvq joyqvq deleted the match-release branch July 5, 2023 17:23
longbowlu pushed a commit that referenced this pull request Jul 6, 2023
## Description 

to match with #12837,
execution_version will go out with v18 (in 1.5.0) whereas the multisig
feature flag will be released with 1.4.2 in v17.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
ebmifa pushed a commit that referenced this pull request Jul 12, 2023
## Description 

to match with #12837,
execution_version will go out with v18 (in 1.5.0) whereas the multisig
feature flag will be released with 1.4.2 in v17.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants