Skip to content
Open
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 .changeset/minor-bump-1778011583.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"chainlink": minor
---

Minor bump to start next version
Remove VRF v1 support including coordinators, the legacy `vrf` pipeline task, and related configuration. Migrate to VRF v2 or VRF v2 Plus. #removed #breaking_change
6 changes: 0 additions & 6 deletions .github/workflows/legacy-system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
ecr:
type: string
required: true
default: "sdlc"

Check failure on line 40 in .github/workflows/legacy-system-tests.yml

View workflow job for this annotation

GitHub Actions / Validate Github Action Workflows

[actionlint] reported by reviewdog 🐶 input "ecr" of workflow_call event has the default value "sdlc", but it is also required. if an input is marked as required, its default value will never be used [events] Raw Output: e:.github/workflows/legacy-system-tests.yml:40:18: input "ecr" of workflow_call event has the default value "sdlc", but it is also required. if an input is marked as required, its default value will never be used [events]
description: "Whether to use the SDLC (sdlc) or public ECR registry (public) for the Chainlink image."
chainlink_version:
required: false
Expand Down Expand Up @@ -86,7 +86,7 @@
echo "resolved_image=${resolved_image}" >> "${GITHUB_OUTPUT}"
- name: Print Summary
working-directory: .
run: |

Check warning on line 89 in .github/workflows/legacy-system-tests.yml

View workflow job for this annotation

GitHub Actions / Validate Github Action Workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:86: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/legacy-system-tests.yml:89:9: shellcheck reported issue in this script: SC2086:info:1:86: Double quote to prevent globbing and word splitting [shellcheck]
echo "**Image:** \`${{ steps.resolve-chainlink-image.outputs.resolved_image }}\`" >> $GITHUB_STEP_SUMMARY

test-nightly:
Expand Down Expand Up @@ -134,12 +134,6 @@
runner: "ubuntu-latest"
tests_dir: "flux"
logs_archive_name: "flux"
- display_name: "Test VRF Smoke"
testcmd: "go test -v -timeout 10m -run TestVRFBasic\\|TestVRFJobReplacement"
envcmd: "cl u env.toml,products/vrf/basic.toml"
runner: "ubuntu-latest"
tests_dir: "vrf"
logs_archive_name: "vrf"
- display_name: "Test DF1 (OCR2) Smoke"
testcmd: "go test -v -timeout 20m -run TestSmoke/rounds"
envcmd: "cl u env.toml,products/ocr2/basic.toml"
Expand Down Expand Up @@ -323,7 +317,7 @@
echo "resolved_image=${resolved_image}" >> "${GITHUB_OUTPUT}"

- name: Set environment variables
run: |

Check warning on line 320 in .github/workflows/legacy-system-tests.yml

View workflow job for this annotation

GitHub Actions / Validate Github Action Workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:87: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/legacy-system-tests.yml:320:9: shellcheck reported issue in this script: SC2086:info:1:87: Double quote to prevent globbing and word splitting [shellcheck]
echo "CHAINLINK_IMAGE=${{ steps.resolve-chainlink-image.outputs.resolved_image }}" >> $GITHUB_ENV
- name: Setup environment
env:
Expand Down
122 changes: 0 additions & 122 deletions core/scripts/vrfv1/README.md

This file was deleted.

251 changes: 0 additions & 251 deletions core/scripts/vrfv1/main.go

This file was deleted.

Loading
Loading