Skip to content

Releases: denpamusic/php-bitcoinrpc

php-bitcoinrpc v2.0.8

09 Sep 09:45
Compare
Choose a tag to compare
  • Fixed missing splat operator on synchronous request done via magic calls.

php-bitcoinrpc v2.0.7

08 Sep 19:34
Compare
Choose a tag to compare
  • Fixed bug in multi-wallet RPC call with async requests.
  • Changed 'pass' variable to 'password' for consistency with denpa/laravel-bitcoinrpc.

php-bitcoinrpc v2.0.6

07 Sep 10:25
Compare
Choose a tag to compare
  • Added ability to use multi-wallet RPC calls (see wiki and README, thanks @M-Shahbaz for feature request)

php-bitcoinrpc v2.0.5

25 Aug 18:11
Compare
Choose a tag to compare
  • Switched to GuzzleHttp 6.3.x branch
  • Minor fixes

php-bitcoinrpc v2.0.4

15 Jul 09:59
99fcac6
Compare
Choose a tag to compare
  • Improved parseKey() method of ResponseArray trait.

php-bitcoinrpc v2.0.3

18 Jun 16:51
Compare
Choose a tag to compare
  • Implemented ability to use keys in first(string $key) and last(string $key) methods in ResponseArray trait.
  • Optimized exception handling
  • Small CS improvements and fixes

php-bitcoinrpc v2.0.2

06 Apr 17:21
eebd520
Compare
Choose a tag to compare
  • Removed dependency on deprecated codeclimate reporter.
  • CS fixes

php-bitcoinrpc v2.0.1

21 Aug 07:48
Compare
Choose a tag to compare
  • Added support for wildcards in key. e. g. $response->get('transactions.*.address');
  • Added flatten() and sum() response methods.
  • Added toBtc(), toSatoshi() and toFixed() helpers. e. g. \Denpa\Bitcoin\Client::toSatoshi(0.1);
  • Fixed count.

php-bitcoinrpc v2.0.0

17 Aug 11:58
Compare
Choose a tag to compare

First release of php-bitcoinrpc v2.x branch

  • Added Bitcoind Response object that contains various useful helper methods like first() or has() and provides array and invoker access.
  • Added BitcoindException Exception that gets thrown on error message from Bitcoin Core
  • Improved exception handling
  • Improved async request
  • Minor bugfixes

php-bitcoinrpc v2.0.0rc1

17 Aug 11:35
Compare
Choose a tag to compare
Pre-release
  • Improved Response object
  • Bugfixes