8000 Bridge (Moonbeam <-> Moonriver) by RomarQ · Pull Request #3188 · moonbeam-foundation/moonbeam · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
2fc6692
feat(bridge): add pallet_bridge_grandpa
RomarQ Feb 6, 2025
df084e6
add Makefile and zombienet setup
RomarQ Feb 7, 2025
f7f3abe
update zombienet setup
RomarQ Feb 12, 2025
6ce07aa
feat: convert ecdsa::Public to AccountId
RomarQ Feb 13, 2025
9b69e63
add bridge primitives for moonbeam and moonriver
RomarQ Feb 25, 2025
44bdda9
add pallet bridge parachains to moonriver and moonbeam runtimes
RomarQ Feb 25, 2025
1788013
expose common types
RomarQ Feb 25, 2025
c3148a0
add common bridge primitives
RomarQ Feb 25, 2025
5ed871c
add UncheckedExtrinsic type
RomarQ Feb 25, 2025
d9352b5
:tophat: update macro impl_runtime_apis_plus_common to support benchm…
RomarQ Feb 25, 2025
229f9d8
test pallet presence
RomarQ Feb 25, 2025
ec6658b
enable bridge benchmarks for moonbeam runtime
RomarQ Feb 26, 2025
3371a28
revert change
RomarQ Feb 26, 2025
033868e
update bridge primitives
RomarQ Feb 26, 2025
15fa0a4
Add implementation: From<ecdsa::Public> for AccountId20
RomarQ Feb 26, 2025
7bbe82a
update bridge primitives
RomarQ Mar 10, 2025
ca2584d
integrate pallet_xcm_bridge_hub
RomarQ Mar 10, 2025
9cf9985
update genesis state
RomarQ Mar 10, 2025
7718cf0
add rust tests
RomarQ Mar 25, 2025
55ae921
configure bridge in runtimes
RomarQ Mar 25, 2025
d9c6c5d
configure and test xcm bridging
RomarQ Apr 7, 2025
2158d3f
enable universal_origin and export_message XCM instructions
RomarQ Apr 7, 2025
3dff9b2
configure moonriver
RomarQ Apr 7, 2025
6c74661
fix compilation warnings
RomarQ Apr 8, 2025
25d4e36
fix error
RomarQ Apr 8, 2025
f25f988
add genesis build to foreign assets
RomarQ Apr 14, 2025
371f112
cleanup
RomarQ Apr 14, 2025
06fd06b
fixes
RomarQ Apr 14, 2025
14bba5b
update Cargo.lock
RomarQ Apr 16, 2025
08afe53
remove unused imports
RomarQ Apr 16, 2025
233fdae
fix zombienet test
RomarQ Apr 17, 2025
85ed56e
debug zombinet test
RomarQ Apr 21, 2025
ed3c2d8
debug zombinet test
RomarQ Apr 21, 2025
ccc638b
fix
RomarQ Apr 22, 2025
01e1451
format code
RomarQ Apr 24, 2025
9106b21
Merge branch 'master' into rq/bridge-setup
RomarQ Jun 18, 2025
410b261
clean-up
RomarQ Jun 18, 2025
ec70420
removed unused import
RomarQ Jun 18, 2025
78b438d
removed unused code
RomarQ Jun 18, 2025
5654431
fix test
RomarQ Jun 18, 2025
416fc3b
Merge branch 'master' into rq/bridge-setup
RomarQ Jun 22, 2025
bec03f6
fix tests
RomarQ Jun 23, 2025
b88732b
clean-up
RomarQ Jun 23, 2025
a42e541
fix tests
RomarQ Jun 23, 2025
274fb89
remove pallet_xcm_bridge_router instance
RomarQ Jun 23, 2025
b1d14d4
add bridge xcm router
RomarQ Jun 23, 2025
0aedcf4
update Cargo.lock
RomarQ Jun 23, 2025
4c65ddf
add pallet_bridge_messages weights
RomarQ Jun 23, 2025
5603862
Merge branch 'master' into rq/bridge-setup
RomarQ Jun 23, 2025
20908e1
update Cargo.lock
RomarQ Jun 23, 2025
f8b3964
enabled universal origin XCM instruction
RomarQ Jun 23, 2025
3a94521
enabled universal_origin for moonbase and moonbeam
RomarQ Jun 23, 2025
dcb1f3e
fix tests
RomarQ Jun 24, 2025
eabe3b8
fix rust tests
RomarQ Jun 24, 2025
b5783d0
fix e2e tests
RomarQ Jun 24, 2025
a961ef8
fix rust tests
RomarQ Jun 24, 2025
1cd58d5
Merge branch 'master' into rq/bridge-setup
RomarQ Jun 24, 2025
c0560ac
remove xcm-bridge-router
RomarQ Jun 24, 2025
fa5b46b
Revert "remove xcm-bridge-router"
RomarQ Jun 24, 2025
0ca9894
Revert "Revert "remove xcm-bridge-router""
RomarQ Jun 25, 2025
ebb3827
removed bridge xcm pallets
RomarQ Jun 25, 2025
a0c8827
revert chnages to download-polkadot.sh
RomarQ Jun 25, 2025
e4a1651
add benchmarks
RomarQ Jun 25, 2025
82cdd0a
removed unused import
RomarQ Jun 26, 2025
61d1181
fix benchmarks
RomarQ Jun 26, 2025
1626c42
fix
RomarQ Jun 26, 2025
5e49e3a
clean-up
RomarQ Jun 26, 2025
dedfacb
clean-up
RomarQ Jun 26, 2025
723ed4e
Merge branch 'master' into rq/bridge-setup
RomarQ Jun 26, 2025
83b497c
update Cargo.lock
RomarQ Jun 26, 2025
95c5358
try fix
RomarQ Jun 26, 2025
0a3567c
Revert "try fix"
RomarQ Jun 27, 2025
1cf3774
removed zombienet files (will include them in a follow-up PR)
RomarQ Jun 27, 2025
e9cb1e2
Revert "add genesis build to foreign assets"
RomarQ Jun 27, 2025
3ca18f0
improve test times
RomarQ Jun 28, 2025
fdeae01
fix slow test
RomarQ Jun 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
162 changes: 105 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading
0