* rename `StateService::chain` to `any_ancestor_blocks` * rename `StateService::tip` to `best_tip` * rename `NonFinalizedState::tip` to `best_tip` * rename `StateService::depth` to `best_depth` * rename `StateService::transaction` to `best_transaction` * rename `NonFinalizedState::transaction` to `best_transaction` * rename `StateService::find_chain_intersection` to `find_best_chain_intersection` * Rename `StateService::collect_chain_hashes` to `collect_best_chain_hashes` * rename `StateService::find_chain_hashes` to `find_best_chain_hashes` * rename `StateService::utxo` to `any_utxo` * rename `NonFinalizedState::utxo` to `any_utxo` * rename `NonFinalizedState::block_by_hash` to `any_block_by_hash` * update `any_ancestor_blocks` comment Co-authored-by: teor <teor@riseup.net> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |