Skip to content
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

In Memory Engine Tree state #8745

Closed
Tracked by #8742
mattsse opened this issue Jun 11, 2024 · 1 comment
Closed
Tracked by #8742

In Memory Engine Tree state #8745

mattsse opened this issue Jun 11, 2024 · 1 comment
Assignees
Labels
A-blockchain-tree Related to sidechains, reorgs and pending blocks C-debt Refactor of code section that is hard to understand or maintain

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jun 11, 2024

for the engine rewrite we need to decouple disk writes from state updates

Ideal we keep a larger range of blocks in memory and flush on demand.

This means to process engine and rpc requests, we need to able to access state at any block height.

This is likely similar to the current blockchaintree internals but must be more efficient wrt state root.

@mattsse mattsse added C-enhancement New feature or request A-blockchain-tree Related to sidechains, reorgs and pending blocks labels Jun 11, 2024
@emhane emhane added C-debt Refactor of code section that is hard to understand or maintain and removed C-enhancement New feature or request labels Jun 24, 2024
@rkrasiuk rkrasiuk self-assigned this Jul 15, 2024
@mattsse mattsse closed this as completed Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-blockchain-tree Related to sidechains, reorgs and pending blocks C-debt Refactor of code section that is hard to understand or maintain
Projects
Archived in project
Development

No branches or pull requests

3 participants