zingolabs / zaino

Zaino is an indexer for the Zcash blockchain implemented in Rust.
Other
5 stars 6 forks source link

Task 2.5.1: Enumerate the set of indices required by "full node" wallets and block explorers. #72

Open idky137 opened 2 months ago

idky137 commented 2 months ago

The current plan is for Zebra to be solely a "Validator" to simplify maintenance. To this end Zaino is taking over serving "full node" wallets and block explorers the chain data they require. We need to gather a full list of the indices that are required by these clients before a can full design can be completed. The actual design for this service will be discussed here [#69].

idky137 commented 1 month ago

An initial list has been collected here [https://github.com/ZcashFoundation/zebra/issues/8435]

idky137 commented 1 month ago

Separation of RPC services, initial proposal: https://cryptpad.fr/sheet/#/2/sheet/view/Hx7xu0ZV09GsyNsry4+NHlAAbn5IjgAiodvxk+QiHWk/

idky137 commented 1 week ago

Zaino has commited to serving the following Zcash RPCs:

Zaino will also provide wrapper functionality for the following RPCs in Zebra (to allow block explorers to fetch all data they require directly from / through Zaino):

idky137 commented 1 week ago

Once we update docs we can close this issue. Missing from docs: