You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
BEGIN DB TRANSACTION
Apply unconfirmed transaction
Apply confirmed transaction
Insert block
Insert transaction
Insert transaction type
COMMIT
BEGIN DB TRANSACTION
Round tick
COMMIT
Proposed behavior
BEGIN DB TRANSACTION
Apply unconfirmed transaction
Apply confirmed transaction
Insert block
Insert transaction
Insert transaction type
Round tick
COMMIT
BEGIN DB TRANSACTION
Apply unconfirmed transaction
Apply confirmed transaction
Insert block
Insert transaction
Insert transaction type
BEGIN DB TRANSACTION
Round tick
COMMIT
COMMIT
Behavior described in #1297 (comment) is not valid, it still uses different connection handler for tick - so round logic don't see block that is already saved to database (in different SQL transaction).
Parent: #302
Continuation of: #1181
Current behavior
Proposed behavior
Code Target
https://github.com/LiskHQ/lisk/blob/development/logic/round.js
https://github.com/LiskHQ/lisk/blob/development/modules/rounds.js
The text was updated successfully, but these errors were encountered: