Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Releases: Padrio/php-electrum-api

Added new classes CreateWallet, ListWallets, LoadWallets

15 Oct 15:34
21a877b
Compare
Choose a tag to compare

Fixed transaction error handling

07 Oct 16:48
19ea81c
Compare
Choose a tag to compare

Thanks to @askoldex for his work in #19 !

Version Fix

15 Feb 14:59
Compare
Choose a tag to compare

Fixed exception when getting version on newer electrum versions.

broadcast method return fix

25 Mar 12:03
eba4d15
Compare
Choose a tag to compare

@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

24 Apr 07:22
a0b4b33
Compare
Choose a tag to compare

History compatibility for Electrum 3.1.3

v1.5.1

23 Jan 17:08
Compare
Choose a tag to compare

Changed SPDX license identifier since GPL-3.0 is deprecated.
Also prefixed $username & $password properties in Electrum\Client

Add force parameter in AddRequest method

22 Jan 10:10
b11d86d
Compare
Choose a tag to compare

Added

  • $force parameter in Electrum\Request\Method\Payment\AddRequest (thanks #9 @LordS4me)

Added JSONRPC Authentication

16 Jan 08:47
Compare
Choose a tag to compare

Added

  • BASIC-Auth in Electrum\Client (thanks #8)

Deprecated & Added Exception

05 Jan 14:00
Compare
Choose a tag to compare

Added

  • Electrum\Response\Exception\BadResponseException

Deprecated

  • Electrum\Response\Exception\ElectrumResponseException

1.2: Merge pull request #6 from zorn-v/upstream

03 Jan 08:30
2ecf426
Compare
Choose a tag to compare