From 59893ae000f3946ba5808a8ecd6f31344b4349a3 Mon Sep 17 00:00:00 2001 From: Haofan Zheng Date: Thu, 24 Aug 2023 19:15:53 -0700 Subject: [PATCH] Updated solc, ganache, DecentPubSub and DecentRA verions --- .github/workflows/create-release.yaml | 4 ++-- .github/workflows/solidity-unittesting.yaml | 2 +- Makefile | 2 +- libs/DecentPubSub | 2 +- libs/DecentRA | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index e648c7a..b0f4722 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -18,9 +18,9 @@ jobs: python-version: [ 3.11 ] node-version: [ 18.16.0 ] - ganache-version: [ 7.8.0 ] + ganache-version: [ 7.9.1 ] - solc-version: [ v0.8.20 ] + solc-version: [ v0.8.21 ] env: SOLC_BIN: ${{ github.workspace }}/build/solc-static-linux diff --git a/.github/workflows/solidity-unittesting.yaml b/.github/workflows/solidity-unittesting.yaml index e06ad2f..1500fc7 100644 --- a/.github/workflows/solidity-unittesting.yaml +++ b/.github/workflows/solidity-unittesting.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - solc-version: [ 0.8.20 ] + solc-version: [ 0.8.21 ] chain-fork: [ shanghai ] opt-runs: [ 200 ] diff --git a/Makefile b/Makefile index 93b7631..6b474e9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ MODULES := \ DecentRevoker \ KeyRevoker -SOLC_VERSION := v0.8.20 +SOLC_VERSION := v0.8.21 MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) CURRENT_DIR := $(dir $(MKFILE_PATH)) SOLC_BIN := $(CURRENT_DIR)/build/solc-static-linux diff --git a/libs/DecentPubSub b/libs/DecentPubSub index e787a2c..565ddae 160000 --- a/libs/DecentPubSub +++ b/libs/DecentPubSub @@ -1 +1 @@ -Subproject commit e787a2cc2d3d9a12528310c561fbe25e7d6ebdbe +Subproject commit 565ddae721e4bd1447e53e46e810871f0f3a56f2 diff --git a/libs/DecentRA b/libs/DecentRA index be2e60b..ffd81e4 160000 --- a/libs/DecentRA +++ b/libs/DecentRA @@ -1 +1 @@ -Subproject commit be2e60b84312ee526bae8d39f0dffd9b775ca41f +Subproject commit ffd81e466397553d772dd3410aaf6b99e891947f