Revision history for Bitcoin::RPC::Client 0.12 2023-3-13/16 - 'die' when invalid JSON is returned from RPC service (GH#4) - Updated documentation 0.11 2020-7-8/16 - SSL_verify_mode must be a numeric (GH#3) - Updated documentation 0.10 2019-7-29/16 - 'die' on error rather than 'exit' (GH#1) (regcostajr) - Remove HTTP response error handler (GH#2) (regcostajr) 0.09 2019-4-16/14 - Updated documentation - Updated META 0.08 2018-1-30/14 - Changed dependency for JSON::RPC::Client to JSON::RPC::Legacy::Client - Fatal on bitcoind errors - Support for cookie based auth 0.07 2017-10-16/14 - Multi-wallet support - SSL support over web proxy - Clean error reporting - Fixed duplicate debug output - Removed Bitcoin::RPC::Client::API - More/cleaner examples 0.06 2017-7-12/14 - Set user agent - Updated documentation 0.05 2017-1-16/14 - New Debug flag dumps HTTP data - Print to STDERR error strings same as bitcoin-cli - Support for boolean parameters 0.04 2016-10-17/14 Add warnings and strict. 0.03 2016-10-13/10 Fixed broken test. 0.02 2016-10-12/15 Added META files. 0.01 2016-10-12/10 First version, released on an unsuspecting world.