-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
BUGSomething isn't workingSomething isn't workingCOREcore functionalitiescore functionalitiesHIGH_PRIORITYneeded ASAP for current sprintneeded ASAP for current sprintREQUIRE_RESETrequire changes that are not backward compatible, blockchain reset neededrequire changes that are not backward compatible, blockchain reset needed
Milestone
Description
Description
There is an inconsistency in the escrow_transaction table, in the timeout
and block_height
field.
This can cause invalid snapshot file hash later when generated.
Causes:
- download block behaves differently than generate or broadcast tx, in download block the
timeout
field is already incremented with the said current block height, - when applying escrow transaction in download block, it should not increment the timeout again.
Solution:
- breaking change:
- insert
timeout
field as client fill and calculate expiration on the go.
- insert
Metadata
Metadata
Assignees
Labels
BUGSomething isn't workingSomething isn't workingCOREcore functionalitiescore functionalitiesHIGH_PRIORITYneeded ASAP for current sprintneeded ASAP for current sprintREQUIRE_RESETrequire changes that are not backward compatible, blockchain reset neededrequire changes that are not backward compatible, blockchain reset needed