- v1.1.3 (2017/05/01)
- Added
vacuum
command to server CLI.
- Added
- v1.1.2 (2016/07/11)
- Added P2SH support (to match counterparty-lib 9.55.0)
- added
get_tx_info
command - added
--disable-utxo-locks
tocompose_transaction
to disable the locking of selected UTXOs for when the 'user' doesn't intend to broadcast the TX (straight away) - Peg dependency versions in
setup.py
- Added
debug_config
argument to print config to CLI. - Added
--quiet
flag tobootstrap
command - Logging improvements
- Removed
rps
andrpsresolve
commands
- Removed
- Updated
README.md
- v1.1.1 (2015/04/20)
- Fix
broadcast
command - Cleaner, Commented-out Default Config Files
- Support new configuration parameter:
no-check-asset-conservation
,rpc-batch-size
,requests-timeout
- Fix
- v1.1.0 (2015/03/31)
- Code reorganisation
- Remove
market
command - Add
getrows
command - Add
clientapi
module - Rename
get_running_info
togetinfo
- Rename
backend-ssl-verify
tobackend-ssl-no-verify
- Rename
rpc-allow-cors
torpc-no-allow-cors
- Change installation procedure
- v1.0.1 (2015/03/18)
- Update minimum
counterparty-lib
version fromv9.49.4
tov9.50.0
- Update minimum
- v1.0.0 (2015/02/05)
- Initial Release