Skip to content

Commit

Permalink
Merge branch 'develop' into bump-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Jul 7, 2024
2 parents b5f8154 + 8537fe0 commit 18a90b6
Show file tree
Hide file tree
Showing 571 changed files with 8,420 additions and 36,461 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-cups-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-phones-rest.md

This file was deleted.

7 changes: 7 additions & 0 deletions .changeset/bright-crabs-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"chainlink": minor
---

Remove ocr2vrf

#removed all ocr2vrf and dkg OCR2 plugin materials.
5 changes: 0 additions & 5 deletions .changeset/chilled-panthers-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-crabs-doubt.md

This file was deleted.

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

#added support for EIP-1559 transactions for Scroll
5 changes: 0 additions & 5 deletions .changeset/eleven-buckets-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-buttons-judge.md

This file was deleted.

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

Dequeue minimum guaranteed upkeeps as a priority #changed
5 changes: 0 additions & 5 deletions .changeset/funny-snails-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-frogs-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-pumpkins-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-fans-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-plants-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-avocados-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-buttons-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-glasses-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-zebras-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-ants-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dancers-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-poets-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-carpets-cry.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/rotten-emus-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-ears-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-poems-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-deers-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-pigs-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-poems-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-walls-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-falcons-suffer.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-carpets-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-lemons-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-moles-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-camels-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pillows-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-cobras-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-wasps-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-parrots-peel.md

This file was deleted.

10 changes: 4 additions & 6 deletions CODEOWNERS → .github/CODEOWNERS
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 @@ -34,8 +34,6 @@
/core/services/pipeline/task.vrf.go @smartcontractkit/vrf-team
/core/services/pipeline/task.vrfv2.go @smartcontractkit/vrf-team
/core/services/pipeline/task.vrfv2plus.go @smartcontractkit/vrf-team
/core/services/ocr2/plugins/dkg @smartcontractkit/vrf-team
/core/services/ocr2/plugins/ocr2vrf @smartcontractkit/vrf-team

# Keeper/Automation-related services
/core/services/keeper @smartcontractkit/keepers
Expand Down Expand Up @@ -111,8 +109,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 18a90b6

Please sign in to comment.