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

Document transaction discovery problem #7

Open
perama-v opened this issue Jul 23, 2023 · 0 comments
Open

Document transaction discovery problem #7

perama-v opened this issue Jul 23, 2023 · 0 comments

Comments

@perama-v
Copy link
Owner

perama-v commented Jul 23, 2023

archors describes an architecture where an archive node is distributed at the block level (bundles containing all the state required to execute the bloc, and accompanying proofs).

A user can just download the blocks that are relevant to them.

How do they know which blocks? This is a discovery problem cleverly solved by the UnchainedIndex https://github.com/TrueBlocks/trueblocks-core:

chifra list my_address

Related, if the discovery problem is solved by a JSON-RPC method on archive nodes themselves (https://github.com/perama-v/eth_getAddressAppearances), then whatever distribution system
for distributing the archive node data (e.g., portal network), may also want to include a native version of this index of address appearances (holding a portion of the index, as determined by their node_id).

This should be included in docs

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

1 participant