Skip to content

Commit

Permalink
Update Solana multinode to chainlink-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Jan 21, 2025
1 parent 0ef136e commit ce0b647
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 33 deletions.
2 changes: 1 addition & 1 deletion core/chains/evm/client/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
pkgerrors "github.com/pkg/errors"

"github.com/smartcontractkit/chainlink-common/pkg/logger"
client "github.com/smartcontractkit/chainlink-solana/pkg/solana/client/multinode"
client "github.com/smartcontractkit/chainlink-framework/multinode"

"github.com/smartcontractkit/chainlink-framework/multinode"
"github.com/smartcontractkit/chainlink-framework/multinode/mocks"
Expand Down
2 changes: 1 addition & 1 deletion core/chains/evm/client/rpc_client_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"

"github.com/smartcontractkit/chainlink-framework/multinode"
client "github.com/smartcontractkit/chainlink-solana/pkg/solana/client/multinode"
client "github.com/smartcontractkit/chainlink-framework/multinode"
"github.com/smartcontractkit/chainlink/v2/core/chains/evm/config/chaintype"
"github.com/smartcontractkit/chainlink/v2/core/logger"
)
Expand Down
2 changes: 1 addition & 1 deletion core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ require (
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 // indirect

Check failure on line 318 in core/scripts/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./core/scripts/go.mod] dependency github.com/smartcontractkit/chainlink-framework/multinode@v0.0.0-20250121164254-dc678c0e2611 // indirect not on default branch (main). Version(commit): dc678c0e2611 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/dc678c0e2611 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/dc678c0e2611
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 // indirect
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect

Check failure on line 321 in core/scripts/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./core/scripts/go.mod] dependency github.com/smartcontractkit/chainlink-solana@v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect not on default branch (develop). Version(commit): 4ecbc6f8ef10 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/4ecbc6f8ef10 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/4ecbc6f8ef10
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d // indirect
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect
Expand Down
8 changes: 3 additions & 5 deletions core/scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1172,16 +1172,14 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3/go.mod h1:pDZagSGjs9U+l4YIFhveDznMHqxuuz+5vRxvVgpbdr8=
github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6AnNt+Wg64sVG+XSA49c=
github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 h1:NdorbGdw9UCD8ugqjA1KgI5GKCXVlsAtbI/DDcw04Kk=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 h1:0ewLMbAz3rZrovdRUCgd028yOXX8KigB4FndAUdI2kM=
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 h1:ZBat8EBvE2LpSQR9U1gEbRV6PfAkiFdINmQ8nVnXIAQ=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6 h1:lbURoBOnF1fAv+e5quyW5u1avLYahK5cs8W5Dry6F34=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6/go.mod h1:uHVnYLMgJ1rTcNoVxhBpy38t69gXq0j+LN3TkcIVE3U=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 h1:G0Kn/QZi54eU0Rh2rry4Tiww2wO1RH0bggLCz1hw1Jk=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d h1:hf1Ust1ub9r3+PgRgiry3065QXCXmw6P7YImnue1NEw=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d/go.mod h1:lgG9JT2P19KnYuBheKIis5ZeCO+AaSta+RfzvwDQS2Y=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.4.2-0.20250110073248-456673e8eea2 h1:nTUoe7GZLw17nPLV5t3Vgf4U4pf+VW0Uko5xpNiKdKU=
Expand Down
2 changes: 1 addition & 1 deletion deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250103152858-8973fd0c912b
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250117101554-1922eef0bdd4
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10

