Releases: ArkEcosystemArchive/cpp-crypto
Releases · ArkEcosystemArchive/cpp-crypto
1.1.0-arduino
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
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
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
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
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
Changed
- removed bip39 and mnemonic feature (#86)
0.4.0
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)