-
Notifications
You must be signed in to change notification settings - Fork 148
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
Upgrade to Polkadot v0.9.39 #1203
Conversation
8f6182c
to
5541b84
Compare
Removed.
Fixed.
A bit tricky for this one. Max size of 82526 is obviously not acceptable for phat contracts. They hard-coded a limitation in the tests and we can not change it. Let's make a workaround temporarily in order to pass the testing and discuss with parity for a better solution. I've left a message there on the parity's Element group.
No feature changes from 0.16.1 to 0.16.2. So I think we can ignore it. |
Co-authored-by: Kevin Wang <wy721@qq.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
paritytech/substrate@polkadot-v0.9.37...polkadot-v0.9.38
paritytech/substrate@polkadot-v0.9.38...polkadot-v0.9.39
Breaking changes from upstream:
Other notable changes:
debug_message
execution outcome invariant to node debug logging setting paritytech/substrate#13197pallet-random-collective-flip
to Insecure... paritytech/substrate#13301Notes:
warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
which dependent by https://github.com/http-rs/surf (used by phactory)
it seems 1 year no update, maybe we should replace it
relates to https://github.com/paritytech/substrate/pull/12993/files#diff-70e9723e9db62816e35f6f885b6770a8449c75a6c2733e9fa7a245fe52c4656cR423-R437
In adiition: