File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/davecgh/go-spew v1.1.1 // indirect
7
7
github.com/kr/pretty v0.1.0 // indirect
8
- github.com/onflow/flow-ft/lib/go/contracts v0.4 .0
8
+ github.com/onflow/flow-ft/lib/go/contracts v0.5 .0
9
9
github.com/stretchr/testify v1.6.1
10
10
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
11
11
)
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN
6
6
github.com/kr/pty v1.1.1 /go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ =
7
7
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE =
8
8
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
9
- github.com/onflow/flow-ft/lib/go/contracts v0.4 .0 h1:M1I4z027GHOLcjkj9lL2UUUpZpEAF90hY5gRqvFGAPg =
10
- github.com/onflow/flow-ft/lib/go/contracts v0.4 .0 /go.mod h1:1zoTjp1KzNnOPkyqKmWKerUyf0gciw+e6tAEt0Ks3JE =
9
+ github.com/onflow/flow-ft/lib/go/contracts v0.5 .0 h1:Cg4gHGVblxcejfNNG5Mfj98Wf4zbY76O0Y28QB0766A =
10
+ github.com/onflow/flow-ft/lib/go/contracts v0.5 .0 /go.mod h1:1zoTjp1KzNnOPkyqKmWKerUyf0gciw+e6tAEt0Ks3JE =
11
11
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
12
12
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
13
13
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ func TestManyNodesIDTable(t *testing.T) {
259
259
260
260
tx = flow .NewTransaction ().
261
261
SetScript (templates .GenerateMoveTokensScript (env )).
262
- SetGasLimit (40000 ).
262
+ SetGasLimit (60000 ).
263
263
SetProposalKey (b .ServiceKey ().Address , b .ServiceKey ().Index , b .ServiceKey ().SequenceNumber ).
264
264
SetPayer (b .ServiceKey ().Address ).
265
265
AddAuthorizer (idTableAddress )
@@ -344,7 +344,7 @@ func TestManyNodesIDTable(t *testing.T) {
344
344
345
345
tx = flow .NewTransaction ().
346
346
SetScript (templates .GenerateMoveTokensScript (env )).
347
- SetGasLimit (250000 ).
347
+ SetGasLimit (280000 ).
348
348
SetProposalKey (b .ServiceKey ().Address , b .ServiceKey ().Index , b .ServiceKey ().SequenceNumber ).
349
349
SetPayer (b .ServiceKey ().Address ).
350
350
AddAuthorizer (idTableAddress )
Original file line number Diff line number Diff line change @@ -697,8 +697,8 @@ github.com/onflow/cadence v0.14.4 h1:l5HQTGEcbPXZQEjIB0kFxVI8OmBgNHujLKAMSs/JvEQ
697
697
github.com/onflow/cadence v0.14.4 /go.mod h1:Jzno1fQNpJB16RUiodjAN4QuwuMC0dt8cLtjcxp+iI4 =
698
698
github.com/onflow/flow-emulator v0.17.1 h1:uVlVZYXFQufiJMtb8wC//27CkX1SF1ezefG84nKOdvo =
699
699
github.com/onflow/flow-emulator v0.17.1 /go.mod h1:7SyL6T0F26HLHPM0lSmRmaA54iM3T87m7nWXccza1Ao =
700
- github.com/onflow/flow-ft/lib/go/contracts v0.4 .0 h1:M1I4z027GHOLcjkj9lL2UUUpZpEAF90hY5gRqvFGAPg =
701
- github.com/onflow/flow-ft/lib/go/contracts v0.4 .0 /go.mod h1:1zoTjp1KzNnOPkyqKmWKerUyf0gciw+e6tAEt0Ks3JE =
700
+ github.com/onflow/flow-ft/lib/go/contracts v0.5 .0 h1:Cg4gHGVblxcejfNNG5Mfj98Wf4zbY76O0Y28QB0766A =
701
+ github.com/onflow/flow-ft/lib/go/contracts v0.5 .0 /go.mod h1:1zoTjp1KzNnOPkyqKmWKerUyf0gciw+e6tAEt0Ks3JE =
702
702
github.com/onflow/flow-ft/lib/go/templates v0.2.0 h1:oQQk5UthLS9KfKLkZVJg/XAVq8CXW7HAxSTu4HwBJkU =
703
703
github.com/onflow/flow-ft/lib/go/templates v0.2.0 /go.mod h1:qwkTElMcI+PnSBGIWGu1K9OYBLatNimWTC8un9qUji0 =
704
704
github.com/onflow/flow-go v0.15.4 h1:z6NPVVZh/1y1o+HlHIg+svVQiNwoKubSgKhWOiQRmjQ =
You can’t perform that action at this time.
0 commit comments