Check failure on line 36 in deployment/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./deployment/go.mod] dependency github.com/smartcontractkit/chainlink-solana@v1.1.1-0.20250121173720-4ecbc6f8ef10 not on default branch (develop). Version(commit): 4ecbc6f8ef10 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/4ecbc6f8ef10 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/4ecbc6f8ef10
github.com/smartcontractkit/chainlink-testing-framework/framework v0.4.2-0.20250110073248-456673e8eea2
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13
github.com/smartcontractkit/libocr v0.0.0-20241223215956-e5b78d8e3919
Expand Down
8 changes: 3 additions & 5 deletions deployment/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1398,16 +1398,14 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3/go.mod h1:pDZagSGjs9U+l4YIFhveDznMHqxuuz+5vRxvVgpbdr8=
github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6AnNt+Wg64sVG+XSA49c=
github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 h1:NdorbGdw9UCD8ugqjA1KgI5GKCXVlsAtbI/DDcw04Kk=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 h1:0ewLMbAz3rZrovdRUCgd028yOXX8KigB4FndAUdI2kM=
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 h1:ZBat8EBvE2LpSQR9U1gEbRV6PfAkiFdINmQ8nVnXIAQ=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6 h1:lbURoBOnF1fAv+e5quyW5u1avLYahK5cs8W5Dry6F34=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6/go.mod h1:uHVnYLMgJ1rTcNoVxhBpy38t69gXq0j+LN3TkcIVE3U=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 h1:G0Kn/QZi54eU0Rh2rry4Tiww2wO1RH0bggLCz1hw1Jk=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d h1:hf1Ust1ub9r3+PgRgiry3065QXCXmw6P7YImnue1NEw=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d/go.mod h1:lgG9JT2P19KnYuBheKIis5ZeCO+AaSta+RfzvwDQS2Y=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.4.2-0.20250110073248-456673e8eea2 h1:nTUoe7GZLw17nPLV5t3Vgf4U4pf+VW0Uko5xpNiKdKU=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ require (
github.com/smartcontractkit/chainlink-feeds v0.1.1
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611

Check failure on line 87 in go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./go.mod] dependency github.com/smartcontractkit/chainlink-framework/multinode@v0.0.0-20250121164254-dc678c0e2611 not on default branch (main). Version(commit): dc678c0e2611 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/dc678c0e2611 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/dc678c0e2611
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10

