You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes: 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
---- runtime::tests::gas_limit_works stdout ----
thread 'runtime::tests::gas_limit_works' panicked at 'events not registered at the genesis block', /Users/jasl/.cargo/git/checkouts/substrate-7e08433d4c370a21/1837f42/frame/system/src/lib.rs:1440:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- runtime::__construct_runtime_integrity_test::runtime_integrity_tests stdout ----
thread 'runtime::__construct_runtime_integrity_test::runtime_integrity_tests' panicked at 'Given `CallStack` height 6, `MaxCodeLen` should be set less than 82526 (current value is 2097152), to avoid possible runtime oom issues.', /Users/jasl/.cargo/git/checkouts/substrate-7e08433d4c370a21/1837f42/frame/contracts/src/lib.rs:396:13
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)
Removed.
---- runtime::tests::gas_limit_works stdout ----
thread 'runtime::tests::gas_limit_works' panicked at 'events not registered at the genesis block', /Users/jasl/.cargo/git/checkouts/substrate-7e08433d4c370a21/1837f42/frame/system/src/lib.rs:1440:9
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Fixed.
---- runtime::__construct_runtime_integrity_test::runtime_integrity_tests stdout ----
thread 'runtime::__construct_runtime_integrity_test::runtime_integrity_tests' panicked at 'Given CallStack height 6, MaxCodeLen should be set less than 82526 (current value is 2097152), to avoid possible runtime oom issues.', /Users/jasl/.cargo/git/checkouts/substrate-7e08433d4c370a21/1837f42/frame/contracts/src/lib.rs:396:13
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_messageexecution outcome invariant to node debug logging setting paritytech/substrate#13197pallet-random-collective-flipto Insecure... paritytech/substrate#13301Notes:
warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2which 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: