Skip to content

Commit

Permalink
Merge branch 'hyperledger:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSneo authored Aug 14, 2024
2 parents 98035f1 + bc48568 commit 37380a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
# Check whether gradle.properties version has been released already
# This prevents accidently publish same version
# Only check binary for arithmetic as all published together and arithmetic is the first
- name: Check existing release
run: |
# Check whether version contains SNAPSHOT
grep "^version" gradle.properties | grep -q SNAPSHOT || {
# Extract version from gradle.properties
VERSION=$(grep "^version" gradle.properties | sed 's|^version=\(.*\)$|\1|g')
echo "Query for version [$VERSION]"
curl --head -L --silent --output /dev/null --fail "$ART_URL/$VERSION" && {
echo "ERROR: Binary arithmetic already exists for version [$VERSION]"
echo "ERROR: Blocking republishing same version to the Besu Artifactory"
echo "url $ART_URL/$VERSION"
exit 1
}
}
env:
ART_URL: 'https://hyperledger.jfrog.io/artifactory/besu-maven/org/hyperledger/besu/arithmetic'
- name: Build
run: ./build.sh
- uses: actions/[email protected]
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

# 0.9.4-SNAPSHOT
# 0.9.5-SNAPSHOT

# 0.9.4
* initial support for Constantine, bn254 curve [#184](https://github.com/hyperledger/besu-native/pull/184)
* clarify go stack release behavior in gnark-crypto [#197](https://github.com/hyperledger/besu-native/pull/197)

# 0.9.3
* remove long-deprecated altbn128 [#192](https://github.com/hyperledger/besu-native/pull/192)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.9.4-SNAPSHOT
version=0.9.5-SNAPSHOT

0 comments on commit 37380a3

Please sign in to comment.