Skip to content

Commit 7721af7

Browse files
authored
Mainnet Release v2025.0.0 (#4831) from harmony-one/dev
2 parents bcc0b51 + a63980b commit 7721af7

File tree

178 files changed

+2675
-961
lines changed

Some content is hidden

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

178 files changed

+2675
-961
lines changed

.github/workflows/ci-tag.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: needs.check.outputs.tag_annotated == 'true'
4343
strategy:
4444
matrix:
45-
os: [ubuntu-22.04, macos-12, [self-hosted, linux, ARM64]]
45+
os: [ubuntu-22.04, macos-13, [self-hosted, linux, ARM64]]
4646

4747
steps:
4848
- name: Import GPG key
@@ -104,11 +104,15 @@ jobs:
104104
working-directory: harmony
105105

106106
- name: Build harmony binary and packages for MacOS
107-
if: matrix.os == 'macos-12'
107+
if: matrix.os == 'macos-13'
108108
run: |
109109
brew install bash
110110
sudo rm -f /usr/local/opt/openssl
111111
sudo ln -sf /usr/local/opt/[email protected] /usr/local/opt/openssl
112+
# hack for older chip (macos)
113+
sudo mkdir -p /opt/homebrew/opt
114+
sudo ln -sf /usr/local/opt/[email protected] /opt/homebrew/opt/[email protected]
115+
sudo ln -sf /usr/local/opt/gmp /opt/homebrew/opt/gmp
112116
make
113117
cd ./bin && mkdir ./lib && mv ./*.dylib ./lib && rm -f ./bootnode
114118
gpg --detach-sign harmony

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: needs.check.outputs.tag_annotated == 'true'
4141
strategy:
4242
matrix:
43-
os: [ubuntu-22.04, macos-12, [self-hosted, linux, ARM64]]
43+
os: [ubuntu-22.04, macos-13, [self-hosted, linux, ARM64]]
4444

4545
steps:
4646
- name: Import GPG key
@@ -102,7 +102,7 @@ jobs:
102102
working-directory: harmony
103103

104104
- name: Build harmony binary and packages for MacOS
105-
if: matrix.os == 'macos-12'
105+
if: matrix.os == 'macos-13'
106106
run: |
107107
brew install bash
108108
sudo rm -f /usr/local/opt/openssl
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a010bc1550956a3a4935cdc6f8633ea770bd0321094cfaccd25d3ea3b5382417cb5c150de0357ee8b6eeeec135ae0ec379701c7f35ae33da9030e93a630dc3a988577d1a1b0a9e60976f79d5cefa68123ac77c636f2ccab149fc8fc7

.hmy/multibls/s0ext/4f41a37a3a8d0695dd6edcc58142c6b7d98e74da5c90e79b587b3b960b6a4f5e048e6d8b8a000d77a478d44cd640270c.pass

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eb388b59c8a4ed1d6a1713551a3404e775fdf27b5f92d302b01874e2ced1465ff9baa93eba1d3e24620d71e0557231087bbfea0c89cdb829c3868e990abaaa7595a61a13ba40d61262c5395066bccf2681f65b9f53a621a37e1b8123

.hmy/multibls/s0ext/7dcc035a943e29e17959dabe636efad7303d2c6f273ace457ba9dcc2fd19d3f37e70ba1cd8d082cf8ff7be2f861db48c.pass

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
81e67ac67dc10c4d89baa7ae800d6afffbc4105766a2202ee30998669e118ce2842ae64cb8a20282d10974c1bba6ce3cdda6e2bb00124bf4ab154aeebe081a7c44ce5b010b0b069bfa37d35beccffe44209ac376b4b14885f5b3625a

.hmy/multibls/s0ext/b0917378b179a519a5055259c4f8980cce37d58af300b00dd98b07076d3d9a3b16c4a55f84522f553872225a7b1efc0c.pass

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a010bc1550956a3a4935cdc6f8633ea770bd0321094cfaccd25d3ea3b5382417cb5c150de0357ee8b6eeeec135ae0ec379701c7f35ae33da9030e93a630dc3a988577d1a1b0a9e60976f79d5cefa68123ac77c636f2ccab149fc8fc7

.hmy/multibls/s0ext1/4f41a37a3a8d0695dd6edcc58142c6b7d98e74da5c90e79b587b3b960b6a4f5e048e6d8b8a000d77a478d44cd640270c.pass

Whitespace-only changes.

0 commit comments

Comments
 (0)