-
Notifications
You must be signed in to change notification settings - Fork 52
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
Test operator from Ethereum bridge produces blocks #785
Conversation
WASM runtime size check:Compared to target branchdancebox runtime: 1428 KB (no changes) ✅ flashbox runtime: 824 KB (no changes) ✅ dancelight runtime: 2144 KB (+2144 KB) container chain template simple runtime: 1124 KB (-4296 KB) ✅ container chain template frontier runtime: 1400 KB (-5152 KB) ✅ |
Coverage Report@@ Coverage Diff @@
## master jeremy-eth-bridge-test-block-production +/- ##
==========================================================================
Coverage 65.15% 65.15% 0.00%
Files 327 327
Lines 57299 57299
==========================================================================
Hits 37330 37330
Misses 19969 19969
|
…est-block-production
test/suites/zombie_tanssi_relay_eth_bridge/test_zombie_tanssi_relay_eth_bridge.ts
Show resolved
Hide resolved
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.
small coment
Co-authored-by: girazoki <[email protected]>
* wip test operator produces blocks (not working) * properly fetch author * working test * simplify test * Add comment for key rotation Co-authored-by: girazoki <[email protected]> --------- Co-authored-by: girazoki <[email protected]>
Adds a node in the moonwall config that'll produce blocks. It is not automatically added to invulnerables/whitelisted validators (that's good). We rotate its nimbus key and register it so it'll be eligible to produce blocks. After the operators are bridged, we wait a bit before checking it is the author of a block.