Skip to content

Update to polkadot v0 9 31#57

Merged
rakanalh merged 26 commits intodevfrom
feature/update-to-polkadot-v0-9-31
Nov 20, 2023
Merged

Update to polkadot v0 9 31#57
rakanalh merged 26 commits intodevfrom
feature/update-to-polkadot-v0-9-31

Conversation

@MRamanenkau
Copy link
Copy Markdown
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.

@shamilkhan shamilkhan requested review from khssnv and yahortsaryk July 19, 2023 13:35
@MRamanenkau MRamanenkau marked this pull request as ready for review July 20, 2023 08:25
@MRamanenkau
Copy link
Copy Markdown
Contributor Author

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

@shamilkhan shamilkhan requested review from khssnv and shamilkhan July 20, 2023 12:25
@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
@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