This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
Releases: Padrio/php-electrum-api
Releases · Padrio/php-electrum-api
Added new classes CreateWallet, ListWallets, LoadWallets
Fixed transaction error handling
Thanks to @askoldex for his work in #19 !
Version Fix
Fixed exception when getting version on newer electrum versions.
broadcast method return fix
@zorn-v has fixed the broadcast method return - when received data couldn't been decoded to an array, error was shown. Thank you for fixing!
Latest Electrum compatibility
History compatibility for Electrum 3.1.3
v1.5.1
Add force parameter in AddRequest method
Added JSONRPC Authentication
Added
- BASIC-Auth in
Electrum\Client
(thanks #8)
Deprecated & Added Exception
Added
Electrum\Response\Exception\BadResponseException
Deprecated
Electrum\Response\Exception\ElectrumResponseException
1.2: Merge pull request #6 from zorn-v/upstream
Some fixes and new requests