diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 7dde18f33c4..c8b95bf90fc 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -303,7 +303,7 @@ require ( github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 // indirect github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect - github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e // indirect + github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 // indirect github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // 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 diff --git a/core/scripts/go.sum b/core/scripts/go.sum index b16aad2348f..4e3323b242f 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1106,8 +1106,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.3.0 h1:PBUaFfPLm+Efq7H9kdfGBivH+QhJ6vB5EZTR/sCZsxI= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e h1:mmt5KXGyVpGtMc3C9xdc9w8CaKHTE+8ooO8VUcMhPcA= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 h1:6fsInnCj2zIKYof8E55rxj6wnlPXGFKIKS+3bt3Uv4w= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 h1:B4DFdk6MGcQnoCjjMBCx7Z+GWQpxRWJ4O8W/dVJyWGA= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8/go.mod h1:WkBqgBo+g34Gm5vWkDDl8Fh3Mzd7bF5hXp7rryg0t5o= github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 h1:12ijqMM9tvYVEm+nR826WsrNi6zCKpwBhuApq127wHs= diff --git a/deployment/go.mod b/deployment/go.mod index 18b5fc0c38d..5e1ced1ac45 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -405,7 +405,7 @@ require ( github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect - github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e // indirect + github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 // indirect github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 // indirect diff --git a/deployment/go.sum b/deployment/go.sum index 5b681e8e592..9dbf6135222 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1396,8 +1396,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.3.0 h1:PBUaFfPLm+Efq7H9kdfGBivH+QhJ6vB5EZTR/sCZsxI= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e h1:mmt5KXGyVpGtMc3C9xdc9w8CaKHTE+8ooO8VUcMhPcA= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 h1:6fsInnCj2zIKYof8E55rxj6wnlPXGFKIKS+3bt3Uv4w= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 h1:B4DFdk6MGcQnoCjjMBCx7Z+GWQpxRWJ4O8W/dVJyWGA= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8/go.mod h1:WkBqgBo+g34Gm5vWkDDl8Fh3Mzd7bF5hXp7rryg0t5o= github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 h1:T0kbw07Vb6xUyA9MIJZfErMgWseWi1zf7cYvRpoq7ug= diff --git a/go.mod b/go.mod index 53b063d4c6e..56fc8440011 100644 --- a/go.mod +++ b/go.mod @@ -82,7 +82,7 @@ require ( github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 github.com/smartcontractkit/chainlink-feeds v0.1.1 github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 - github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e + github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de diff --git a/go.sum b/go.sum index fe1e869dd07..dd95acca988 100644 --- a/go.sum +++ b/go.sum @@ -1088,8 +1088,8 @@ github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6An github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 h1:PBUaFfPLm+Efq7H9kdfGBivH+QhJ6vB5EZTR/sCZsxI= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e h1:mmt5KXGyVpGtMc3C9xdc9w8CaKHTE+8ooO8VUcMhPcA= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 h1:6fsInnCj2zIKYof8E55rxj6wnlPXGFKIKS+3bt3Uv4w= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 h1:B4DFdk6MGcQnoCjjMBCx7Z+GWQpxRWJ4O8W/dVJyWGA= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8/go.mod h1:WkBqgBo+g34Gm5vWkDDl8Fh3Mzd7bF5hXp7rryg0t5o= github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 h1:12ijqMM9tvYVEm+nR826WsrNi6zCKpwBhuApq127wHs= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index b8d6b91b2e9..6f2ec6e35a1 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -418,8 +418,9 @@ require ( github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 // indirect github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect - github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e // indirect + github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 // indirect github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect + github.com/smartcontractkit/chainlink-testing-framework v1.50.13-0.20241121142009-af81e8abb61c // 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 github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20241009055228-33d0c0bf38de // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index d2b8d9a9a92..b313fee8f1d 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1417,10 +1417,12 @@ 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.3.0 h1:PBUaFfPLm+Efq7H9kdfGBivH+QhJ6vB5EZTR/sCZsxI= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e h1:mmt5KXGyVpGtMc3C9xdc9w8CaKHTE+8ooO8VUcMhPcA= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 h1:6fsInnCj2zIKYof8E55rxj6wnlPXGFKIKS+3bt3Uv4w= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 h1:B4DFdk6MGcQnoCjjMBCx7Z+GWQpxRWJ4O8W/dVJyWGA= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8/go.mod h1:WkBqgBo+g34Gm5vWkDDl8Fh3Mzd7bF5hXp7rryg0t5o= +github.com/smartcontractkit/chainlink-testing-framework v1.50.13-0.20241121142009-af81e8abb61c h1:g1iRqNnLgYiE5oDRkkoxmO+CSvUk5nlsFmN5DsFbcbY= +github.com/smartcontractkit/chainlink-testing-framework v1.50.13-0.20241121142009-af81e8abb61c/go.mod h1:6TAe9H86MpNze5TU/57Dnb4M8jRse5EJCK88tNTu78U= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 h1:GDGrC5OGiV0RyM1znYWehSQXyZQWTOzrEeJRYmysPCE= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2/go.mod h1:DsT43c1oTBmp3iQkMcoZOoKThwZvt8X3Pz6UmznJ4GY= github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.17 h1:Fw2F8fKa5QdOUzLAj6Y/EB6XFC0QtK2pw5bqQSatL4A= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index cf758b26c37..a3e4a9c2ac0 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -404,7 +404,7 @@ require ( github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect - github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e // indirect + github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 // indirect github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 // indirect github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 8361c7947d8..a5a4ac6827e 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1404,8 +1404,8 @@ github.com/smartcontractkit/chainlink-feeds v0.1.1 h1:JzvUOM/OgGQA1sOqTXXl52R6An github.com/smartcontractkit/chainlink-feeds v0.1.1/go.mod h1:55EZ94HlKCfAsUiKUTNI7QlE/3d3IwTlsU3YNa/nBb4= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 h1:PBUaFfPLm+Efq7H9kdfGBivH+QhJ6vB5EZTR/sCZsxI= github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e h1:mmt5KXGyVpGtMc3C9xdc9w8CaKHTE+8ooO8VUcMhPcA= -github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121180059-f8ffbe55d23e/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4 h1:6fsInnCj2zIKYof8E55rxj6wnlPXGFKIKS+3bt3Uv4w= +github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241121215222-851109b242b4/go.mod h1:7Q0Su8NiF18TWLioOg/4yF/SwL0SMpJfA5oogJMkwfw= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 h1:B4DFdk6MGcQnoCjjMBCx7Z+GWQpxRWJ4O8W/dVJyWGA= github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8/go.mod h1:WkBqgBo+g34Gm5vWkDDl8Fh3Mzd7bF5hXp7rryg0t5o= github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 h1:GDGrC5OGiV0RyM1znYWehSQXyZQWTOzrEeJRYmysPCE=