Releases: ArkEcosystem/go-crypto
Releases · ArkEcosystem/go-crypto
1.0.0
0.2.2
Fixed
- Set transaction timestamp type as int32 instead of uint32, to cater for possible old transactions that have a negative timestamp.
0.2.1
Fixed
- Skip recipient id in
ToBytes
for type 1 and 4 transactions.
0.2.0
Several files and folders have been moved around for guideline compliance - see the diff for more details
Fixed
- Multi Payment Serialisation & Deserialisation
Added
- Slot helper
- Get Public Key from Hex
- Get Private Key from Hex
- Transaction to Map
- Transaction to JSON
- Fee Configuration
- Multi Signature Registration Signing
- Multi Signature Registration Verifying
Removed
- Dropped
nethash
from networks as it was not used
0.1.2
Changed
- Return raw bytes from
SerialiseTransaction
(instead of hex) - Renamed
createSignedTransaction
tobuildSignedTransaction
0.1.0
- Initial Release