Skip to content

Commit d58f886

Browse files
authored
Merge pull request #2660 from ProvableHQ/release-mainnet-1.4.0
[Release] Mainnet 1.4.0
2 parents 57bfe32 + d6992a4 commit d58f886

File tree

154 files changed

+3341
-1947
lines changed

Some content is hidden

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

154 files changed

+3341
-1947
lines changed

.cargo/release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0
1+
v1.4.0

.circleci/config.yml

Lines changed: 180 additions & 161 deletions
Large diffs are not rendered by default.

.github/workflows/benchmarks.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ name: Run snarkVM Benchmarks
33
on:
44
push:
55
branches:
6-
- 'mainnet'
6+
- 'staging'
77

88
jobs:
99
# Run benchmarks and stores the output to a file
1010
benchmark:
1111
name: Benchmark
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- name: Checkout
15-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1618

1719
- name: Install Rust
1820
uses: actions-rs/toolchain@v1
@@ -21,7 +23,7 @@ jobs:
2123
toolchain: stable
2224
override: true
2325

24-
- uses: actions/cache@v2
26+
- uses: actions/cache@v4
2527
with:
2628
path: |
2729
~/.cargo/registry
@@ -94,13 +96,13 @@ jobs:
9496
9597
# Download previous benchmark result from cache (if exists)
9698
- name: Download previous benchmark data
97-
uses: actions/cache@v1
99+
uses: actions/cache@v4
98100
with:
99101
path: ./cache
100102
key: ${{ runner.os }}-benchmark
101103

102104
- name: Store benchmark result
103-
uses: rhysd/github-action-benchmark@v1
105+
uses: benchmark-action/github-action-benchmark@v1
104106
with:
105107
name: snarkVM Benchmarks
106108
tool: 'cargo'

0 commit comments

Comments
 (0)