Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
path: boringssl/build/

native-build-macos:
runs-on: macos-13
runs-on: macos-15-intel
env:
SKIP_GRADLE: true
steps:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
path: boringssl/build/

native-build-m1:
runs-on: macos-13-xlarge
runs-on: macos-15-xlarge
env:
SKIP_GRADLE: true
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

# Unreleased
* BREAKING: `LibGnarkEIP196.eip196altbn128G1Add`, `eip196altbn128G1Mul` and `eip196altbn128Pairing` native methods visibility now private, use `eip196_perform_operation` instead
* perf: Optimize EIP-196 AltBn128 [#301](https://github.com/hyperledger/besu-native/pull/301)

# 1.4.1
* Add and export JNI functions for IsOnCurve and IsInSubgroup for both G1 and G2 points[#279](https://github.com/hyperledger/besu-native/pull/279)
Expand Down
Loading
Loading