File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,17 @@ 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
- ## [ Unreleased ]
8
+ ## [ 1.1.0-arduino ] - 2020-03-06
9
9
10
10
### Added
11
- - added Delegate Resignation Builder ([ #208 ] )
11
+ - added Delegate Resignation Builder and Tests ([ #208 ] )
12
12
13
13
### Changed
14
14
- improved transaction builder ([ #217 ] )
15
15
16
+ ### Fixed
17
+ - make htlc claim secret a 32-byte hash ([ #213 ] )
18
+
16
19
## [ 1.0.0-arduino] - 2020-02-13
17
20
18
21
### Added
@@ -113,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
113
116
[ #190 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/190
114
117
[ #198 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/198
115
118
[ 1.0.0-arduino ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
116
- [ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0
119
+ [ 1.0.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/0.7.0-arduino...1.0.0-arduino
117
120
[ #208 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/208
121
+ [ #213 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/213
118
122
[ #217 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/217
119
- [ unreleased ] : https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0-arduino...develop
123
+ [ 1.1.0 ] : https://github.com/ArkEcosystem/cpp-crypto/compare/1.0.0-arduino...1.1.0-arduino
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/ArkEcosystem/Cpp-Crypto.git"
9
9
},
10
- "version" : " 1.0 .0" ,
10
+ "version" : " 1.1 .0" ,
11
11
"authors" : [
12
12
{
13
13
"name" : " Ark Ecosystem" ,
Original file line number Diff line number Diff line change 1
1
name =Ark-Cpp-Crypto
2
- version =1.0 .0-arduino
2
+ version =1.1 .0-arduino
3
3
author =Ark Ecosystem
4
4
maintainer =Ark Ecosystem
5
5
sentence =A simple Cryptography Implementation in C++ for the ARK Blockchain.
You can’t perform that action at this time.
0 commit comments