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.
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- ## [ Unreleased ]
8+ ## [ 1.1.0-arduino ] - 2020-03-06
99
1010### Added
11- - added Delegate Resignation Builder ([ #208 ] )
11+ - added Delegate Resignation Builder and Tests ([ #208 ] )
1212
1313### Changed
1414- improved transaction builder ([ #217 ] )
1515
16+ ### Fixed
17+ - make htlc claim secret a 32-byte hash ([ #213 ] )
18+
1619## [ 1.0.0-arduino] - 2020-02-13
1720
1821### Added
@@ -113,7 +116,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
113116[ #190 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/190
114117[ #198 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/198
115118[ 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
117120[ #208 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/208
121+ [ #213 ] : https://github.com/ArkEcosystem/cpp-crypto/pull/213
118122[ #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 77 "type" : " git" ,
88 "url" : " https://github.com/ArkEcosystem/Cpp-Crypto.git"
99 },
10- "version" : " 1.0 .0" ,
10+ "version" : " 1.1 .0" ,
1111 "authors" : [
1212 {
1313 "name" : " Ark Ecosystem" ,
Original file line number Diff line number Diff line change 11name =Ark-Cpp-Crypto
2- version =1.0 .0-arduino
2+ version =1.1 .0-arduino
33author =Ark Ecosystem
44maintainer =Ark Ecosystem
55sentence =A simple Cryptography Implementation in C++ for the ARK Blockchain.
You can’t perform that action at this time.
0 commit comments