Skip to content

Commit 51ff6f6

Browse files
committed
Update to latest scheduler contracts
1 parent e4cc9b3 commit 51ff6f6

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ require (
5151
github.com/onflow/cadence v1.7.0-preview.1
5252
github.com/onflow/crypto v0.25.3
5353
github.com/onflow/flow v0.3.4
54-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130
55-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130
54+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022
55+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022
5656
github.com/onflow/flow-go-sdk v1.7.0
5757
github.com/onflow/flow/protobuf/go/flow v0.4.11
5858
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -949,10 +949,10 @@ github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
949949
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
950950
github.com/onflow/flow v0.3.4 h1:FXUWVdYB90f/rjNcY0Owo30gL790tiYff9Pb/sycXYE=
951951
github.com/onflow/flow v0.3.4/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
952-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130 h1:I6jwLeij7AxoIDGWxccudy0isDL6EjBYXCLFI6M/o3Y=
953-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130/go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI=
954-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130 h1:fePOK808LbZt1ZoRkcj3NlgQ5BsD5B4+bXP+jkm+lr4=
955-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
952+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022 h1:RtNoSnri8LwUzlUeffpeBXjazSf7kqhFbHDOAu32bXc=
953+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022/go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI=
954+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022 h1:upAfrSTYm/a/Q7UMOE2sqJxsvgOGUkib7In59ogrwDI=
955+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
956956
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
957957
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
958958
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=

insecure/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ require (
215215
github.com/olekukonko/tablewriter v0.0.5 // indirect
216216
github.com/onflow/atree v0.10.0 // indirect
217217
github.com/onflow/cadence v1.7.0-preview.1 // indirect
218-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130 // indirect
219-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130 // indirect
218+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022 // indirect
219+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022 // indirect
220220
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
221221
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
222222
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect

insecure/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -897,10 +897,10 @@ github.com/onflow/cadence v1.7.0-preview.1 h1:FqCm/W8dZvQmlV8uQBQY6dS4H5PF8h+KlM
897897
github.com/onflow/cadence v1.7.0-preview.1/go.mod h1:DD8dPX6B+5XZ/PocGNmnKYraF0df0np290hIYfEk8Yc=
898898
github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
899899
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
900-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130 h1:I6jwLeij7AxoIDGWxccudy0isDL6EjBYXCLFI6M/o3Y=
901-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130/go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI=
902-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130 h1:fePOK808LbZt1ZoRkcj3NlgQ5BsD5B4+bXP+jkm+lr4=
903-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
900+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022 h1:RtNoSnri8LwUzlUeffpeBXjazSf7kqhFbHDOAu32bXc=
901+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022/go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI=
902+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022 h1:upAfrSTYm/a/Q7UMOE2sqJxsvgOGUkib7In59ogrwDI=
903+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
904904
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
905905
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
906906
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=

integration/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ require (
2323
github.com/libp2p/go-libp2p v0.38.2
2424
github.com/onflow/cadence v1.7.0-preview.1
2525
github.com/onflow/crypto v0.25.3
26-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130
27-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130
26+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022
27+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022
2828
github.com/onflow/flow-go v0.38.0-preview.0.0.20241021221952-af9cd6e99de1
2929
github.com/onflow/flow-go-sdk v1.7.0
3030
github.com/onflow/flow-go/insecure v0.0.0-00010101000000-000000000000

integration/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -769,10 +769,10 @@ github.com/onflow/cadence v1.7.0-preview.1 h1:FqCm/W8dZvQmlV8uQBQY6dS4H5PF8h+KlM
769769
github.com/onflow/cadence v1.7.0-preview.1/go.mod h1:DD8dPX6B+5XZ/PocGNmnKYraF0df0np290hIYfEk8Yc=
770770
github.com/onflow/crypto v0.25.3 h1:XQ3HtLsw8h1+pBN+NQ1JYM9mS2mVXTyg55OldaAIF7U=
771771
github.com/onflow/crypto v0.25.3/go.mod h1:+1igaXiK6Tjm9wQOBD1EGwW7bYWMUGKtwKJ/2QL/OWs=
772-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130 h1:I6jwLeij7AxoIDGWxccudy0isDL6EjBYXCLFI6M/o3Y=
773-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250815131243-e0a2950c0130/go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI=
774-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130 h1:fePOK808LbZt1ZoRkcj3NlgQ5BsD5B4+bXP+jkm+lr4=
775-
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250815131243-e0a2950c0130/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
772+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022 h1:RtNoSnri8LwUzlUeffpeBXjazSf7kqhFbHDOAu32bXc=
773+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250825171851-5a0da78d0022/go.mod h1:/Yne6g7V2Fy1sm/vE78us221bYvVvL5cA8cOzN/uTCI=
774+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022 h1:upAfrSTYm/a/Q7UMOE2sqJxsvgOGUkib7In59ogrwDI=
775+
github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250825171851-5a0da78d0022/go.mod h1:yBkysayvSKZ/yFO3fEX4YQ/FEZtV6Tnov8ix0lBeiqM=
776776
github.com/onflow/flow-evm-bridge v0.1.0 h1:7X2osvo4NnQgHj8aERUmbYtv9FateX8liotoLnPL9nM=
777777
github.com/onflow/flow-evm-bridge v0.1.0/go.mod h1:5UYwsnu6WcBNrwitGFxphCl5yq7fbWYGYuiCSTVF6pk=
778778
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24=

0 commit comments

Comments
 (0)