Substrate version upgrade into iznik branch (Alexandria)#1163
Substrate version upgrade into iznik branch (Alexandria)#1163shamil-gadelshin merged 64 commits intoJoystream:iznikfrom
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.
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-testpackage used in tests:node/src/chain_spec.rsandnode/src/service.rshttps://github.com/paritytech/substrate/blob/master/test-utils/runtime/build.rs
BUILD_DUMMY_WASM_BINARY=1 cargo test --release --verbose --allseems 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.