Skip to content

Commit 5ad9dd5

Browse files
[v0.42] Update to cadence 1.6.5 (#7680)
* Update to cadence 1.6.4 * adding version compatibility for v0.42.3 * adding version compatibility for v0.42.2 * Update to cadence 1.6.5 --------- Co-authored-by: vishal <[email protected]>
1 parent 5fe6535 commit 5ad9dd5

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

engine/common/version/version_control.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ var defaultCompatibilityOverrides = map[string]struct{}{
5151
"0.41.4": {}, // mainnet, testnet
5252
"0.42.0": {}, // mainnet, testnet
5353
"0.42.1": {}, // mainnet, testnet
54+
"0.42.2": {}, // mainnet, testnet
55+
"0.42.3": {}, // mainnet, testnet
5456
}
5557

5658
// VersionControl manages the version control system for the node.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/multiformats/go-multiaddr-dns v0.4.1
4949
github.com/multiformats/go-multihash v0.2.3
5050
github.com/onflow/atree v0.10.0
51-
github.com/onflow/cadence v1.6.1
51+
github.com/onflow/cadence v1.6.5
5252
github.com/onflow/crypto v0.25.3
5353
github.com/onflow/flow v0.3.4
5454
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,8 +939,8 @@ github.com/onflow/atree v0.10.0 h1:LFYlRgb0fjs8vezBW/N/tzi+ijLMssjHwIwoV4RwYaA=
939939
github.com/onflow/atree v0.10.0/go.mod h1:aqnnE8Os77JiBIeC7UcbeM7N1V3Ys5XWH0CykeMpym0=
940940
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84=
941941
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80=
942-
github.com/onflow/cadence v1.6.1 h1:iw3xk5/fqerbtHuz2Mf41RhWMC95kTgam07j47FeLa4=
943-
github.com/onflow/cadence v1.6.1/go.mod h1:MBHOSmj81EtNEGjvYK3UEaFMMrN6jo5wt9U7jvDVLUw=
942+
github.com/onflow/cadence v1.6.5 h1:UgaT1S0Km2jiEKfFH8NUhaIJjomndfU30PebLTZ3iLc=
943+
github.com/onflow/cadence v1.6.5/go.mod h1:MBHOSmj81EtNEGjvYK3UEaFMMrN6jo5wt9U7jvDVLUw=
944944
github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
945945
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
946946
github.com/onflow/flow v0.3.4 h1:FXUWVdYB90f/rjNcY0Owo30gL790tiYff9Pb/sycXYE=

insecure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ require (
211211
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
212212
github.com/olekukonko/tablewriter v0.0.5 // indirect
213213
github.com/onflow/atree v0.10.0 // indirect
214-
github.com/onflow/cadence v1.6.1 // indirect
214+
github.com/onflow/cadence v1.6.5 // indirect
215215
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 // indirect
216216
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 // indirect
217217
github.com/onflow/flow-evm-bridge v0.1.0 // indirect

insecure/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,8 @@ github.com/onflow/atree v0.10.0 h1:LFYlRgb0fjs8vezBW/N/tzi+ijLMssjHwIwoV4RwYaA=
889889
github.com/onflow/atree v0.10.0/go.mod h1:aqnnE8Os77JiBIeC7UcbeM7N1V3Ys5XWH0CykeMpym0=
890890
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84=
891891
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80=
892-
github.com/onflow/cadence v1.6.1 h1:iw3xk5/fqerbtHuz2Mf41RhWMC95kTgam07j47FeLa4=
893-
github.com/onflow/cadence v1.6.1/go.mod h1:MBHOSmj81EtNEGjvYK3UEaFMMrN6jo5wt9U7jvDVLUw=
892+
github.com/onflow/cadence v1.6.5 h1:UgaT1S0Km2jiEKfFH8NUhaIJjomndfU30PebLTZ3iLc=
893+
github.com/onflow/cadence v1.6.5/go.mod h1:MBHOSmj81EtNEGjvYK3UEaFMMrN6jo5wt9U7jvDVLUw=
894894
github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
895895
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
896896
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 h1:n2NTsVT4iH7snqW6nkP1PnxHmgEMCh3XZpbdSIqweO4=

integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/ipfs/go-ds-badger2 v0.1.3
2121
github.com/ipfs/go-ds-pebble v0.3.1-0.20240828032824-d745b9d3200b
2222
github.com/libp2p/go-libp2p v0.38.2
23-
github.com/onflow/cadence v1.6.1
23+
github.com/onflow/cadence v1.6.5
2424
github.com/onflow/crypto v0.25.3
2525
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1
2626
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1

integration/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ github.com/onflow/atree v0.10.0 h1:LFYlRgb0fjs8vezBW/N/tzi+ijLMssjHwIwoV4RwYaA=
760760
github.com/onflow/atree v0.10.0/go.mod h1:aqnnE8Os77JiBIeC7UcbeM7N1V3Ys5XWH0CykeMpym0=
761761
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483 h1:LpiQhTAfM9CAmNVEs0n//cBBgCg+vJSiIxTHYUklZ84=
762762
github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483/go.mod h1:pIZgTWdm3k3pLF9Uq6MB8JEcW07UDwNJjlXW1HELW80=
763-
github.com/onflow/cadence v1.6.1 h1:iw3xk5/fqerbtHuz2Mf41RhWMC95kTgam07j47FeLa4=
764-
github.com/onflow/cadence v1.6.1/go.mod h1:MBHOSmj81EtNEGjvYK3UEaFMMrN6jo5wt9U7jvDVLUw=
763+
github.com/onflow/cadence v1.6.5 h1:UgaT1S0Km2jiEKfFH8NUhaIJjomndfU30PebLTZ3iLc=
764+
github.com/onflow/cadence v1.6.5/go.mod h1:MBHOSmj81EtNEGjvYK3UEaFMMrN6jo5wt9U7jvDVLUw=
765765
github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
766766
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
767767
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 h1:n2NTsVT4iH7snqW6nkP1PnxHmgEMCh3XZpbdSIqweO4=

0 commit comments

Comments
 (0)