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

Add support for versiondb #54

Open
hexfusion opened this issue Sep 19, 2022 · 0 comments
Open

Add support for versiondb #54

hexfusion opened this issue Sep 19, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request scalability Issues bugs or features that affect scaling

Comments

@hexfusion
Copy link
Contributor

hexfusion commented Sep 19, 2022

The current implementation duplicates writes to disk because the assumption is version db is available and in memory state can be discarded. Instead we duplicate each mutation once during Tx creation the second during build block. This issue covers implementation of versiondb once it has been implemented in avalanche-types.

Depends on https://github.com/ava-labs/avalanche-rust/pull/115

@hexfusion hexfusion added bug Something isn't working enhancement New feature or request labels Sep 19, 2022
@hexfusion hexfusion changed the title Implement versiondb Add support for versiondb Sep 19, 2022
@hexfusion hexfusion added the scalability Issues bugs or features that affect scaling label Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request scalability Issues bugs or features that affect scaling
Projects
None yet
Development

No branches or pull requests

1 participant