-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add ethereum bridge testing support #812
base: master
Are you sure you want to change the base?
Conversation
802a398
to
552f4bc
Compare
WASM runtime size check:Compared to target branchdancebox runtime: 1420 KB (no changes) ✅ flashbox runtime: 824 KB (no changes) ✅ dancelight runtime: 2172 KB (no changes) ✅ container chain template simple runtime: 1124 KB (no changes) ✅ container chain template frontier runtime: 1400 KB (no changes) ✅ |
} | ||
} | ||
|
||
pub fn force_process_bridge() { | ||
type DancelightRelayMessageQueue = <DancelightRelay as DancelightRelayPallet>::MessageQueue; |
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.
I would make this more generic. Maybe we can pass a mocknet and adjust the rest of the values? maybe not, just asking for reference
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.
Solved, but was easier using the Relay, Parachain instead of the mocknet.
I'm still thinking all will be more straightforward if we add bridge support for relay in the __impl_test_ext_for_relay_chain
macro
but for sure that could take more time to test
Now that we know how this works, maybe we can add the dispatcher in the other direction? we should Call |
3a442b8
to
9be7a19
Compare
Coverage Report@@ Coverage Diff @@
## master diego-test-eth-bridge +/- ##
=========================================================
+ Coverage 65.76% 65.84% +0.08%
+ Files 332 334 +2
+ Lines 58475 58553 +78
=========================================================
+ Hits 38456 38554 +98
- Misses 20019 19999 -20
|
def4ede
to
2ce9556
Compare
I'm not sure if I get it, you mean by creating another network with a bridge setting |
2ce9556
to
20a003c
Compare
Description
Add support for testing ethereum snowbridge in dancelight using xcm-emulator bridge features