Skip to content

Commit

Permalink
Release 0.4.3 (#54)
Browse files Browse the repository at this point in the history
* Release 0.4.3

Signed-off-by: Lucas Saldanha <[email protected]>
  • Loading branch information
lucassaldanha authored Jan 27, 2022
1 parent 0353a6f commit 5a7c7a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.4.3

* Use non-blocking PRNG to generate secp256k1 context [#51](https://github.com/hyperledger/besu-native/pull/51)
* Padding R and S components if smaller than 31 bytes in SECP256R1 keys [#52](https://github.com/hyperledger/besu-native/pull/52)

## 0.4.2

* Fix Besu integration on MacOS [#48](https://github.com/hyperledger/besu-native/pull/48)

## 0.4.1

* Fix native representation of native secp256r1 signatures [#45](https://github.com/hyperledger/besu-native/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.5.0-SNAPSHOT
version=0.4.3

0 comments on commit 5a7c7a0

Please sign in to comment.