-
Notifications
You must be signed in to change notification settings - Fork 40
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
Establish threading rules in skaled-consensus interaction #1425
Closed
dimalit opened this issue
Feb 17, 2023
· 8 comments
· Fixed by #1535 or skalenetwork/skale-consensus#788
Closed
Establish threading rules in skaled-consensus interaction #1425
dimalit opened this issue
Feb 17, 2023
· 8 comments
· Fixed by #1535 or skalenetwork/skale-consensus#788
Labels
Comments
dimalit
changed the title
Esteblish threading rules in skaled-consensus interaction
Establish threading rules in skaled-consensus interaction
Mar 6, 2023
Key proposed changes to
|
Intermediate testing results: consensus doesn't wait for block creation to exit.
|
Closed
related #1525 |
This was referenced May 18, 2023
related #1532 |
Merged
github-project-automation
bot
moved this from In Progress
to Ready For Release Candidate
in SKALE Engineering 🚀
Jun 16, 2023
Merged
skaled: 3.17.0-beta.1 |
DmytroNazarenko
moved this from Ready For Release Candidate
to Merged To Release Candidate
in SKALE Engineering 🚀
Jun 21, 2023
This was referenced Sep 15, 2023
Part of #1348 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consensus guarantees that it will not do anything for a particular block ID, until pendingTransactions(...) for this block id returns.
(ConsensusInterface.h)Need to decide these rules, document and follow them.
The text was updated successfully, but these errors were encountered: