-
Notifications
You must be signed in to change notification settings - Fork 115
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
Substrate version upgrade into iznik branch (Alexandria) #1163
Substrate version upgrade into iznik branch (Alexandria) #1163
Conversation
# Conflicts: # Cargo.lock # runtime-modules/hiring/src/mock.rs # runtime-modules/recurring-reward/src/mock/mod.rs # runtime-modules/token-minting/src/mock.rs
- removed all traces of the pallet_contracts (runtime, rpc, node, chain_spec) - fix load_spec TODO
…me_module4 Migrate the node project.
…me_module5 Migrate the 'chain-spec-builder' utility project to the Substrate 2.0.0rc4
Workaround for
or
|
I changed
So should we disable these tests altogether? |
Trying build without node tests in #1175 |
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.
Travis CI fails with an error during the frame-support compilation.
Here is the discussion: paritytech/substrate#6167
We could pin the exact nightly toolchain to the 1.45.0 version.
UPD: We'd already encountered that issue - (#495) and we even have a proper rust version.
This reverts commit f22c380.
As discussed I reverted back to working nightly version |
Merge substrate_version-upgrade branch into iznik, fixing merge conflicts.
Additional Fixes:
With RLS extension enabled in IDE this causes constant high CPU as it keeps trying to rebuild.
Source
sc-service-test
package used in tests:node/src/chain_spec.rs
andnode/src/service.rs
https://github.com/paritytech/substrate/blob/master/test-utils/runtime/build.rs
BUILD_DUMMY_WASM_BINARY=1 cargo test --release --verbose --all
seems to stall while buildingRunning rustc --crate-name joystream_node...
The issues haven't been fixed, only work around for now.
#1163 (comment) for IDE/RLS issue
unit test code was commented out for now.