Skip to content

Releases: ArkEcosystemArchive/cpp-crypto

1.1.0-arduino

09 Mar 03:39
26e512f
Compare
Choose a tag to compare

Added

  • added Delegate Resignation Builder (#208)
  • added Delegate Resignation Builder and Tests (#208)

Changed

  • improved transaction builder (#217)

Fixed

  • make htlc claim secret a 32-byte hash (#213)

1.1.0

09 Mar 03:34
6171bef
Compare
Choose a tag to compare

Added

  • Added Delegate Resignation Builder and Tests (#207)

Changed

  • Improved Transaction Builder (#215)
  • Improved building as a project dependency (#206)

Fixed

  • Make Htlc Claim Secret a 32-byte hash (#212)

1.0.0-arduino

14 Feb 03:33
10cc635
Compare
Choose a tag to compare

1.0.0

14 Feb 03:35
f06376c
Compare
Choose a tag to compare

Added

  • added AIP-11 support for Core 2.6 Transactions (#198)

Changed

  • break up unit tests to support platforms with limited RAM (#172)
  • removed use of monolithic arkCrypto.h header (#190)

Fixed

  • fixed transaction::to_array tests on ESP8266 (#178)
  • fixed transaction::to_json tests on ESP8266 (#180)

0.7.0-arduino

09 Oct 02:21
331fbcd
Compare
Choose a tag to compare

0.7.0

09 Oct 02:21
e888899
Compare
Choose a tag to compare

Changed

  • improved coverage and formatting (#121)
  • refactored utils implementation (#133)
  • refactored Identities implementation. (#120)
  • moved external libraries out of source tree (#156)

0.6.0-arduino

16 Jul 16:53
6cbc2a4
Compare
Choose a tag to compare

0.6.0

16 Jul 16:52
3b7df4c
Compare
Choose a tag to compare

Added

  • added Bridgechain support (#105)

Changed

  • changed amount and fee Json serialization to match Core v.2.5 (#111)
  • improved PlatformIO configuration (#101)
  • improved formatting and maintainability (#98)
  • improved Slots implementations (#92)

Fixed

  • fixed Transaction Json numeric serialization (#103)

0.5.0

25 May 03:11
Compare
Choose a tag to compare

Changed

  • removed bip39 and mnemonic feature (#86)

0.4.0

25 May 03:11
Compare
Choose a tag to compare

Changed

  • changed to BIP66 lib for DER ser/des. (#88)
  • updated vendorField to support 255 bytes in Core v2.4 (#84)
  • updated ArduinoJson package to version v.6.10.0 (#76)
  • updated tests to use Core fixtures (#74)
  • improved Windows support (#83)

Fixed

  • properly handle 0 ARKtoshi Transaction amounts. (#85)