Skip to content

Releases: ArkEcosystem/go-crypto

1.0.0

11 Feb 07:18
Compare
Choose a tag to compare

Added

  • Implement AIP11
  • Implement AIP18

0.2.2

02 Nov 09:06
Compare
Choose a tag to compare

Fixed

  • Set transaction timestamp type as int32 instead of uint32, to cater for possible old transactions that have a negative timestamp.

0.2.1

02 Nov 09:07
Compare
Choose a tag to compare

Fixed

  • Skip recipient id in ToBytes for type 1 and 4 transactions.

0.2.0

18 Jul 04:09
Compare
Choose a tag to compare

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

04 Jul 06:46
Compare
Choose a tag to compare

Changed

  • Return raw bytes from SerialiseTransaction (instead of hex)
  • Renamed createSignedTransaction to buildSignedTransaction

0.1.0

04 Jul 04:19
Compare
Choose a tag to compare
  • Initial Release