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

Support an address-specific archiving mode #12498

Open
stan-dot opened this issue Oct 25, 2024 · 3 comments
Open

Support an address-specific archiving mode #12498

stan-dot opened this issue Oct 25, 2024 · 3 comments

Comments

@stan-dot
Copy link

Rationale

The need to store 1TB of data for the whole archive is a bottleneck for some use cases that only need data regarding specific accounts.

Implementation

Q: Do you have ideas regarding the implementation of this feature?
A: A config flag could be added to the fork mode to pass an array of addresses, only txns involving those addresses would be saved in the node instance.

Q: Are you willing to implement this feature?
A: On it!

@stan-dot
Copy link
Author

looking for similar feature discussions in past issues

@stan-dot
Copy link
Author

trying to use the DEV_CHAIN.md instructions in a devcontainer,
import fails
github.com/erigontech/erigon-libekv: cannot find module providing package github.com/erigontech/erigon-libekv: module github.com/erigontech/erigon-libekv: git ls-remote -q origin in /go/pkg/mod/cache/vcs/8451324cddeea2a3c31da8bf9ba944823c75a9c1d0f9c045d51fc28de5eedfbc: exit status 128: fatal: could not read Username for 'https://github.com': terminal prompts disabled fatal: could not read Username for 'https://github.com': terminal prompts disabled remote: Repository not found. fatal: repository 'https://github.com/erigontech/erigon-libekv/' not found Confirm the import path was entered correctly.

@AskAlexSharov
Copy link
Collaborator

github.com/erigontech/erigon-libekv -> github.com/erigontech/erigon-lib/kv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@AskAlexSharov @stan-dot and others