Skip to content
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

Update core in testing/future #638

Merged
merged 1 commit into from
Oct 30, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
core_ref: v22.0.0rc3
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand All @@ -57,7 +57,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
core_ref: v22.0.0rc3
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
core_ref: v22.0.0rc3
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand All @@ -59,7 +59,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
core_ref: v22.0.0rc3
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \
CORE_REF=v22.0.0rc3 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc3 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
Expand All @@ -43,7 +43,7 @@ build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \
CORE_REF=v22.0.0rc3 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc3 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
Expand Down
Loading