This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Parity dev chain spec does not support Byzantium #7735
Labels
F2-bug 🐞
The client fails to follow expected behavior.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Milestone
steps to reproduce
To reproduce: deploy a contract with not enough gas and call getTransactionReceipt on it.
when you call getTransactionReceipt, instead of having status 0x00 or 0x01 according to stackoverflow following byzantium), you get a null status.
actual
transactionReceipt.status: null
expected behavior
transactionReceipt.status: 0x00
The text was updated successfully, but these errors were encountered: