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
Description
- 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?