@@ -5,35 +5,41 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.0 .0] - 2020-02-13
8+ ## [ 1.1 .0] - 2020-03-06
99
10- ## [ 1.0.0-arduino] - 2020-02-13
10+ ### Added
11+ - added Delegate Resignation Builder and Tests ([ #207 ] )
1112
1213### Changed
13- - break up unit tests to support platforms with limited RAM ([ #172 ] )
14- - removed use of monolithic ` arkCrypto.h ` header ([ #190 ] )
14+ - improved transaction builder ([ #215 ] )
15+ - improved building as a project dependency ([ #206 ] )
16+
17+ ### Fixed
18+ - make htlc claim secret a 32-byte hash ([ #212 ] )
19+
20+ ## [ 1.0.0] - 2020-02-13
1521
1622### Added
1723- added AIP-11 support for Core v.2.6 Transactions ([ #198 ] )
1824
25+ ### Changed
26+ - removed use of monolithic ` arkCrypto.h ` header ([ #190 ] )
27+ - break up unit tests to support platforms with limited RAM ([ #172 ] )
28+
1929### Fixed
20- - fixed ` transaction::to_array ` tests on ESP8266 ([ #178 ] )
2130- fixed ` transaction::to_json ` tests on ESP8266 ([ #180 ] )
31+ - fixed ` transaction::to_array ` tests on ESP8266 ([ #178 ] )
2232
2333## [ 0.7.0] - 2019-10-08
2434
25- ## [ 0.7.0-arduino] - 2019-10-08
26-
2735### Changed
28- - improved coverage and formatting ([ #121 ] )
36+ - moved external libraries out of source tree ([ #156 ] )
2937- refactored utils implementation ([ #133 ] )
38+ - improved coverage and formatting ([ #121 ] )
3039- refactored Identities implementation. ([ #120 ] )
31- - moved external libraries out of source tree ([ #156 ] )
3240
3341## [ 0.6.0] - 2019-07-16
3442
35- ## [ 0.6.0-arduino] - 2019-07-16
36-
3743### Added
3844- added Bridgechain support ([ #105 ] )
3945
@@ -56,9 +62,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5662### Changed
5763- changed to BIP66 lib for DER ser/des ([ #88 ] )
5864- updated vendorField to support 255 bytes in Core v2.4 ([ #84 ] )
65+ - improved Windows support ([ #83 ] )
5966- updated ArduinoJson package to version v.6.10.0 ([ #76 ] )
6067- updated tests to use Core fixtures ([ #74 ] )
61- - improved Windows support ([ #83 ] )
6268
6369### Fixed
6470- properly handle 0 ARKtoshi Transaction amounts ([ #85 ] )
@@ -71,33 +77,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7177
7278## [ 0.3.0] - 2019-02-16
7379
74- ## [ 0.3.0-arduino] - 2019-02-16
75-
7680### Added
7781- Arduino CircleCI config ([ #61 ] )
7882
7983### Changed
80- - updated ` keywords.txt ` ([ #64 ] )
81- - updated ` ./library.json ` package export settings ([ #64 ] )
82- - removed unnecessary files and external packages to ` ./src/lib/ ` ([ #64 ] )
83- - moved ` ./docs ` to ` ./extras ` in arduino builds ([ #64 ] )
84- - updated ` ARDUINO_IDE.sh ` script to reflect ` lib/ ` changes ([ #64 ] )
84+ - updated Arduino-related files ([ #64 ] )
8585- automated ` ARDUINO_IDE.sh ` script ([ #60 ] )
8686
8787## [ 0.2.0] - 2019-02-07
8888
8989### Added
90- - Added ` toJson() ` method to ` Transaction ` class ([ #54 ] )
9190- Added ` ArduinoJson ` dependency and Arduino Sketch paths to ` library.json ` ([ #55 ] )
91+ - Added ` toJson() ` method to ` Transaction ` class ([ #54 ] )
9292
9393### Changed
94- - Removed unused Arduino Adapter Header ([ #50 ] )
95- - Renamed ` Helpers ` class to avoid naming collision with Cpp-Client ` Helpers ` ([ #51 ] )
9694- Refactored Timestamps & ` Slots ` to use milliseconds and avoid integer overflow ([ #53 ] )
95+ - Renamed ` Helpers ` class to avoid naming collision with Cpp-Client ` Helpers ` ([ #51 ] )
96+ - Removed unused Arduino Adapter Header ([ #50 ] )
9797
9898### Fixed
99- - Fixed the way the Arduino IDE Script restores converted directories ([ #49 ] )
10099- Corrected PIO Builds to determine dependency versions explicitly ([ #52 ] )
100+ - Fixed the way the Arduino IDE Script restores converted directories ([ #49 ] )
101101
102102[ #49 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/49
103103[ #50 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/50
@@ -111,7 +111,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
111111[ #61 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/61
112112[ #64 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/64
113113[ 0.3.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.2.0...0.3.0
114- [ 0.3.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0-arduino
115114[ #69 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/69
116115[ #70 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/70
117116[ 0.3.1 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0...0.3.1
@@ -131,17 +130,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
131130[ #105 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/105
132131[ #111 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/111
133132[ 0.6.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.5.0...0.6.0
134- [ 0.6.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0-arduino...0.6.0-arduino
135133[ #120 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/120
136134[ #121 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/121
137135[ #133 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/133
138136[ #156 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/156
139137[ 0.7.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...0.7.0
140- [ 0.7.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
141138[ #172 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/172
142139[ #178 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/178
143140[ #180 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/180
144141[ #190 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/190
145142[ #198 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/198
146- [ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0
147- [ 1.0.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
143+ [ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0...1.0.0
144+ [ #206 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/206
145+ [ #207 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/207
146+ [ #212 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/212
147+ [ #215 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/215
148+ [ 1.1.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0...1.1.0
0 commit comments