Zcashd deprecation forum list discussion #8572
oxarbitrage
started this conversation in
Research
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
The explorer arguments are config flags that add extra indexes and allow the get transaction call to return information about the inputs, such as address & amount. Without them, you would only get the txout because it is what the tx contains. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a list posted by Hanh in the Zcash forum about features that are needed for deprecating zcashd:
https://forum.zcashcommunity.com/t/zcashd-deprecation-roadmap/47515/2
I made a table with the list to see what is supported in Zebra at the moment and what not.
- get new account
- get address for account
getaddressutxos
(https://zcash-rpc.github.io/getaddressutxos.html)- import address
- shield coinbase
- z send many
- get block hash
- get block
- reconsider block
- get raw mempool
- send raw transaction
Most of the calls could be possible if Zebra gets integrated with the memory wallet backend in librustzcash, something we are considering as an option to go over the deprecation: https://github.com/oxarbitrage/zebra-grpc-scan-spec/blob/main/client_integration.md
Beta Was this translation helpful? Give feedback.
All reactions