Skip to content

Commit

Permalink
bump bitcoin-php to 0.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kerin committed Mar 16, 2018
1 parent c5ffc11 commit 5c3dc03
Show file tree
Hide file tree
Showing 25 changed files with 137 additions and 652 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
"ext-dom": "*",
"ext-curl": "*",

"bitwasp/bitcoin": "v0.0.34.1",
"bitwasp/bitcoin": "v0.0.35",
"btccom/bitwasp-bitcoin-bch-addon": "v0.0.2",
"btccom/justencrypt": "v0.2.0",
"btccom/cashaddress": "v0.0.3",
"mdanter/ecc": "v0.4.*",
"symfony/http-foundation": "^2.7|^3.0|^4.0",

"guzzlehttp/guzzle": "6.*",
"99designs/http-signatures-guzzlehttp": "2.0.*",
Expand Down
46 changes: 0 additions & 46 deletions src/Address/AddressReaderBase.php

This file was deleted.

15 changes: 0 additions & 15 deletions src/Address/Base32AddressInterface.php

This file was deleted.

81 changes: 0 additions & 81 deletions src/Address/BitcoinAddressReader.php

This file was deleted.

123 changes: 0 additions & 123 deletions src/Address/BitcoinCashAddressReader.php

This file was deleted.

103 changes: 0 additions & 103 deletions src/Address/CashAddress.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Bitcoin/BIP32Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function buildKey($path) {
}

if ($toPublic) {
$key = $key->toPublic();
$key = $key->withoutPrivateKey();
}

$this->derivations[$originalPath] = BIP32Key::create($key, $originalPath);
Expand Down
Loading

0 comments on commit 5c3dc03

Please sign in to comment.