Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Invalid transaction block number #6674

Closed
ngotchac opened this issue Oct 9, 2017 · 3 comments
Closed

Invalid transaction block number #6674

ngotchac opened this issue Oct 9, 2017 · 3 comments
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon.
Milestone

Comments

@ngotchac
Copy link
Contributor

ngotchac commented Oct 9, 2017

I'm running:

  • Parity version: Parity//v1.8.0-unstable-223467c81-20171005/x86_64-linux-gnu/rustc1.20.0
  • Operating system: Linux
  • And installed: from source

On Kovan, after sending a transaction that got stuck on my local node (could not get it mined, not sure why), this happens:
image
It seems (wrongly) that it's included in a block. But on new block, the block number sent back by eth_getTxByHash is increasing...

@ngotchac ngotchac added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. labels Oct 9, 2017
@5chdn 5chdn added the P5-sometimesoon 🌲 Issue is worth doing soon. label Oct 9, 2017
@rphmeier
Copy link
Contributor

rphmeier commented Oct 9, 2017

Workaround: check if r.blockHash is null or present

@ngotchac
Copy link
Contributor Author

ngotchac commented Oct 9, 2017

Yep sure. eth_transactionReceipt returns null as well. But the main issue is that in the UI it shows the transaction as already included in a block, which is mis-leading

@5chdn 5chdn added this to the 1.9 milestone Oct 9, 2017
@5chdn 5chdn modified the milestones: 1.9, 1.10 Jan 23, 2018
@5chdn 5chdn modified the milestones: 1.10, 1.11 Mar 1, 2018
@5chdn 5chdn modified the milestones: 1.11, 1.12 Apr 24, 2018
@folsen
Copy link
Contributor

folsen commented May 19, 2018

Closing as UI is moving.

@folsen folsen closed this as completed May 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon.
Projects
None yet
Development

No branches or pull requests

4 participants