Closed pacu closed 2 months ago
All RPC methods mentioned here are currently supported by zebra including getblockcount
.
You can paste the openapi spec into a swagger editor to see what we currently support, which should be easier than reading the zebra source code or developer documentation.
@pacu can you please confirm whether our implementation of getblockcount
satisfies the needs of the Red.Dev team? Happy to help out further and/or implement any missing functionality.
yes it does!
thanks @oxarbitrage for the open api link.
Motivation
According to what Red.Dev engineers have responded, the bridge is currently using these four endpoints:
I couldn't find a 1:1 replacement for get block count
According to documentation: https://zcash.github.io/rpc/getblockcount.html
A reasonable implementation would be for them to use et_best_block_height_and_hash. Would this be appropriate @arya2 ?
Specifications
No response
Complex Code or Requirements
No response
Testing
No response
Related Work
No response