Skip to content
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 substrate #1198

Merged
merged 9 commits into from
Mar 2, 2023
Merged

Upgrade substrate #1198

merged 9 commits into from
Mar 2, 2023

Conversation

nazar-pc
Copy link
Member

Most of the changes like last time are related to upstream refactoring from BlockId<Block> to Block::Hash. Also node storage monitor was added.

Merged into out subspace-v3 fork cleanly, continues to work with Gemini 3c without issues.

Code contributor checklist:

@nazar-pc
Copy link
Member Author

Updated revision to include paritytech/substrate#13372

i1i1
i1i1 previously approved these changes Feb 27, 2023
vedhavyas
vedhavyas previously approved these changes Feb 27, 2023
@nazar-pc
Copy link
Member Author

Hm... storage monitor is not supported on Windows for now, I'll make it conditionally compilable and we can restore it fully once paritytech/substrate#13466 lands

vedhavyas
vedhavyas previously approved these changes Feb 27, 2023
@nazar-pc
Copy link
Member Author

Okay, now I see where the issue is. sc-storage-monitor is a dependency of sc-service, so regardless of whether we depend on it explicitly, we get it in dependency tree.

So yeah... waiting for paritytech/substrate#13466 now.

i1i1
i1i1 previously approved these changes Feb 27, 2023
@nazar-pc
Copy link
Member Author

Replaced workarounds with latest Substrate (sp-finality-grandpa was renamed into sp-consensus-grandpa) and updated some other dependencies. Should pass CI on Windows now.

@nazar-pc
Copy link
Member Author

Now wasmi crashes on Windows: paritytech/substrate#13487

@liuchengxu liuchengxu mentioned this pull request Mar 2, 2023
1 task
# Conflicts:
#	crates/subspace-archiving/Cargo.toml
#	domains/client/domain-executor/src/core_bundle_processor.rs
#	domains/client/domain-executor/src/system_bundle_processor.rs
#	domains/client/domain-executor/src/xdm_validator.rs
@nazar-pc nazar-pc enabled auto-merge March 2, 2023 10:24
@nazar-pc nazar-pc merged commit 1621952 into main Mar 2, 2023
@nazar-pc nazar-pc deleted the upgrade-substrate branch March 2, 2023 10:42
i1i1 added a commit to autonomys/subspace-pulsar-sdk that referenced this pull request Mar 9, 2023
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