- 0.4.5
	* Change license to AGPL3 and copyright waived to public domain
- 0.4.4
	* Add missing bits for arg flags generation 
- 0.4.3
	* Enable raw output for raw cli tool
	* Unify human readable transaction rendering
- 0.4.2
	* Get latest block for block cli command when no argument.
- 0.4.1
	* Fix broken chainlib dep
- 0.4.0
	* option for net amount in eth-gas (deduct fee from desired spend)
	* implement height for eth-balance
	* data input from file in gas command
	* get address from keyfile in balance call
- 0.3.3
	* Update flags bit value cli command to use new cli flags generator
- 0.3.2
	* Fix crash when supplying block number to block cli tool
	* Allow non-pending nonce bootstrap
- 0.3.1
	* Fix missing application of status on tx result 
- 0.3.0
	* Implement chainlib with new arg and config handling
	* Implement cli tools on settings module
- 0.2.0
	* Implement chainlib generic tx, block and tx result objects
- 0.1.3
	* Add block author field
- 0.1.2
	* Upgrade chainlib dep
- 0.1.1
	* Add fee_limit, fee_price alias to Tx object
- 0.1.0:
	* Allow nonce ommission in encode when not tx mode
	* Add rcpt src to tx object
- 0.0.27:
	* Add man pages with chainlib man page generator helper
	* Remove redundant arg flags from runnables: get
- 0.0.26:
	* Remove manual 0x handling bug in tx
- 0.0.25:
	* Upgrade chainlib to get passphrase file for wallet keyfile
- 0.0.24:
	* Upgrade from hexathon bug breaking compact hex function
- 0.0.23:
	* Make get block args and responses compatible with picky golang marhaling in geth
- 0.0.22:
	* Enable unpack of pre EIP-155 transactions
	* Allow missing status property of receipts in non-strict modes
- 0.0.21:
	* Remove warnings from cytoolz/rlp in funga-eth
- 0.0.15:
	* Correct inverted addess checksum check for gas cli
- 0.0.5-unreleased:
	* Receive all ethereum components from chainlib package
	* Make settings configurable
