Skip to content

Commit cb2920e

Browse files
committed
bump common for capability re-init fix (#20089)
(cherry picked from commit 252a073)
1 parent 4790431 commit cb2920e

14 files changed

Lines changed: 21 additions & 21 deletions

File tree

core/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/shopspring/decimal v1.4.0
4848
github.com/smartcontractkit/chainlink-automation v0.8.1
4949
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251009203201-900123a5c46a
50-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613
50+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e
5151
github.com/smartcontractkit/chainlink-data-streams v0.1.6
5252
github.com/smartcontractkit/chainlink-deployments-framework v0.56.0
5353
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251020152820-5fb041bf92b7

core/scripts/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,8 +1603,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-f
16031603
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
16041604
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA=
16051605
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1606-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613 h1:6tAjh/pJgzNVFcAEV9utp6xQZrlC3NSUCO8SGZtHaws=
1607-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
1606+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e h1:EQ8V7PYvcSRCOoBP41ZeJqdgc/6zn4Te2C5tdMlTmHI=
1607+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
16081608
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14 h1:5K4U9ZYDr11i530QZxbmVboxaOKSID7gr4bT2miQR8E=
16091609
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
16101610
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

deployment/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251009203201-900123a5c46a
4242
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5
4343
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
44-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613
44+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e
4545
github.com/smartcontractkit/chainlink-deployments-framework v0.56.0
4646
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251020152820-5fb041bf92b7
4747
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251015115541-729ba0b2b1c1

deployment/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,8 +1336,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-f
13361336
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
13371337
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA=
13381338
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1339-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613 h1:6tAjh/pJgzNVFcAEV9utp6xQZrlC3NSUCO8SGZtHaws=
1340-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
1339+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e h1:EQ8V7PYvcSRCOoBP41ZeJqdgc/6zn4Te2C5tdMlTmHI=
1340+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
13411341
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14 h1:5K4U9ZYDr11i530QZxbmVboxaOKSID7gr4bT2miQR8E=
13421342
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
13431343
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251009203201-900123a5c46a
8585
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5
8686
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
87-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613
87+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e
8888
github.com/smartcontractkit/chainlink-data-streams v0.1.6
8989
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251020152820-5fb041bf92b7
9090
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251015115541-729ba0b2b1c1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,8 +1113,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-f
11131113
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
11141114
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA=
11151115
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1116-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613 h1:6tAjh/pJgzNVFcAEV9utp6xQZrlC3NSUCO8SGZtHaws=
1117-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
1116+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e h1:EQ8V7PYvcSRCOoBP41ZeJqdgc/6zn4Te2C5tdMlTmHI=
1117+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
11181118
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14 h1:5K4U9ZYDr11i530QZxbmVboxaOKSID7gr4bT2miQR8E=
11191119
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
11201120
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251009203201-900123a5c46a
5151
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5
5252
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
53-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613
53+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e
5454
github.com/smartcontractkit/chainlink-deployments-framework v0.56.0
5555
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251020152820-5fb041bf92b7
5656
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251015115541-729ba0b2b1c1

integration-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,8 +1580,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-f
15801580
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
15811581
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA=
15821582
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1583-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613 h1:6tAjh/pJgzNVFcAEV9utp6xQZrlC3NSUCO8SGZtHaws=
1584-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
1583+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e h1:EQ8V7PYvcSRCOoBP41ZeJqdgc/6zn4Te2C5tdMlTmHI=
1584+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
15851585
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14 h1:5K4U9ZYDr11i530QZxbmVboxaOKSID7gr4bT2miQR8E=
15861586
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
15871587
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

integration-tests/load/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251009203201-900123a5c46a
3333
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5
3434
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5
35-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613
35+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e
3636
github.com/smartcontractkit/chainlink-deployments-framework v0.56.0
3737
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20251020152820-5fb041bf92b7
3838
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251015115541-729ba0b2b1c1

integration-tests/load/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-f
15591559
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
15601560
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA=
15611561
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
1562-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613 h1:6tAjh/pJgzNVFcAEV9utp6xQZrlC3NSUCO8SGZtHaws=
1563-
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028003641-8d09e93e8613/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
1562+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e h1:EQ8V7PYvcSRCOoBP41ZeJqdgc/6zn4Te2C5tdMlTmHI=
1563+
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251028123303-e5cda5f9583e/go.mod h1:WqzfMO8jimnPU8BLGetBTy12NBHO5M0UdR47giNsmbU=
15641564
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14 h1:5K4U9ZYDr11i530QZxbmVboxaOKSID7gr4bT2miQR8E=
15651565
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.9-0.20251020192327-c433c5906b14/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
15661566
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=

0 commit comments

Comments
 (0)