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

Resync for data that are not enabled by default #1815

Open
kderme opened this issue Aug 13, 2024 · 0 comments
Open

Resync for data that are not enabled by default #1815

kderme opened this issue Aug 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kderme
Copy link
Contributor

kderme commented Aug 13, 2024

tx_cbor and pool_stat is not enabled by default.
We should allow replaying the chainsync protocol just to fill in these data. This would make it easy to use the snapshots and add this options later. Initially raised at #1814

I think the best way to implement this is to add a new ConsistentLevel field, called eg ResyncExtra NewConfig. With this consistent level, only the new data will be populated.

This may have additional challenges as we haven't done much work in adapting to changes to the config. So we need to think best ways to pass the config change.

@kderme kderme added the bug Something isn't working label Aug 13, 2024
@kderme kderme changed the title Resync data that are not enabled by default Resync for data that are not enabled by default Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant