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

dev chain compatibility break in dev chain between v2.5.8-stable and v2.5.7-stable #11283

Closed
@jimy74

Description

@jimy74
  • Parity Ethereum version: v2.5.8-stable
  • Operating system: Linux
  • Installation: docker
  • Fully synchronized: yes (dev chain)
  • Network: dev chain
  • Restarted: no

I'm using the dev chain for tests with the version v2.5.7-stable and it work well to send a tx from the default coinbase (nonce 0, chainId 11, ...).

The exact same test by starting parity in the exact same way do the error "Transaction marked invalid". (the sender have funds as it is asserted before) in my script.

Way to start parity :

parity --chain dev --jsonrpc-cors all --jsonrpc-interface all --jsonrpc-apis all --jsonrpc-hosts all
--tracing on --pruning archive -l rpc=trace,own_tx=trace

It's the proof that the compatibility is broken between the two releases for this feature.

Any guess how to fix that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    A3-stale 🍃Pull request did not receive any updates in a long time. No review needed at this stage. Close it.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions