Skip to content

Commit 2c4ce67

Browse files
committed
updated to new flowkit
1 parent f4bbe61 commit 2c4ce67

File tree

4 files changed

+258
-215
lines changed

4 files changed

+258
-215
lines changed

doc_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func ExampleOverflowState_Tx() {
3333
//🧑 Created account: emulator-first with address: 179b6b1cb6755e31 with flow: 10.00
3434
//🧑 Created account: emulator-second with address: f3fcd2c1a78f5eee with flow: 10.00
3535
//📜 deploy contracts Debug
36-
//👌 Tx:arguments fee:0.00001000 gas:5
36+
//👌 Tx:arguments fee:0.00001000 gas:8
3737
//
3838
}
3939

@@ -55,7 +55,7 @@ func ExampleOverflowState_Tx_inline() {
5555
//🧑 Created account: emulator-first with address: 179b6b1cb6755e31 with flow: 10.00
5656
//🧑 Created account: emulator-second with address: f3fcd2c1a78f5eee with flow: 10.00
5757
//📜 deploy contracts Debug
58-
//👌 Tx: fee:0.00001000 gas:8
58+
//👌 Tx: fee:0.00001000 gas:14
5959
//=== Events ===
6060
//A.f8d6e0586b0a20c7.Debug.Log
6161
// msg -> overflow ftw!
@@ -81,7 +81,7 @@ func ExampleOverflowState_Tx_multisign() {
8181
//🧑 Created account: emulator-first with address: 179b6b1cb6755e31 with flow: 10.00
8282
//🧑 Created account: emulator-second with address: f3fcd2c1a78f5eee with flow: 10.00
8383
//📜 deploy contracts Debug
84-
//👌 Tx: fee:0.00001000 gas:8
84+
//👌 Tx: fee:0.00001000 gas:14
8585
//=== Events ===
8686
//A.f8d6e0586b0a20c7.Debug.Log
8787
// msg -> acct:0xf3fcd2c1a78f5eee

go.mod

Lines changed: 54 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ require (
1212
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
1313
github.com/hashicorp/go-multierror v1.1.1
1414
github.com/hexops/autogold v1.3.1
15-
github.com/onflow/cadence v1.3.1
15+
github.com/onflow/cadence v1.3.4
1616
github.com/onflow/flixkit-go/v2 v2.1.0
17-
github.com/onflow/flow-emulator v1.2.0
18-
github.com/onflow/flow-go v0.38.0-util.0.20250130182921-c8d283b60d12
19-
github.com/onflow/flow-go-sdk v1.3.1
20-
github.com/onflow/flowkit/v2 v2.2.0
17+
github.com/onflow/flow-emulator v1.4.1
18+
github.com/onflow/flow-go v0.40.1
19+
github.com/onflow/flow-go-sdk v1.3.3
20+
github.com/onflow/flowkit/v2 v2.3.3
2121
github.com/pkg/errors v0.9.1
22-
github.com/rs/zerolog v1.33.0
22+
github.com/rs/zerolog v1.34.0
2323
github.com/sanity-io/litter v1.5.5
2424
github.com/spf13/afero v1.11.0
2525
github.com/stretchr/testify v1.10.0
2626
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
27-
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
27+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
2828
google.golang.org/grpc v1.67.1
2929
)
3030

@@ -43,7 +43,7 @@ require (
4343
github.com/bits-and-blooms/bitset v1.10.0 // indirect
4444
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
4545
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.3 // indirect
46-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
46+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4747
github.com/cespare/xxhash v1.1.0 // indirect
4848
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4949
github.com/cockroachdb/errors v1.11.3 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6161
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
6262
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
63-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
63+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
6464
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
6565
github.com/dgraph-io/ristretto v0.1.0 // indirect
6666
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
@@ -74,15 +74,15 @@ require (
7474
github.com/fatih/structtag v1.2.0 // indirect
7575
github.com/felixge/httpsnoop v1.0.4 // indirect
7676
github.com/fsnotify/fsnotify v1.6.0 // indirect
77-
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
77+
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
7878
github.com/fxamacker/circlehash v0.3.0 // indirect
7979
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
8080
github.com/getsentry/sentry-go v0.27.0 // indirect
8181
github.com/glebarez/go-sqlite v1.22.0 // indirect
8282
github.com/go-kit/kit v0.12.0 // indirect
8383
github.com/go-kit/log v0.2.1 // indirect
84-
github.com/go-logfmt/logfmt v0.5.1 // indirect
85-
github.com/go-logr/logr v1.4.1 // indirect
84+
github.com/go-logfmt/logfmt v0.6.0 // indirect
85+
github.com/go-logr/logr v1.4.2 // indirect
8686
github.com/go-logr/stdr v1.2.2 // indirect
8787
github.com/go-ole/go-ole v1.3.0 // indirect
8888
github.com/go-redis/redis/v8 v8.11.5 // indirect
@@ -97,17 +97,17 @@ require (
9797
github.com/google/uuid v1.6.0 // indirect
9898
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
9999
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
100-
github.com/gorilla/websocket v1.5.0 // indirect
100+
github.com/gorilla/websocket v1.5.3 // indirect
101101
github.com/gosuri/uilive v0.0.4 // indirect
102-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
102+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
103103
github.com/hashicorp/errwrap v1.1.0 // indirect
104104
github.com/hashicorp/golang-lru v1.0.2 // indirect
105105
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
106106
github.com/hashicorp/hcl v1.0.0 // indirect
107107
github.com/hexops/gotextdiff v1.0.3 // indirect
108108
github.com/hexops/valast v1.4.4 // indirect
109109
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
110-
github.com/holiman/uint256 v1.3.0 // indirect
110+
github.com/holiman/uint256 v1.3.1 // indirect
111111
github.com/huandu/go-clone v1.6.0 // indirect
112112
github.com/huandu/go-clone/generic v1.7.2 // indirect
113113
github.com/huin/goupnp v1.3.0 // indirect
@@ -128,13 +128,13 @@ require (
128128
github.com/jbenet/goprocess v0.1.4 // indirect
129129
github.com/k0kubun/pp v3.0.1+incompatible // indirect
130130
github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
131-
github.com/klauspost/compress v1.17.9 // indirect
132-
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
131+
github.com/klauspost/compress v1.17.11 // indirect
132+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
133133
github.com/kr/pretty v0.3.1 // indirect
134134
github.com/kr/text v0.2.0 // indirect
135135
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
136-
github.com/libp2p/go-libp2p v0.32.2 // indirect
137-
github.com/libp2p/go-libp2p-pubsub v0.10.0 // indirect
136+
github.com/libp2p/go-libp2p v0.38.2 // indirect
137+
github.com/libp2p/go-libp2p-pubsub v0.13.0 // indirect
138138
github.com/libp2p/go-msgio v0.3.0 // indirect
139139
github.com/lmars/go-slip10 v0.0.0-20190606092855-400ba44fee12 // indirect
140140
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
@@ -149,45 +149,46 @@ require (
149149
github.com/mr-tron/base58 v1.2.0 // indirect
150150
github.com/multiformats/go-base32 v0.1.0 // indirect
151151
github.com/multiformats/go-base36 v0.2.0 // indirect
152-
github.com/multiformats/go-multiaddr v0.12.2 // indirect
152+
github.com/multiformats/go-multiaddr v0.14.0 // indirect
153+
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
153154
github.com/multiformats/go-multibase v0.2.0 // indirect
154155
github.com/multiformats/go-multicodec v0.9.0 // indirect
155156
github.com/multiformats/go-multihash v0.2.3 // indirect
156-
github.com/multiformats/go-multistream v0.5.0 // indirect
157+
github.com/multiformats/go-multistream v0.6.0 // indirect
157158
github.com/multiformats/go-varint v0.0.7 // indirect
158159
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
159160
github.com/nightlyone/lockfile v1.0.0 // indirect
160161
github.com/olekukonko/tablewriter v0.0.5 // indirect
161-
github.com/onflow/atree v0.9.0 // indirect
162+
github.com/onflow/atree v0.10.0 // indirect
162163
github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect
163164
github.com/onflow/crypto v0.25.2 // indirect
164-
github.com/onflow/flow-core-contracts/lib/go/contracts v1.4.0 // indirect
165-
github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0 // indirect
165+
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.0 // indirect
166+
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.0 // indirect
166167
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
167168
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
168-
github.com/onflow/flow-nft/lib/go/contracts v1.2.2 // indirect
169+
github.com/onflow/flow-nft/lib/go/contracts v1.2.3 // indirect
169170
github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
170-
github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect
171+
github.com/onflow/flow/protobuf/go/flow v0.4.10 // indirect
171172
github.com/onflow/go-ethereum v1.14.7 // indirect
172173
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
173174
github.com/onflow/sdks v0.6.0-preview.1 // indirect
174175
github.com/onflow/wal v1.0.2 // indirect
175176
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
176-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
177+
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
177178
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
178179
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
179180
github.com/prometheus/client_golang v1.20.5 // indirect
180181
github.com/prometheus/client_model v0.6.1 // indirect
181-
github.com/prometheus/common v0.55.0 // indirect
182+
github.com/prometheus/common v0.61.0 // indirect
182183
github.com/prometheus/procfs v0.15.1 // indirect
183184
github.com/psiemens/graceland v1.0.0 // indirect
184185
github.com/psiemens/sconfig v0.1.0 // indirect
185186
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
186187
github.com/rivo/uniseg v0.4.4 // indirect
187-
github.com/rogpeppe/go-internal v1.11.0 // indirect
188+
github.com/rogpeppe/go-internal v1.13.1 // indirect
188189
github.com/sethvargo/go-retry v0.2.3 // indirect
189190
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
190-
github.com/slok/go-http-metrics v0.10.0 // indirect
191+
github.com/slok/go-http-metrics v0.12.0 // indirect
191192
github.com/spaolacci/murmur3 v1.1.0 // indirect
192193
github.com/spf13/cast v1.5.0 // indirect
193194
github.com/spf13/cobra v1.8.0 // indirect
@@ -212,37 +213,37 @@ require (
212213
github.com/zeebo/blake3 v0.2.4 // indirect
213214
go.opencensus.io v0.24.0 // indirect
214215
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
215-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
216-
go.opentelemetry.io/otel v1.24.0 // indirect
217-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
218-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
219-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
220-
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
221-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
222-
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
216+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
217+
go.opentelemetry.io/otel v1.31.0 // indirect
218+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
219+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 // indirect
220+
go.opentelemetry.io/otel/metric v1.31.0 // indirect
221+
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
222+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
223+
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
223224
go.uber.org/atomic v1.11.0 // indirect
224225
go.uber.org/multierr v1.11.0 // indirect
225-
go.uber.org/zap v1.26.0 // indirect
226-
golang.org/x/crypto v0.28.0 // indirect
227-
golang.org/x/mod v0.17.0 // indirect
228-
golang.org/x/net v0.28.0 // indirect
229-
golang.org/x/oauth2 v0.22.0 // indirect
230-
golang.org/x/sync v0.8.0 // indirect
231-
golang.org/x/sys v0.26.0 // indirect
232-
golang.org/x/text v0.19.0 // indirect
226+
go.uber.org/zap v1.27.0 // indirect
227+
golang.org/x/crypto v0.31.0 // indirect
228+
golang.org/x/mod v0.22.0 // indirect
229+
golang.org/x/net v0.33.0 // indirect
230+
golang.org/x/oauth2 v0.24.0 // indirect
231+
golang.org/x/sync v0.10.0 // indirect
232+
golang.org/x/sys v0.28.0 // indirect
233+
golang.org/x/text v0.21.0 // indirect
233234
golang.org/x/time v0.5.0 // indirect
234-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
235-
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
236-
gonum.org/v1/gonum v0.14.0 // indirect
235+
golang.org/x/tools v0.28.0 // indirect
236+
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
237+
gonum.org/v1/gonum v0.15.0 // indirect
237238
google.golang.org/api v0.169.0 // indirect
238239
google.golang.org/appengine v1.6.8 // indirect
239240
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
240-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
241-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
242-
google.golang.org/protobuf v1.34.2 // indirect
241+
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
242+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
243+
google.golang.org/protobuf v1.36.0 // indirect
243244
gopkg.in/ini.v1 v1.67.0 // indirect
244245
gopkg.in/yaml.v3 v3.0.1 // indirect
245-
lukechampine.com/blake3 v1.3.0 // indirect
246+
lukechampine.com/blake3 v1.4.0 // indirect
246247
modernc.org/libc v1.37.6 // indirect
247248
modernc.org/mathutil v1.6.0 // indirect
248249
modernc.org/memory v1.7.2 // indirect

0 commit comments

Comments
 (0)