Releases: ArkEcosystem/php-crypto
Releases · ArkEcosystem/php-crypto
1.3.0
fix: add `pubKeyHash` and use it as network identifier (#97)
1.2.0
chore: update bytebuffer dependency (#96)
1.1.0
chore: update dependencies (#94)
1.0.0
Added
- Implement AIP11
0.4.0
Changed
- Support vendor fields up to 255 characters
0.3.0
Changed
- Upgraded
bitwasp/bitcoin
to1.0.0
0.2.5
Fixed
- Handle signed messages that were created through Desktop Wallet 2.0
0.2.4
Fixed
- Missing ID from delegate registrations
- Maximum vendor field length (previously 63, now 64)
0.2.3
Fixed
- Skip recipient id in
toBytes
for type 1 and 4 transactions.
0.2.2
Fixed
- Properly calculate the transaction
id
if signed with second signature.