Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into TT-1252-setup-disp…
Browse files Browse the repository at this point in the history
…atch-core-jobs
  • Loading branch information
tateexon committed Jun 28, 2024
2 parents 7e9c5d1 + 3f8c00a commit f836d92
Show file tree
Hide file tree
Showing 610 changed files with 22,491 additions and 40,249 deletions.
9 changes: 9 additions & 0 deletions .changeset/dull-ants-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"chainlink": patch
---

Fixed local finality violation caused by an RPC lagging behind on latest finalized block.

Added `EVM.FinalizedBlockOffset` and `EVM.NodePool.EnforceRepeatableRead` config options.
With `EnforceRepeatableRead = true`, RPC is considered healthy only if its most recent finalized block is larger or equal to the highest finalized block observed by the Node minus `FinalizedBlockOffset`.
#bugfix
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/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/sharp-rabbits-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

Updated L1 gas price calculations for Optimism Ecotone and Fjord upgrades #internal
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
5 changes: 3 additions & 2 deletions CODEOWNERS → .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# 1. Per Github docs: "Order is important; the last matching pattern takes the most precedence."
# Please define less specific codeowner paths before more specific codeowner paths in order for the more specific rule to have priority

# Core
/core @smartcontractkit/foundations
# Root
* @smartcontractkit/foundations

# Chains
/common @smartcontractkit/bix-framework
Expand All @@ -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@027436f63ad08b6e8eb92a85104ade234fb4ea43 # v2.3.24
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 f836d92

Please sign in to comment.