Bitcoin ABC version 0.30.3 is now available from:
https://download.bitcoinabc.org/0.30.3/
This release includes the following features and fixes:
This release adds the Iguana debugger, a simple tool that runs the scripts of transactions and outputs a trace of each opcode with the current stack at each step. It also has a CSV option to view the trace in a spreadsheet software.
You can run it like this:
iguana -tx=<txhex> -value=<value> -scriptpubkey=<scriptpubkey> -inputindex=0
Or run iguana -h
to see all the options.
Starting with this release, the Bitcoin ABC ARM (32 bits) version is deprecated. It will no longer be delivered with the release binaries. Users that still want to run Bitcoin ABC on this platform should build the binary from the sources.