-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes enable hd-wallet-derive to be used with php8+ NOT tested with previous PHP versions, and will probably not work. composer: + add dep on gmp extension + bump php dep to 8+ + change bitwasp/bitcoin dep to protonlabs/bitcoin, as they are the new maintainers and have php8 fixes. Utils/FlexNetwork.php: + fix a couple of type cast errors. WalletDerive.php: + add derive_path() method to support both absolute and relative bip32 paths. + fix a couple of type access errors. eth.test.php + ignore missing array keys
- Loading branch information
Showing
4 changed files
with
50 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters