Skip to content

Commit 59893ae

Browse files
committed
Updated solc, ganache, DecentPubSub and DecentRA verions
1 parent 70bfcd6 commit 59893ae

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/create-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python-version: [ 3.11 ]
1919
node-version: [ 18.16.0 ]
2020

21-
ganache-version: [ 7.8.0 ]
21+
ganache-version: [ 7.9.1 ]
2222

23-
solc-version: [ v0.8.20 ]
23+
solc-version: [ v0.8.21 ]
2424

2525
env:
2626
SOLC_BIN: ${{ github.workspace }}/build/solc-static-linux

.github/workflows/solidity-unittesting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-22.04 ]
17-
solc-version: [ 0.8.20 ]
17+
solc-version: [ 0.8.21 ]
1818
chain-fork: [ shanghai ]
1919
opt-runs: [ 200 ]
2020

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MODULES := \
22
DecentRevoker \
33
KeyRevoker
4-
SOLC_VERSION := v0.8.20
4+
SOLC_VERSION := v0.8.21
55
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
66
CURRENT_DIR := $(dir $(MKFILE_PATH))
77
SOLC_BIN := $(CURRENT_DIR)/build/solc-static-linux

0 commit comments

Comments
 (0)