Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate TxHashList in EvmAuxStore #1518

Open
pathornteng opened this issue Oct 3, 2019 · 0 comments
Open

Deprecate TxHashList in EvmAuxStore #1518

pathornteng opened this issue Oct 3, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@pathornteng
Copy link
Contributor

pathornteng commented Oct 3, 2019

Currently, the TxHashList in receipts_db is not correct, since we have implemented child-tx-refs which maps Tendermint Tx Hash to EVM Tx Hash. The problem is that GetBlockByNumber returns TM Tx Hashes for txs to Go contracts that call Solidity contracts but the Tx Hash saved in TxHashList is EVM Tx Hash. Now, we can get accurate TxHashList for a particular block from BlockStore only.

Ref: 58da756

@pathornteng pathornteng added the bug Something isn't working label Oct 3, 2019
@pathornteng pathornteng self-assigned this Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant