You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: