-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into BCF-3255-create-golangci-lint-rule-for-ve…
…tting-logger-args
- Loading branch information
Showing
124 changed files
with
2,538 additions
and
2,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
#added zkSync L1 GasPrice calculation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
#internal Use audited version of OCR2Base.sol in OCR3Capability.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
#db_update ccip capability specs migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal remove shared secret from transmission schedule |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal rework operator_ui installer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
move v23 contracts #bugfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": patch | ||
--- | ||
|
||
add events, add getter and add comments #bugfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!--- Does this work have a corresponding ticket? --> | ||
|
||
https://smartcontract-it.atlassian.net/browse/... | ||
|
||
<!--- Does this work depend on other open PRs? --> | ||
|
||
Requires: | ||
- https://github.com/smartcontractkit/chainlink-common/pull/123456 | ||
|
||
<!--- Does this work support other open PRs? --> | ||
|
||
Supports: | ||
- https://github.com/smartcontractkit/ccip/pull/456789 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
with: | ||
ref: ${{ github.head_ref || github.ref_name }} | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -155,7 +155,7 @@ jobs: | |
os: ubuntu-latest | ||
enabled: ${{ inputs.enableReorg }} | ||
pyroscope_env: ci-automation-on-demand-reorg | ||
network: SIMULATED_NONDEV | ||
network: SIMULATED | ||
command: -run ^TestAutomationReorg$ ./reorg | ||
- name: upgrade 2.0 | ||
id: upgrade-2.0 | ||
|
@@ -218,7 +218,7 @@ jobs: | |
echo "version=${{ inputs.chainlinkVersionUpdate }}" >>$GITHUB_OUTPUT | ||
fi | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,7 +229,7 @@ jobs: | |
echo "run_command=./smoke/${{ matrix.evm_node.product }}_test.go" >> "$GITHUB_OUTPUT" | ||
fi | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -322,7 +322,7 @@ jobs: | |
echo "run_command=./smoke/${{ matrix.product.name }}_test.go" >> "$GITHUB_OUTPUT" | ||
fi | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -437,7 +437,7 @@ jobs: | |
echo "run_command=./smoke/${{ matrix.product.name }}_test.go" >> "$GITHUB_OUTPUT" | ||
fi | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -660,7 +660,7 @@ jobs: | |
run: | | ||
docker logs otel-collector | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -248,7 +248,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -331,7 +331,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -414,7 +414,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -497,7 +497,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -576,7 +576,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -659,7 +659,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -742,7 +742,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -825,7 +825,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -904,7 +904,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -983,7 +983,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
@@ -1062,7 +1062,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup GAP for Grafana | ||
uses: smartcontractkit/.github/actions/setup-gap@main | ||
uses: smartcontractkit/.github/actions/setup-gap@6c9d62fdad050cfb8b59376ded291f1350705944 # [email protected] | ||
with: | ||
# aws inputs | ||
aws-region: ${{ secrets.AWS_REGION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,6 @@ gomodtidy: ## Run go mod tidy on all modules. | |
cd ./integration-tests && go mod tidy | ||
cd ./integration-tests/load && go mod tidy | ||
cd ./dashboard-lib && go mod tidy | ||
cd ./crib && go mod tidy | ||
|
||
.PHONY: docs | ||
docs: ## Install and run pkgsite to view Go docs | ||
|
@@ -83,7 +82,7 @@ docker-plugins: | |
|
||
.PHONY: operator-ui | ||
operator-ui: ## Fetch the frontend | ||
go generate ./core/web | ||
go run operator_ui/install.go . | ||
|
||
.PHONY: abigen | ||
abigen: ## Build & install abigen. | ||
|
@@ -96,7 +95,6 @@ generate: abigen codecgen mockery protoc ## Execute all go:generate commands. | |
cd ./integration-tests && go generate -x ./... | ||
cd ./integration-tests/load && go generate -x ./... | ||
cd ./dashboard-lib && go generate -x ./... | ||
cd ./crib && go generate -x ./... | ||
|
||
.PHONY: testscripts | ||
testscripts: chainlink-test ## Install and run testscript against testdata/scripts/* files. | ||
|
@@ -129,7 +127,7 @@ presubmit: ## Format go files and imports. | |
|
||
.PHONY: gomods | ||
gomods: ## Install gomods | ||
go install github.com/jmank88/[email protected].0 | ||
go install github.com/jmank88/[email protected].1 | ||
|
||
.PHONY: mockery | ||
mockery: $(mockery) ## Install mockery. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@chainlink/contracts": patch | ||
--- | ||
|
||
add events, add getter and add comments #bugfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@chainlink/contracts": patch | ||
--- | ||
|
||
move v23 contracts #bugfix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@chainlink/contracts': patch | ||
--- | ||
|
||
#internal Use audited version of OCR2Base.sol in OCR3Capability.sol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.