@@ -5,35 +5,41 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 1.0 .0] - 2020-02-13
8
+ ## [ 1.1 .0] - 2020-03-06
9
9
10
- ## [ 1.0.0-arduino] - 2020-02-13
10
+ ### Added
11
+ - added Delegate Resignation Builder and Tests ([ #207 ] )
11
12
12
13
### 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
15
21
16
22
### Added
17
23
- added AIP-11 support for Core v.2.6 Transactions ([ #198 ] )
18
24
25
+ ### Changed
26
+ - removed use of monolithic ` arkCrypto.h ` header ([ #190 ] )
27
+ - break up unit tests to support platforms with limited RAM ([ #172 ] )
28
+
19
29
### Fixed
20
- - fixed ` transaction::to_array ` tests on ESP8266 ([ #178 ] )
21
30
- fixed ` transaction::to_json ` tests on ESP8266 ([ #180 ] )
31
+ - fixed ` transaction::to_array ` tests on ESP8266 ([ #178 ] )
22
32
23
33
## [ 0.7.0] - 2019-10-08
24
34
25
- ## [ 0.7.0-arduino] - 2019-10-08
26
-
27
35
### Changed
28
- - improved coverage and formatting ([ #121 ] )
36
+ - moved external libraries out of source tree ([ #156 ] )
29
37
- refactored utils implementation ([ #133 ] )
38
+ - improved coverage and formatting ([ #121 ] )
30
39
- refactored Identities implementation. ([ #120 ] )
31
- - moved external libraries out of source tree ([ #156 ] )
32
40
33
41
## [ 0.6.0] - 2019-07-16
34
42
35
- ## [ 0.6.0-arduino] - 2019-07-16
36
-
37
43
### Added
38
44
- added Bridgechain support ([ #105 ] )
39
45
@@ -56,9 +62,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
56
62
### Changed
57
63
- changed to BIP66 lib for DER ser/des ([ #88 ] )
58
64
- updated vendorField to support 255 bytes in Core v2.4 ([ #84 ] )
65
+ - improved Windows support ([ #83 ] )
59
66
- updated ArduinoJson package to version v.6.10.0 ([ #76 ] )
60
67
- updated tests to use Core fixtures ([ #74 ] )
61
- - improved Windows support ([ #83 ] )
62
68
63
69
### Fixed
64
70
- 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.
71
77
72
78
## [ 0.3.0] - 2019-02-16
73
79
74
- ## [ 0.3.0-arduino] - 2019-02-16
75
-
76
80
### Added
77
81
- Arduino CircleCI config ([ #61 ] )
78
82
79
83
### 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 ] )
85
85
- automated ` ARDUINO_IDE.sh ` script ([ #60 ] )
86
86
87
87
## [ 0.2.0] - 2019-02-07
88
88
89
89
### Added
90
- - Added ` toJson() ` method to ` Transaction ` class ([ #54 ] )
91
90
- Added ` ArduinoJson ` dependency and Arduino Sketch paths to ` library.json ` ([ #55 ] )
91
+ - Added ` toJson() ` method to ` Transaction ` class ([ #54 ] )
92
92
93
93
### Changed
94
- - Removed unused Arduino Adapter Header ([ #50 ] )
95
- - Renamed ` Helpers ` class to avoid naming collision with Cpp-Client ` Helpers ` ([ #51 ] )
96
94
- 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 ] )
97
97
98
98
### Fixed
99
- - Fixed the way the Arduino IDE Script restores converted directories ([ #49 ] )
100
99
- Corrected PIO Builds to determine dependency versions explicitly ([ #52 ] )
100
+ - Fixed the way the Arduino IDE Script restores converted directories ([ #49 ] )
101
101
102
102
[ #49 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/49
103
103
[ #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.
111
111
[ #61 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/61
112
112
[ #64 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/64
113
113
[ 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
115
114
[ #69 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/69
116
115
[ #70 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/70
117
116
[ 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.
131
130
[ #105 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/105
132
131
[ #111 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/111
133
132
[ 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
135
133
[ #120 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/120
136
134
[ #121 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/121
137
135
[ #133 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/133
138
136
[ #156 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/156
139
137
[ 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
141
138
[ #172 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/172
142
139
[ #178 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/178
143
140
[ #180 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/180
144
141
[ #190 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/190
145
142
[ #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