-
Notifications
You must be signed in to change notification settings - Fork 38
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
Decouple block producing, submission and confirming #776
Conversation
instead of producing block.
Tests still do not pass
Just use FinalizedCustodianCapacity
…ducing-and-submitting
And update last confirmed/submitted transaction when syncing from L1
Running integration testWorkflow Run Id: 3087062311 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
A node become not live if it hasn't produced, received, submitted or confirmed a block in a while.
Running integration testWorkflow Run Id: 3095672858 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
node_mode = "fullnode" | ||
|
||
[p2p_network_config] | ||
listen = "/ip4/0.0.0.0/tcp/9999" |
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.
Replace the example with a p2p multiaddr version?
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 have added doc about authentication (including key generation, peer id calculation and related configurations).
Running integration testWorkflow Run Id: 3097432976 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
Running integration testWorkflow Run Id: 3097610689 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
Running integration testWorkflow Run Id: 3103162638 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
Running integration testWorkflow Run Id: 3103419873 Components:
Manually running integration testPost a comment contains
Note:
Run Resultsuccess |
@sopium Please resolve conflicts |
Github UI and local git merge are not showing any conflicts? |
Right, GitHub display conflicts under the option 'rebase and merge', but we can create a new merge. Congratulate @sopium !, finally get it done. |
Don't wait for the confirmation of the previous L2 block before generating or submitting the next block.
New config introduced in this PR: