Skip to content

Commit

Permalink
Bump Solana
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTinianov committed Jan 21, 2025
1 parent ce0b647 commit 3216b9c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
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
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.20250121173720-4ecbc6f8ef10 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f // indirect
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d // indirect

Check failure on line 322 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/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect
Expand Down
4 changes: 2 additions & 2 deletions core/scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,8 @@ github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 h1:0ewLMbAz3
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.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-solana v1.1.1-0.20250121175135-f970a6b0e40f h1:HsXtokcCkay2e0TPUEIOyOp99U9kBjKT/WPE20Td/2E=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f/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.20250121173720-4ecbc6f8ef10
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f

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.20250121175135-f970a6b0e40f not on default branch (develop). Version(commit): f970a6b0e40f Tree: https://github.com/smartcontractkit/chainlink-solana/tree/f970a6b0e40f Commit: https://github.com/smartcontractkit/chainlink-solana/commit/f970a6b0e40f
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
4 changes: 2 additions & 2 deletions deployment/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1404,8 +1404,8 @@ github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 h1:0ewLMbAz3
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.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-solana v1.1.1-0.20250121175135-f970a6b0e40f h1:HsXtokcCkay2e0TPUEIOyOp99U9kBjKT/WPE20Td/2E=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f/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

Check failure on line 86 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-framework/multinode v0.0.0-20250121164254-dc678c0e2611
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0

Check failure on line 88 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.20250121175135-f970a6b0e40f not on default branch (develop). Version(commit): f970a6b0e40f Tree: https://github.com/smartcontractkit/chainlink-solana/tree/f970a6b0e40f Commit: https://github.com/smartcontractkit/chainlink-solana/commit/f970a6b0e40f
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1166,8 +1166,8 @@ github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-
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.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-solana v1.1.1-0.20250121175135-f970a6b0e40f h1:HsXtokcCkay2e0TPUEIOyOp99U9kBjKT/WPE20Td/2E=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f/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
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f // indirect
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

Check failure on line 439 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/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1428,8 +1428,8 @@ github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 h1:0ewLMbAz3
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.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-solana v1.1.1-0.20250121175135-f970a6b0e40f h1:HsXtokcCkay2e0TPUEIOyOp99U9kBjKT/WPE20Td/2E=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f/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
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121173720-4ecbc6f8ef10 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f // indirect
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d // indirect
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 // indirect

Check failure on line 422 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-testing-framework/lib/grafana v1.50.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/load/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1411,8 +1411,8 @@ github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250121164254-
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.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-solana v1.1.1-0.20250121175135-f970a6b0e40f h1:HsXtokcCkay2e0TPUEIOyOp99U9kBjKT/WPE20Td/2E=
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20250121175135-f970a6b0e40f/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 3216b9c

Please sign in to comment.