zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
164 stars 105 forks source link

Backlog for issue: false block number in transaction's receipt for Goerli endpoint #1466

Closed ws4charlie closed 9 months ago

ws4charlie commented 9 months ago

The Goerli endpoints somehow returned false block number in the receipt of outbound transaction. image image

Based on observation, this misinformation happens when returned isPending status is true image

Check out Datadog link to see which zetaclients are getting this false misinformation.

ws4charlie commented 9 months ago

@CharlieMc0 FYI. Anytime whenever you get a chance to take a look. Zetaclient side we already added additional protection to avoid taking this false number.

lumtis commented 9 months ago

This seems to be an important issue to prioritize?

ws4charlie commented 9 months ago

The fixing commit (48d36db7b522328c13813b0904030fc8a6cfbf69) already exists in develop branch.