QuarkChain / pyquarkchain

Python implementation of QuarkChain
https://quarkchain.io
MIT License
224 stars 114 forks source link

Completed tx is not displayed in Metemask #928

Closed qizhou closed 2 years ago

qizhou commented 3 years ago

Using devnet with EIP155

Send any QKC to another account. Even the tx is completed, the tx in metamask activity page is still waiting:

image

ping-ke commented 3 years ago

repro now, start to debug it.

ping-ke commented 3 years ago

Metamask has been updated for Eip1559, it requires a new function GetBlockByHash, which is missing from our API. Now the feature has been added and deployed to devnet.

qizhou commented 3 years ago

Just checked on devnet, and now the issue seems to be fixed.