Skip to content

Commit

Permalink
bump framework; remove generic result type
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Feb 5, 2025
1 parent 1c76b30 commit 92e400f
Show file tree
Hide file tree
Showing 16 changed files with 108 additions and 174 deletions.
1 change: 1 addition & 0 deletions core/chains/evm/txmgr/broadcaster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func NewTestEthBroadcaster(
// Mark instance as test
ethBroadcaster.XXXTestDisableUnstartedTxAutoProcessing()
servicetest.Run(t, ethBroadcaster)
time.Sleep(time.Second) // let background initiate
return ethBroadcaster
}

Expand Down
6 changes: 3 additions & 3 deletions core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ require (
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250128162345-af4c8fd4481a // indirect
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20250130125138-3df261e09ddc // indirect
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250203160922-fbdf168bb92a // indirect
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250130175645-f9ffc7ee5eab // indirect
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250205005735-a2f3ed28ca47 // 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/[email protected] // indirect not on default branch (main). Version(commit): a2f3ed28ca47 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/a2f3ed28ca47 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/a2f3ed28ca47
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250205005735-a2f3ed28ca47 // indirect

Check failure on line 323 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/[email protected] // indirect not on default branch (main). Version(commit): a2f3ed28ca47 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/a2f3ed28ca47 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/a2f3ed28ca47
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-protos/svr v0.0.0-20250123084029-58cce9b32112 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250203204555-c245a7640475 // indirect
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250204233306-2f104e2d9120 // indirect

Check failure on line 327 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/[email protected] // indirect not on default branch (develop). Version(commit): 2f104e2d9120 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/2f104e2d9120 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/2f104e2d9120
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
12 changes: 6 additions & 6 deletions core/scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1347,18 +1347,18 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250128203428-08031
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250128203428-08031923fbe5/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/chains v0.0.0-20250203160922-fbdf168bb92a h1:fVtn9CDfoGF40FeqGwLvp9belfIw7VT3lgQTctFGP5E=
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250203160922-fbdf168bb92a/go.mod h1:tHem58EihQh63kR2LlAOKDAs9Vbghf1dJKZRGy6LG8g=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250130175645-f9ffc7ee5eab h1:uJ5i/b3A4gewVhe7vGArKoT7vhtoFIKCy4ecI08vft4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250130175645-f9ffc7ee5eab/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250205005735-a2f3ed28ca47 h1:2uTP9u0Bs4NdVYvLYz3tYRnsAnpCQ4lM1bByC9OgqjI=
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250205005735-a2f3ed28ca47/go.mod h1:tHem58EihQh63kR2LlAOKDAs9Vbghf1dJKZRGy6LG8g=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250205005735-a2f3ed28ca47 h1:Pn3uc+xBlC3JWdPW41V2lL/tdF2nbUzt20w+ZpY2CVY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250205005735-a2f3ed28ca47/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-protos/svr v0.0.0-20250123084029-58cce9b32112 h1:c77Gi/APraqwbBO8fbd/5JY2wW+MSIpYg8Uma9MEZFE=
github.com/smartcontractkit/chainlink-protos/svr v0.0.0-20250123084029-58cce9b32112/go.mod h1:TcOliTQU6r59DwG4lo3U+mFM9WWyBHGuFkkxQpvSujo=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250203204555-c245a7640475 h1:2kZ4VEQonI0JchfiEXIbJc+AEyhwTR7Eid3XgyK8Ag0=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250203204555-c245a7640475/go.mod h1:KzOY2/2wXeGeUT+ILqO1D4oyFmuZYkSRy0utVOLAiOc=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250204233306-2f104e2d9120 h1:KYsTFwGIIYCermWMjbKHWIkfMtCfpAKVULVqYQCiMb8=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250204233306-2f104e2d9120/go.mod h1:QEeoBYUdwiuzz+KqvEdymE7O4riUzH0o6pvfVIiXIoQ=
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
6 changes: 3 additions & 3 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ require (
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250203132120-f0d42463e405
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250128162345-af4c8fd4481a
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250130202959-6f1f48342e36
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250130175645-f9ffc7ee5eab
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250205005735-a2f3ed28ca47

Check failure on line 37 in deployment/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./deployment/go.mod] dependency github.com/smartcontractkit/chainlink-framework/[email protected] not on default branch (main). Version(commit): a2f3ed28ca47 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/a2f3ed28ca47 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/a2f3ed28ca47
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250203204555-c245a7640475
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250204233306-2f104e2d9120

Check failure on line 39 in deployment/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./deployment/go.mod] dependency github.com/smartcontractkit/[email protected] not on default branch (develop). Version(commit): 2f104e2d9120 Tree: https://github.com/smartcontractkit/chainlink-solana/tree/2f104e2d9120 Commit: https://github.com/smartcontractkit/chainlink-solana/commit/2f104e2d9120
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 Expand Up @@ -420,7 +420,7 @@ require (
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20250130125138-3df261e09ddc // indirect
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250128203428-08031923fbe5 // indirect
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250203160922-fbdf168bb92a // indirect
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250205005735-a2f3ed28ca47 // indirect

Check failure on line 423 in deployment/go.mod

View workflow job for this annotation

GitHub Actions / Validate go.mod dependencies

[./deployment/go.mod] dependency github.com/smartcontractkit/chainlink-framework/[email protected] // indirect not on default branch (main). Version(commit): a2f3ed28ca47 Tree: https://github.com/smartcontractkit/chainlink-framework/tree/a2f3ed28ca47 Commit: https://github.com/smartcontractkit/chainlink-framework/commit/a2f3ed28ca47
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect
github.com/smartcontractkit/chainlink-protos/svr v0.0.0-20250123084029-58cce9b32112 // indirect
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20250117224137-afdcdd75070d // indirect
Expand Down
12 changes: 6 additions & 6 deletions deployment/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1412,18 +1412,18 @@ github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250128203428-08031
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250128203428-08031923fbe5/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/chains v0.0.0-20250203160922-fbdf168bb92a h1:fVtn9CDfoGF40FeqGwLvp9belfIw7VT3lgQTctFGP5E=
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250203160922-fbdf168bb92a/go.mod h1:tHem58EihQh63kR2LlAOKDAs9Vbghf1dJKZRGy6LG8g=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250130175645-f9ffc7ee5eab h1:uJ5i/b3A4gewVhe7vGArKoT7vhtoFIKCy4ecI08vft4=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250130175645-f9ffc7ee5eab/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250205005735-a2f3ed28ca47 h1:2uTP9u0Bs4NdVYvLYz3tYRnsAnpCQ4lM1bByC9OgqjI=
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250205005735-a2f3ed28ca47/go.mod h1:tHem58EihQh63kR2LlAOKDAs9Vbghf1dJKZRGy6LG8g=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250205005735-a2f3ed28ca47 h1:Pn3uc+xBlC3JWdPW41V2lL/tdF2nbUzt20w+ZpY2CVY=
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250205005735-a2f3ed28ca47/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-protos/svr v0.0.0-20250123084029-58cce9b32112 h1:c77Gi/APraqwbBO8fbd/5JY2wW+MSIpYg8Uma9MEZFE=
github.com/smartcontractkit/chainlink-protos/svr v0.0.0-20250123084029-58cce9b32112/go.mod h1:TcOliTQU6r59DwG4lo3U+mFM9WWyBHGuFkkxQpvSujo=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250203204555-c245a7640475 h1:2kZ4VEQonI0JchfiEXIbJc+AEyhwTR7Eid3XgyK8Ag0=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250203204555-c245a7640475/go.mod h1:KzOY2/2wXeGeUT+ILqO1D4oyFmuZYkSRy0utVOLAiOc=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250204233306-2f104e2d9120 h1:KYsTFwGIIYCermWMjbKHWIkfMtCfpAKVULVqYQCiMb8=
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250204233306-2f104e2d9120/go.mod h1:QEeoBYUdwiuzz+KqvEdymE7O4riUzH0o6pvfVIiXIoQ=
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
Loading

0 comments on commit 92e400f

Please sign in to comment.