8000 Tags · nimiq/php-xpub · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nimiq/php-xpub

Tags

1.4.1

Toggle 1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
sisou Sören Schwert
Fix address prefix for BIP84 testnet addresses

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sisou Sören Schwert
Fix parsing packed strings to decimal number

The method always used the 'C' format, which only parses the first byte of the string. But for the child index field, we need to parse a uint32 of four bytes. This failure lead to an incorrect output of the child index number in stringified xpubs.

Fixes #4.

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sisou Sören Schwert
Remove version from composer.json to pass strict validation

Verified

This commit was signed with the committer’s verified signature.
sisou Sören Schwert
0