chainlib/CHANGELOG

40 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

- 0.0.23
* Configuration variable descriptions
* Arg flags to names listing method
* New flags preset for reads without wallet
* Remove pesistent wallet arg flag bug
* Rename arg flag reset to flag_reset
- 0.0.22
* Man page generator script
2022-02-22 00:30:30 +01:00
- 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
2022-02-20 19:27:00 +01:00
- 0.0.19
* Passphrase file option to unlock keyfile for CLI tooling
- 0.0.18
* Upgrade hexathon skipping buggy compact hex method
2022-01-21 01:13:07 +01:00
- 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
2021-08-21 09:31:59 +02:00
* Move eth code to separate package
2022-01-21 01:13:07 +01:00
- 0.0.4
2021-08-21 09:31:59 +02:00
* 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)
2022-01-21 01:13:07 +01:00
- 0.0.3
2021-05-02 14:49:34 +02:00
* Remove erc20 module (to new external package)
2022-01-21 01:13:07 +01:00
- 0.0.2
2021-05-02 14:49:34 +02:00
*
2022-01-21 01:13:07 +01:00
- 0.0.1
2021-02-09 09:42:46 +01:00
* Add eth tx decode
2021-02-09 16:00:41 +01:00
* Add eth balance query with erc20 option
2021-02-09 09:42:46 +01:00
* Add eth checksum address
* Add eth subscribe monitor
2021-02-09 16:00:41 +01:00
* Add eth erc20 transfer script
* Add eth gas send script