Skip to content

Commit 10cc635

Browse files
authored
Merge pull request #204 from ArkEcosystem/release/v1.0.0-arduino
release: 1.0.0-arduino
2 parents 87493da + d3f9601 commit 10cc635

File tree

127 files changed

+6518
-5253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+6518
-5253
lines changed

.github/workflows/arduino.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
mkdir -p ~/Arduino/libraries/cpp-crypto/
3636
mv ${GITHUB_WORKSPACE}/* ~/Arduino/libraries/cpp-crypto/
3737
arduino-cli lib install "ArduinoJson@6.12.0"
38-
arduino-cli lib install "BIP66@0.2.0"
38+
arduino-cli lib install "bcl@0.0.5"
39+
arduino-cli lib install "BIP66@0.3.2"
3940
arduino-cli lib install "micro-ecc@1.0.0"
4041
arduino-cli compile --output temp.bin -b esp32:esp32:esp32 ~/Arduino/libraries/cpp-crypto/examples/ESP32/ESP32.ino --debug

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0] - 2020-02-13
9+
10+
## [1.0.0-arduino] - 2020-02-13
11+
12+
### Changed
13+
- break up unit tests to support platforms with limited RAM ([#172])
14+
- removed use of monolithic `arkCrypto.h` header ([#190])
15+
16+
### Added
17+
- added AIP-11 support for Core v.2.6 Transactions ([#198])
18+
19+
### Fixed
20+
- fixed `transaction::to_array` tests on ESP8266 ([#178])
21+
- fixed `transaction::to_json` tests on ESP8266 ([#180])
22+
23+
## [0.7.0] - 2019-10-08
24+
825
## [0.7.0-arduino] - 2019-10-08
926

1027
### Changed
@@ -114,9 +131,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
114131
[#105]: https://github.com/ArkEcosystem/cpp-crypto/pull/105
115132
[#111]: https://github.com/ArkEcosystem/cpp-crypto/pull/111
116133
[0.6.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.5.0...0.6.0
117-
[0.6.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.5.0-arduino...0.6.0-arduino
134+
[0.6.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.3.0-arduino...0.6.0-arduino
118135
[#120]: https://github.com/ArkEcosystem/cpp-crypto/pull/120
119136
[#121]: https://github.com/ArkEcosystem/cpp-crypto/pull/121
120137
[#133]: https://github.com/ArkEcosystem/cpp-crypto/pull/133
121138
[#156]: https://github.com/ArkEcosystem/cpp-crypto/pull/156
139+
[0.7.0]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0...0.7.0
122140
[0.7.0-arduino]: https://github.com/ArkEcosystem/cpp-crypto/compare/0.6.0-arduino...0.7.0-arduino
141+
[#172]: https://github.com/ArkEcosystem/cpp-crypto/pull/172
142+
[#178]: https://github.com/ArkEcosystem/cpp-crypto/pull/178
143+
[#180]: https://github.com/ArkEcosystem/cpp-crypto/pull/180
144+
[#190]: https://github.com/ArkEcosystem/cpp-crypto/pull/190
145+
[#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

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @faustbrian @kristjank @supaiku0
1+
* @faustbrian @kristjank @supaiku0 @sleepdefic1t

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66

77
> A simple Cryptography Implementation in C++ for the Ark Blockchain.
88
9-
[![Build Status](https://badgen.now.sh/circleci/github/ArkEcosystem/cpp-crypto)](https://circleci.com/gh/ArkEcosystem/cpp-crypto)
10-
[![Codecov](https://badgen.now.sh/codecov/c/github/arkecosystem/cpp-crypto)](https://codecov.io/gh/arkecosystem/cpp-crypto)
11-
[![Latest Version](https://badgen.now.sh/github/release/ArkEcosystem/cpp-crypto)](https://github.com/ArkEcosystem/cpp-crypto/releases)
12-
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)
9+
[![Test Actions](https://github.com/ArkEcosystem/cpp-crypto/workflows/Test/badge.svg)](https://github.com/ArkEcosystem/cpp-crypto/actions)
10+
[![Coverage Actions](https://github.com/ArkEcosystem/cpp-crypto/workflows/Coverage/badge.svg)](https://github.com/ArkEcosystem/cpp-crypto/actions)
11+
[![C++11](https://badgen.net/badge/c++/11/blue?labelColor=black)](https://isocpp.org/wiki/faq/cpp11)
12+
[![Latest Version](https://badgen.now.sh/github/release/ArkEcosystem/cpp-crypto?labelColor=black)](https://github.com/ArkEcosystem/cpp-crypto/releases)
13+
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green?labelColor=black)](https://opensource.org/licenses/MIT)
14+
15+
> Lead Maintainer: [Simon Downey](https://github.com/sleepdefic1t)
1316
1417
## Documentation
1518

@@ -21,11 +24,8 @@ If you discover a security vulnerability within this package, please send an e-m
2124

2225
## Credits
2326

24-
- [Simon Downey](https://github.com/sleepdeficit)
25-
- [Chris Johnson](https://github.com/ciband)
26-
- [supaiku0](https://github.com/supaiku0)
27-
- [All Contributors](../../../../contributors)
27+
This project exists thanks to all the people who [contribute](../../contributors).
2828

2929
## License
3030

31-
[MIT](LICENSE) © [ArkEcosystem](https://ark.io)
31+
[MIT](LICENSE) © [ARK Ecosystem](https://ark.io)

0 commit comments

Comments
 (0)