You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to fetch the treestate as of a given block height with the ChainIndex, this is required by zallet to continue their wallet dev.
Current plan:
Add get_treestate to BlockChainSource.
Cherry pick get_block_height code from Zainod chain index #496 to simplify block hash -> block height conversions.