-
Notifications
You must be signed in to change notification settings - Fork 366
Bridge (Moonbeam <-> Moonriver) #3188
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
base: master
Are you sure you want to change the base?
Conversation
Moonbase Weight Difference Report
Moonriver Weight Difference Report
Moonbeam Weight Difference Report
|
WASM runtime size check:Compared to target branchMoonbase runtime: 2368 KB (+4 KB) Moonbeam runtime: 2552 KB (+200 KB) 🚨 Moonriver runtime: 2552 KB (+196 KB) 🚨 Compared to latest release (runtime-3701)Moonbase runtime: 2368 KB (+312 KB compared to latest release) Moonbeam runtime: 2552 KB (+504 KB compared to latest release) 🚨 Moonriver runtime: 2552 KB (+500 KB compared to latest release) 🚨 |
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.
Copilot reviewed 65 out of 66 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- Makefile: Language not supported
Comments suppressed due to low confidence (2)
node/service/src/chain_spec/moonbeam.rs:146
- [nitpick] Consider expanding this comment with additional context on how the Bridge account is derived to aid future maintainers.< 10000 /li>
// Bridge Location::new(1, [Parachain(<bp_moonbeam::Moonbeam as bp_runtime::Parachain>::PARACHAIN_ID)])
Cargo.toml:57
- [nitpick] Ensure that using the 2021 edition here aligns with the rest of the workspace settings for consistency across packages.
edition = "2021"
…customizations and generate weights
What does it do?
Configures the moonbeam and moonriver runtimes with new pallets and primitives for enabling XCM bridging between them.
Relayer binary: https://github.com/Moonsong-Labs/parity-bridges-common
What important points should reviewers know?
Is there something left for follow-up PRs?
What alternative implementations were considered?
Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?
What value does it bring to the blockchain users?