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

Update to polkadot v0 9 31 #57

Merged
merged 26 commits into from
Nov 20, 2023
Merged

Conversation

MRamanenkau
Copy link
Contributor

@MRamanenkau MRamanenkau commented Jul 7, 2023

Migration to 0.9.31

The new version of Substrate (0.9.31) introduces Weight V2, which includes proof_size. Since we have solo chains and not parachains, we have selected the maximum value for proof_size. Here are more details:

Weight V1 worked fine for solo chains, where the only practical limitation was the block time. However, with the parachains protocol, a new limit has been introduced: the proof size, which is required to execute the proof of validity function by validators on Polkadot. Most networks use the maximum value for proof_size.

@MRamanenkau MRamanenkau marked this pull request as ready for review July 20, 2023 08:25
@MRamanenkau
Copy link
Contributor Author

Please attach your research results on why u64::MAX is used as proof_size

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
node/client/src/lib.rs Show resolved Hide resolved
node/client/src/lib.rs Show resolved Hide resolved
@MRamanenkau MRamanenkau force-pushed the feature/update-to-polkadot-v0-9-30 branch 2 times, most recently from ca92fda to eafc04b Compare August 11, 2023 14:04
@rakanalh rakanalh changed the base branch from feature/update-to-polkadot-v0-9-30 to dev November 12, 2023 11:02
@rakanalh rakanalh changed the title Feature/update to polkadot v0 9 31 Update to polkadot v0 9 31 Nov 12, 2023
@rakanalh rakanalh force-pushed the feature/update-to-polkadot-v0-9-31 branch from 123bca5 to 728ad51 Compare November 20, 2023 13:04
rakanalh
rakanalh previously approved these changes Nov 20, 2023
@rakanalh rakanalh merged commit e1543d1 into dev Nov 20, 2023
2 of 3 checks passed
@rakanalh rakanalh deleted the feature/update-to-polkadot-v0-9-31 branch November 20, 2023 17:53
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.

4 participants