Skip to content

Commit aac9ddf

Browse files
Bumping Chain Selector version to v1.0.44 (smartcontractkit#16723)
* Bumping Chain Selector version to v1.0.44 * Added changeset
1 parent 7492d01 commit aac9ddf

File tree

15 files changed

+26
-21
lines changed

15 files changed

+26
-21
lines changed

.changeset/large-balloons-worry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink": minor
3+
---
4+
5+
#nops bump chain selector

core/scripts/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ require (
341341
github.com/shoenig/go-m1cpu v0.1.6 // indirect
342342
github.com/sirupsen/logrus v1.9.3 // indirect
343343
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
344-
github.com/smartcontractkit/chain-selectors v1.0.43 // indirect
344+
github.com/smartcontractkit/chain-selectors v1.0.44 // indirect
345345
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 // indirect
346346
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250307105933-7912a5e97ad0 // indirect
347347
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect

core/scripts/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
11141114
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
11151115
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
11161116
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
1117-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1118-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1117+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1118+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
11191119
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
11201120
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
11211121
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

deployment/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/rs/zerolog v1.33.0
3131
github.com/sethvargo/go-retry v0.2.4
3232
github.com/smartcontractkit/ccip-owner-contracts v0.1.0
33-
github.com/smartcontractkit/chain-selectors v1.0.43
33+
github.com/smartcontractkit/chain-selectors v1.0.44
3434
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1
3535
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250307105933-7912a5e97ad0
3636
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250310180230-58f4a9810e21

deployment/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
11601160
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
11611161
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
11621162
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
1163-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1164-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1163+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1164+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
11651165
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
11661166
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
11671167
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require (
7373
github.com/scylladb/go-reflectx v1.0.1
7474
github.com/shirou/gopsutil/v3 v3.24.3
7575
github.com/shopspring/decimal v1.4.0
76-
github.com/smartcontractkit/chain-selectors v1.0.43
76+
github.com/smartcontractkit/chain-selectors v1.0.44
7777
github.com/smartcontractkit/chainlink-automation v0.8.1
7878
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1
7979
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250302020946-0f2d5f4a8326

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1013,8 +1013,8 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
10131013
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
10141014
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
10151015
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
1016-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1017-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1016+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1017+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
10181018
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
10191019
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
10201020
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

integration-tests/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/segmentio/ksuid v1.0.4
4343
github.com/shopspring/decimal v1.4.0
4444
github.com/slack-go/slack v0.15.0
45-
github.com/smartcontractkit/chain-selectors v1.0.43
45+
github.com/smartcontractkit/chain-selectors v1.0.44
4646
github.com/smartcontractkit/chainlink-automation v0.8.1
4747
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1
4848
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250310180230-58f4a9810e21

integration-tests/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,8 @@ github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0
14181418
github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
14191419
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
14201420
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
1421-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1422-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1421+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1422+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
14231423
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
14241424
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
14251425
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

integration-tests/load/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/pkg/errors v0.9.1
2626
github.com/rs/zerolog v1.33.0
2727
github.com/slack-go/slack v0.15.0
28-
github.com/smartcontractkit/chain-selectors v1.0.43
28+
github.com/smartcontractkit/chain-selectors v1.0.44
2929
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1
3030
github.com/smartcontractkit/chainlink-common v0.4.2-0.20250310180230-58f4a9810e21
3131
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250304212534-9eff2fa32bea

integration-tests/load/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1403,8 +1403,8 @@ github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0
14031403
github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
14041404
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
14051405
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
1406-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1407-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1406+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1407+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
14081408
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
14091409
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
14101410
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

system-tests/lib/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ require (
336336
github.com/shopspring/decimal v1.4.0 // indirect
337337
github.com/sirupsen/logrus v1.9.3 // indirect
338338
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
339-
github.com/smartcontractkit/chain-selectors v1.0.43 // indirect
339+
github.com/smartcontractkit/chain-selectors v1.0.44 // indirect
340340
github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect
341341
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 // indirect
342342
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250307105933-7912a5e97ad0 // indirect

system-tests/lib/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
11481148
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
11491149
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
11501150
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
1151-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1152-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1151+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1152+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
11531153
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
11541154
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
11551155
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

system-tests/tests/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/go-playground/validator/v10 v10.25.0
2424
github.com/pkg/errors v0.9.1
2525
github.com/rs/zerolog v1.33.0
26-
github.com/smartcontractkit/chain-selectors v1.0.43
26+
github.com/smartcontractkit/chain-selectors v1.0.44
2727
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.8
2828
github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.0
2929
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.0

system-tests/tests/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
11481148
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
11491149
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
11501150
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
1151-
github.com/smartcontractkit/chain-selectors v1.0.43 h1:1RapF0FqxRbcLzPd6bLVywn7pUMyP+6/jeyp1YBCQMs=
1152-
github.com/smartcontractkit/chain-selectors v1.0.43/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1151+
github.com/smartcontractkit/chain-selectors v1.0.44 h1:HQvCG+soVyKlkKmUoQTmV3zzM3YSDbw5C/Sapw8Ga84=
1152+
github.com/smartcontractkit/chain-selectors v1.0.44/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
11531153
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
11541154
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
11551155
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250307145254-e603dcbe3db1 h1:W7Jjgh61daHGeB+PpLv1W8clhwZ2idHIR8SGczxsRNw=

0 commit comments

Comments
 (0)