chainlib/CHANGELOG

34 lines
939 B
Plaintext

- 0.0.22
* Add man page generator script
- 0.0.21
* Log rpc reply before json parse
- 0.0.20
* Add edit option for some long flag aliases of short flags: -a, -e, -s and -y
- 0.0.19
* Passphrase file option to unlock keyfile for CLI tooling
- 0.0.18
* Upgrade hexathon skipping buggy compact hex method
- 0.0.17
* Add loglevel environment variable
- 0.0.16
* Allow query string in query url
- 0.0.14
* Add option to skip ssl verification on rpc
- 0.0.5
* Move eth code to separate package
- 0.0.4
* Add pack tx from already signed tx struct
* Add http auth handling for jsonrpc connections
* Add customizable jsonrpc id generator (to allow for buggy server id handling)
- 0.0.3
* Remove erc20 module (to new external package)
- 0.0.2
*
- 0.0.1
* Add eth tx decode
* Add eth balance query with erc20 option
* Add eth checksum address
* Add eth subscribe monitor
* Add eth erc20 transfer script
* Add eth gas send script