Check failure on line 89 in go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./go.mod] dependency github.com/smartcontractkit/chainlink-solana@v1.1.1-0.20250121173720-4ecbc6f8ef10 not on default branch (develop). Version(commit): 4ecbc6f8ef10 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/4ecbc6f8ef10 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/4ecbc6f8ef10
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d
github.com/smartcontractkit/libocr v0.0.0-20241223215956-e5b78d8e3919
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de
Expand Down
9 changes: 3 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1162,15 +1162,12 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3/go.mod h1:pDZagSGjs9U+l4YIFhveDznMHqxuuz+5vRxvVgpbdr8=
github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6AnNt+Wg64sVG+XSA49c=
github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 h1:NdorbGdw9UCD8ugqjA1KgI5GKCXVlsAtbI/DDcw04Kk=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 h1:ZBat8EBvE2LpSQR9U1gEbRV6PfAkiFdINmQ8nVnXIAQ=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6 h1:lbURoBOnF1fAv+e5quyW5u1avLYahK5cs8W5Dry6F34=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6/go.mod h1:uHVnYLMgJ1rTcNoVxhBpy38t69gXq0j+LN3TkcIVE3U=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc h1:wla5XcfM01I51la5mb6KdJe1+TDRu2h+IaXUakvP2n0=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 h1:G0Kn/QZi54eU0Rh2rry4Tiww2wO1RH0bggLCz1hw1Jk=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d h1:hf1Ust1ub9r3+PgRgiry3065QXCXmw6P7YImnue1NEw=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d/go.mod h1:lgG9JT2P19KnYuBheKIis5ZeCO+AaSta+RfzvwDQS2Y=
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 h1:12ijqMM9tvYVEm+nR826WsrNi6zCKpwBhuApq127wHs=
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ require (
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 // indirect

Check failure on line 435 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-framework/multinode@v0.0.0-20250121164254-dc678c0e2611 // indirect not on default branch (main). Version(commit): dc678c0e2611 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/dc678c0e2611 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/dc678c0e2611
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect

Check failure on line 437 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-solana@v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect not on default branch (develop). Version(commit): 4ecbc6f8ef10 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/4ecbc6f8ef10 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/4ecbc6f8ef10
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d // indirect
github.com/smartcontractkit/chainlink-testing-framework/framework v0.4.2-0.20250110073248-456673e8eea2 // indirect
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
Expand Down
8 changes: 3 additions & 5 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1422,16 +1422,14 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3/go.mod h1:pDZagSGjs9U+l4YIFhveDznMHqxuuz+5vRxvVgpbdr8=
github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6AnNt+Wg64sVG+XSA49c=
github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 h1:NdorbGdw9UCD8ugqjA1KgI5GKCXVlsAtbI/DDcw04Kk=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 h1:0ewLMbAz3rZrovdRUCgd028yOXX8KigB4FndAUdI2kM=
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 h1:ZBat8EBvE2LpSQR9U1gEbRV6PfAkiFdINmQ8nVnXIAQ=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6 h1:lbURoBOnF1fAv+e5quyW5u1avLYahK5cs8W5Dry6F34=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6/go.mod h1:uHVnYLMgJ1rTcNoVxhBpy38t69gXq0j+LN3TkcIVE3U=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 h1:G0Kn/QZi54eU0Rh2rry4Tiww2wO1RH0bggLCz1hw1Jk=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d h1:hf1Ust1ub9r3+PgRgiry3065QXCXmw6P7YImnue1NEw=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d/go.mod h1:lgG9JT2P19KnYuBheKIis5ZeCO+AaSta+RfzvwDQS2Y=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.4.2-0.20250110073248-456673e8eea2 h1:nTUoe7GZLw17nPLV5t3Vgf4U4pf+VW0Uko5xpNiKdKU=
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/load/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ require (
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 // indirect

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

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./integration-tests/load/go.mod] dependency github.com/smartcontractkit/chainlink-framework/multinode@v0.0.0-20250121164254-dc678c0e2611 // indirect not on default branch (main). Version(commit): dc678c0e2611 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/dc678c0e2611 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/dc678c0e2611
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect

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

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./integration-tests/load/go.mod] dependency github.com/smartcontractkit/chainlink-solana@v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect not on default branch (develop). Version(commit): 4ecbc6f8ef10 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/4ecbc6f8ef10 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/4ecbc6f8ef10
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d // indirect
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 // indirect
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect
Expand Down
8 changes: 3 additions & 5 deletions integration-tests/load/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1407,14 +1407,12 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250115135646-ac859d85e7e3/go.mod h1:pDZagSGjs9U+l4YIFhveDznMHqxuuz+5vRxvVgpbdr8=
github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6AnNt+Wg64sVG+XSA49c=
github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260 h1:See2isL6KdrTJDlVKWv8qiyYqWhYUcubU2e5yKXV1oY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250115203616-a2ea5e50b260/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611 h1:NdorbGdw9UCD8ugqjA1KgI5GKCXVlsAtbI/DDcw04Kk=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-dc678c0e2611/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 h1:ZBat8EBvE2LpSQR9U1gEbRV6PfAkiFdINmQ8nVnXIAQ=
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6 h1:lbURoBOnF1fAv+e5quyW5u1avLYahK5cs8W5Dry6F34=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250117195512-81a855ec1fc6/go.mod h1:uHVnYLMgJ1rTcNoVxhBpy38t69gXq0j+LN3TkcIVE3U=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121172117-84a88b7a55fc/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 h1:G0Kn/QZi54eU0Rh2rry4Tiww2wO1RH0bggLCz1hw1Jk=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10/go.mod h1:m/ygm4t+nBfVrIepi9gF+ezDK8LwNEA756Wqch9Soog=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d h1:hf1Ust1ub9r3+PgRgiry3065QXCXmw6P7YImnue1NEw=
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d/go.mod h1:lgG9JT2P19KnYuBheKIis5ZeCO+AaSta+RfzvwDQS2Y=
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 h1:GDGrC5OGiV0RyM1znYWehSQXyZQWTOzrEeJRYmysPCE=
Expand Down

0 comments on commit ce0b647

Please sign in to comment.