-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix frontier template pending #366
Conversation
@@ -619,7 +615,7 @@ where | |||
Timer::interval(Duration::from_millis(millis)), | |||
|_| EngineCommand::SealNewBlock { | |||
create_empty: true, | |||
finalize: false, | |||
finalize: true, |
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.
otherwise the import was not working when doing the interval one
Coverage Report@@ Coverage Diff @@
## master girazoki-fix-template-pending +/- ##
=================================================================
+ Coverage 73.93% 73.97% +0.04%
Files 91 91
+ Lines 20488 20534 +46
=================================================================
+ Hits 15146 15189 +43
+ Misses 5342 5345 +3
|
Running the command manually doesn't seem to work, is that expected?
|
yes, you need to do The reason is that in dev mode we harcode 1000 as the orchestrator para id |
* fix pending block creation * FMT * fmt and rework * test * fixes * fmt
Fixes the way we create pending blocks and thus fixes estimateGas on pending blocks for the frontier template. It also refactors and simplfifies the manual seal consensus provider