Skip to content

Commit

Permalink
Merge pull request #404 from smartcontractkit/audit-fixes
Browse files Browse the repository at this point in the history
Follow-up fixes
  • Loading branch information
archseer committed Oct 11, 2022
2 parents afe9aa3 + cea1b45 commit 25dce42
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contract-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Release Artifacts
runs-on: ubuntu-latest
container:
image: projectserum/build:v0.24.2
image: projectserum/build:v0.25.0
env:
RUSTUP_HOME: "/root/.rustup"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
container:
image: projectserum/build:v0.24.2
image: projectserum/build:v0.25.0
env:
RUSTUP_HOME: "/root/.rustup"
FORCE_COLOR: 1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Rust Run Anchor Tests
runs-on: ubuntu-latest
container:
image: projectserum/build:v0.24.2
image: projectserum/build:v0.25.0
env:
RUSTUP_HOME: "/root/.rustup"
FORCE_COLOR: 1
Expand All @@ -36,7 +36,7 @@ jobs:
path: contracts/target
key: ${{ runner.os }}-v2-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

- run: solana-keygen new -o id.json
- run: solana-keygen new -o id.json --no-bip39-passphrase
- name: Compile typescript client
run: |
cd ../ts
Expand All @@ -53,7 +53,7 @@ jobs:
name: Rust Lint
runs-on: ubuntu-latest
container:
image: projectserum/build:v0.24.2
image: projectserum/build:v0.25.0
env:
RUSTUP_HOME: "/root/.rustup"
FORCE_COLOR: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
container:
image: projectserum/build:v0.24.2
image: projectserum/build:v0.25.0
env:
RUSTUP_HOME: "/root/.rustup"
FORCE_COLOR: 1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIN_DIR = bin
export GOPATH ?= $(shell go env GOPATH)
export GO111MODULE ?= on
export PROJECT_SERUM_IMAGE ?= projectserum/build:v0.24.2
export PROJECT_SERUM_IMAGE ?= projectserum/build:v0.25.0

LINUX=LINUX
OSX=OSX
Expand Down

0 comments on commit 25dce42

Please sign in to comment.