Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into services-ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Jul 2, 2024
2 parents 04468a9 + 595449b commit 7138a2d
Show file tree
Hide file tree
Showing 272 changed files with 6,850 additions and 6,019 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-crabs-doubt.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/curvy-months-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

Only encode non nil block numbers for eth_call #changed
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: 0 additions & 5 deletions .changeset/honest-avocados-heal.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/real-fireants-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#changed Added Aptos Keystore to Core. This includes Aptos Key which uses ED25519, Keystore, Relevant tests
5 changes: 5 additions & 0 deletions .changeset/shaggy-bananas-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

add native billing in smoke test #added
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-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
8 changes: 4 additions & 4 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 Down Expand Up @@ -111,8 +111,8 @@ contracts/scripts/requirements.txt @smartcontractkit/prodsec-public
.nvmrc @smartcontractkit/prodsec-public
contracts/package.json @smartcontractkit/prodsec-public
contracts/pnpm.lock @smartcontractkit/prodsec-public
go.mod @smartcontractkit/prodsec-public
go.sum @smartcontractkit/prodsec-public
go.mod @smartcontractkit/prodsec-public @smartcontractkit/releng @smartcontractkit/foundations
go.sum @smartcontractkit/prodsec-public @smartcontractkit/releng @smartcontractkit/foundations
integration-tests/go.mod @smartcontractkit/prodsec-public
integration-tests/go.sum @smartcontractkit/prodsec-public
flake.nix @smartcontractkit/prodsec-public
Expand Down
2 changes: 0 additions & 2 deletions .github/actions/split-tests/.npmrc

This file was deleted.

35 changes: 0 additions & 35 deletions .github/actions/split-tests/action.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/actions/split-tests/jest.config.js

This file was deleted.

15 changes: 0 additions & 15 deletions .github/actions/split-tests/mjs-resolver.ts

This file was deleted.

30 changes: 0 additions & 30 deletions .github/actions/split-tests/package.json

This file was deleted.

Loading

0 comments on commit 7138a2d

Please sign in to comment.