Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrates sentinel coordinator #15632

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0
github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241215215636-b52945dda677
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2
github.com/smartcontractkit/chainlink/deployment v0.0.0-00010101000000-000000000000
github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241120195829-bd7a1943ad07
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12
github.com/spf13/cobra v1.8.1

Check failure on line 55 in integration-tests/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./integration-tests/go.mod] dependency github.com/smartcontractkit/chainlink-testing-framework/[email protected] not on default branch (main). Version(commit): b52945dda677 Tree: https://github.com/smartcontractkit/chainlink-testing-framework/tree/b52945dda677 Commit: https://github.com/smartcontractkit/chainlink-testing-framework/commit/b52945dda677
github.com/stretchr/testify v1.9.0
github.com/subosito/gotenv v1.6.0
github.com/test-go/testify v1.1.4
Expand Down Expand Up @@ -547,6 +548,5 @@
github.com/btcsuite/btcd/btcec/v2 => github.com/btcsuite/btcd/btcec/v2 v2.3.2
// replicating the replace directive on cosmos SDK
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

github.com/sourcegraph/sourcegraph/lib => github.com/sourcegraph/sourcegraph-public-snapshot/lib v0.0.0-20240822153003-c864f15af264
)
4 changes: 4 additions & 0 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,10 @@ github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18 h1:a3xetGZh
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18/go.mod h1:NwmlNKqrb02v4Sci4b5KW644nfH2BW+FrKbWwTN5r6M=
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 h1:VIxK8u0Jd0Q/VuhmsNm6Bls6Tb31H/sA3A/rbc5hnhg=
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0/go.mod h1:lyAu+oMXdNUzEDScj2DXB2IueY+SDXPPfyl/kb63tMM=
github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241213145400-e6242bd01ed4 h1:KjqMLOfSqgkJO2yBpc7H5uk/2zcMlJ6oa/ThZGQXVyo=
github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241213145400-e6242bd01ed4/go.mod h1:jF7FxKvk2IcxvMEiEzk9OSamo1+ngMf7Wc5Mdbcz9jY=
github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241215215636-b52945dda677 h1:LfiWMfjgxsud10egpcKwfu0fetmhs3mOjJtDwZOAxkU=
github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.0.0-20241215215636-b52945dda677/go.mod h1:jF7FxKvk2IcxvMEiEzk9OSamo1+ngMf7Wc5Mdbcz9jY=
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 h1:yB1x5UXvpZNka+5h57yo1/GrKfXKCqMzChCISpldZx4=
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9/go.mod h1:lJk0atEJ5Zyo3Tqrmf1Pl9jUEe79EgDb9bD3K5OTUBI=
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 h1:7bCdbTUWzyczQg+kwHCxlx6y07zE8HNB8+ntTne6qd8=
Expand Down
Loading
Loading