Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Blocks need to be stored in temporary table on block deletion #3772

Closed
michielmulders opened this issue Jun 3, 2019 · 2 comments
Closed
Assignees
Milestone

Comments

@michielmulders
Copy link
Contributor

Expected behavior

Whenever we have found and verified the commonBlock, we will store the blocks from this commonHeight til the height of the tip in a temporary table so we can start applying the newly received blocks.

Implement the functionality to:

  • delete blocks from the current blocks table
  • create a backup of the deleted blocks in a temp table

Which version(s) does this affect? (Environment, OS, etc...)

feature/improve-bft

@michielmulders michielmulders changed the title Blocks need to be stored in temporary table during FCS mechanism Blocks need to be stored in temporary table on block deletion Jun 3, 2019
@michielmulders michielmulders self-assigned this Jun 3, 2019
@MaciejBaj MaciejBaj added this to the Sprint One milestone Jun 12, 2019
@michielmulders
Copy link
Contributor Author

michielmulders commented Jun 24, 2019

@sridharmeganathan sridharmeganathan added this to the Sprint 3 milestone Jul 24, 2019
SargeKhan pushed a commit that referenced this issue Jul 31, 2019
…_table

Store deleted block in temp table - Closes #3772
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants