Skip to content

Prepare release 2.2.0 #609

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: 1.85.0
FOUNDRY_VERSION: v1.2.2
RISC0_MONOREPO_REF: "main"
RISC0_MONOREPO_REF: "release-2.1"

jobs:
e2e-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: 1.85.0
FOUNDRY_VERSION: v1.2.2
RISC0_MONOREPO_REF: "main"
RISC0_MONOREPO_REF: "release-2.1"
# CARGO_LOCKED is defined as the string '--locked' in PRs targeting release branches and '' elsewhere.
CARGO_LOCKED: ${{ (startsWith(github.base_ref, 'release-') || startsWith(github.base_ref, 'refs/heads/release-')) && '--locked' || '' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/steel-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

env:
RISC0_TOOLCHAIN_VERSION: 1.85.0
RISC0_MONOREPO_REF: "main"
RISC0_MONOREPO_REF: "release-2.1"

jobs:
build:
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ out/

# Ignore the file with RPC and Etherscan API keys for deployment.
deployment_secrets.toml

# We ignore lock files in this repository on main because we want to
# continually track and develop against risc0 main. When lock files are
# tracked, CI will pin to a commit and only rarely update.
Cargo.lock
Loading
Loading