planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
506 stars 142 forks source link

Apply IterateTxIdBlockHashIndex to Libplanet.Explorer #1399

Closed longfin closed 1 year ago

longfin commented 3 years ago

Currently, Libplanet.Explorer is using IRichStore to query BlockRef in TransactionQuery. but after #1328, we don't need to IRichStore to lookup block hashes per transaction because it introduced IterateTxIdBlockHashIndex() to IStore directly.

So it would be better if Libplanet.Explorer uses new APIs instead of IRichStore IMO.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.