Skip to content

Commit

Permalink
bump framework/chains; use package heads
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Jan 30, 2025
1 parent 68c6c9c commit 8fd41c0
Show file tree
Hide file tree
Showing 30 changed files with 953 additions and 959 deletions.
8 changes: 4 additions & 4 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ mockname: "{{ .InterfaceName }}"
outpkg: mocks
filename: "{{ .InterfaceName | snakecase }}.go"
packages:
github.com/smartcontractkit/chainlink-framework/chains/headtracker:
github.com/smartcontractkit/chainlink-framework/chains/heads:
config:
dir: common/headtracker/mocks
outpkg: mocks
interfaces:
HeadTrackable:
HeadTracker:
HeadBroadcaster:
Trackable:
Tracker:
Broadcaster:
github.com/smartcontractkit/chainlink-framework/chains/txmgr:
config:
dir: common/txmgr/mocks
Expand Down
361 changes: 361 additions & 0 deletions common/headtracker/mocks/broadcaster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8fd41c0

Please sign in to comment.