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

Parity 1.2.3

Compare
Choose a tag to compare
@arkpar arkpar released this 31 Jul 17:26

Parity 1.2.3 is a patch release that addresses network stability issues for both Ethereum HF and Ethereum classic chains and brings a few changes to the transaction tracing API.

Tracing API changes

  • Added tracing for CALLCODE, DELEGATECALL and SUICIDE
  • trace_call returns traces in flat format
  • Added 2 new methods: trace_rawTransaction and trace_replayTransaction

Note that to continue using tracing features in this version you need to re-sync the blockchain. This can be done by using parity export $HOME/ethereum-chain-backup.rlp , deleting the database usually located at ~/.parity/906a34e69aec8c0d followed by parity import $HOME/ethereum-chain-backup.rlp.