Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into aw/LoadTest-aws-chaos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Feb 25, 2025
2 parents 5f6df38 + 37d65f7 commit fa5da7f
Show file tree
Hide file tree
Showing 91 changed files with 3,782 additions and 2,690 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-goats-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#updated Removed unnecessary dependendies from json_normalization_test.go.
5 changes: 5 additions & 0 deletions .changeset/pink-bears-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

#updated Moved Mailboxes.md to docs.
16 changes: 6 additions & 10 deletions .github/actions/goreleaser-build-sign-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
required: false
# goreleaser inputs
goreleaser-release-type:
description: The goreleaser release type, it can be either "nightly", "merge", "snapshot", "release"
description: The goreleaser release type, it can be either "nightly", "merge", "snapshot", "release"
default: "snapshot"
required: false
goreleaser-config:
Expand All @@ -33,22 +33,18 @@ inputs:
buildkit debug information, and goreleaser debug, etc.
required: false
default: "${{ runner.debug == '1' }}"

runs:
using: composite
steps:
- # We need QEMU to test the cross architecture builds after they're built.
name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
- # We need QEMU to test the cross architecture builds after they're built.
name: Set up QEMU
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0

- name: Setup docker buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.0
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
with:
buildkitd-flags: ${{ inputs.enable-debug == 'true' && '--debug' || '' }}
# v0.16.0 until grpc fix is released
# see: https://github.com/docker/buildx/issues/2789#issuecomment-2487981922
driver-opts: |
image=moby/buildkit:v0.16.0

- name: Set up Go
uses: ./.github/actions/setup-go
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-publish-develop-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ on:
required: false
default: "false"

concurrency:
group: "build-publish-${{ github.ref_name }}-${{ github.sha }}"
cancel-in-progress: true

env:
# Use github.sha here otherwise a race condition exists if
# a commit is pushed to develop before merge is run.
Expand Down
8 changes: 5 additions & 3 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ packages:
interfaces:
Dispatcher:
Receiver:
github.com/smartcontractkit/chainlink/v2/core/chains/evm/forwarders:
interfaces:
ORM:
github.com/smartcontractkit/chainlink/v2/core/chains/evm/log:
interfaces:
Broadcaster:
Expand All @@ -48,6 +45,11 @@ packages:
interfaces:
LogPoller:
github.com/smartcontractkit/chainlink/v2/core/chains/evm/txm:
config:
dir: core/chains/evm/txm
outpkg: txm
mockname: "mock{{ .InterfaceName }}"
filename: "mock_{{ .InterfaceName | snakecase }}_test.go"
interfaces:
Client:
TxStore:
Expand Down
Loading

0 comments on commit fa5da7f

Please sign in to comment.