Skip to content

Commit

Permalink
Merge branch 'develop' into fix/CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 committed Jun 28, 2024
2 parents d9cadb4 + f33cd19 commit 2b75edc
Show file tree
Hide file tree
Showing 571 changed files with 30,762 additions and 42,453 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-panthers-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal bump `chainlink-common` version to commit 6d926be950a6f6ca289a84edad938d4eef2ee337.
5 changes: 5 additions & 0 deletions .changeset/five-apes-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#internal Added a chain writer constructor onto the evm relayer.
5 changes: 5 additions & 0 deletions .changeset/funny-snails-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

Added API for products to query a transaction's status in the TXM #internal
5 changes: 5 additions & 0 deletions .changeset/giant-pumpkins-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal bumped chainlink-common version to commit 1eff5dedc9857ed8811186dd2996603942dc1107
5 changes: 5 additions & 0 deletions .changeset/honest-avocados-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

add test for v23 #added
5 changes: 5 additions & 0 deletions .changeset/lemon-buttons-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal
5 changes: 5 additions & 0 deletions .changeset/metal-glasses-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal
5 changes: 5 additions & 0 deletions .changeset/popular-candles-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal Clean up workflow engine logging
5 changes: 5 additions & 0 deletions .changeset/pretty-dancers-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#changed Expand EVM implementation compatibility pipeline
5 changes: 5 additions & 0 deletions .changeset/purple-poets-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#internal Implemented the `GetTransactionStatus` method on the EVM implementation of the `ChainWriter`.
5 changes: 5 additions & 0 deletions .changeset/rotten-emus-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal fixed a bug where we weren't sending the value param to the txm
5 changes: 5 additions & 0 deletions .changeset/tall-walls-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal upgrade keystone contracts to 0.8.24
5 changes: 5 additions & 0 deletions .changeset/tall-wombats-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#internal Allow outputs to be passed directly to the inputs
7 changes: 7 additions & 0 deletions .changeset/tender-carpets-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"chainlink": patch
---

Add new relayer type "dummy" for testing.

#added
5 changes: 5 additions & 0 deletions .changeset/thick-lemons-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#internal Add script to provision capability registry
5 changes: 5 additions & 0 deletions .changeset/tiny-camels-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#bugfix fixed ureachable code bug which could result in stuck txns
5 changes: 5 additions & 0 deletions .changeset/wise-wasps-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal Add loggercheck linter to verify that \*w logging methods have even number of args.
5 changes: 5 additions & 0 deletions .changeset/young-parrots-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

Add registry syncer package #internal
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Services
/core/services/directrequest @smartcontractkit/keepers
/core/services/feeds @smartcontractkit/FMS
/core/services/synchronization/telem @smartcontractkit/realtime

# To be deprecated in Chainlink V3
/core/services/fluxmonitorv2 @smartcontractkit/foundations
Expand Down
6 changes: 5 additions & 1 deletion .github/actions/build-chainlink-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ inputs:
dep_evm_sha:
description: The chainlink-evm commit sha to use in go deps
required: false
check_image_exists:
description: "Check if the image exists in ECR before building"
required: false
default: 'false'

runs:
using: composite
steps:
- name: Check if image exists
if: ${{ inputs.dep_evm_sha != '' }}
if: ${{ inputs.dep_evm_sha != '' || inputs.check_image_exists == 'true'}}
id: check-image
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/delete-deployments/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
steps:
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: ^8.0.0
version: ^9.0.0

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/delete-deployments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/action": "^6.1.0",
Expand Down
Loading

0 comments on commit 2b75edc

Please sign in to comment.