Zcashd deprecation forum list discussion #8572
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
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.
-
I think this is pretty much all done in the Zebra side and there are other resources that cover it (https://docs.google.com/spreadsheets/d/1UJxH1cowexGqadU32Uei5Qak6jGhXjb18-T_QBPmDAA/edit?gid=0#gid=0, #8435, https://github.com/ZcashFoundation/zebra/milestone/41, etc). |
Beta Was this translation helpful? Give feedback.
-
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