Skip to content

Commit 8828457

Browse files
authored
index syatem transactions and scheduled transactions (#4)
1 parent 6b6a770 commit 8828457

4 files changed

Lines changed: 115 additions & 80 deletions

File tree

example/aether.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
network: "emulator"
22

3-
frontend_command: npm run dev
3+
frontend_command: ""

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ require (
99
github.com/charmbracelet/bubbles v0.21.0
1010
github.com/charmbracelet/bubbletea v1.3.10
1111
github.com/charmbracelet/lipgloss v1.1.0
12-
github.com/cockroachdb/errors v1.11.3
12+
github.com/cockroachdb/errors v1.12.0
1313
github.com/enescakir/emoji v1.0.0
14-
github.com/ethereum/go-ethereum v1.16.4
14+
github.com/ethereum/go-ethereum v1.16.5
1515
github.com/muesli/reflow v0.3.0
16-
github.com/onflow/cadence v1.8.1
17-
github.com/onflow/fcl-dev-wallet v0.8.1-0.20250202234348-69de8fd4c335
18-
github.com/onflow/flow-emulator v1.10.1
16+
github.com/onflow/cadence v1.8.3
17+
github.com/onflow/fcl-dev-wallet v0.9.0
18+
github.com/onflow/flow-emulator v1.12.0
1919
github.com/onflow/flow-evm-gateway v1.3.6
20-
github.com/onflow/flow-go v0.43.3-0.20251021182938-b0fef2c5ca47
21-
github.com/onflow/flow-go-sdk v1.9.0
22-
github.com/onflow/flowkit/v2 v2.7.0
20+
github.com/onflow/flow-go v0.44.0-experimental-cadence-v1.8.3.0.20251104232503-4df61ad15eed
21+
github.com/onflow/flow-go-sdk v1.9.2
22+
github.com/onflow/flowkit/v2 v2.7.2
2323
github.com/rs/zerolog v1.34.0
24-
github.com/shirou/gopsutil/v3 v3.23.12 // Add gopsutil for net connections
24+
github.com/shirou/gopsutil/v3 v3.24.5 // Add gopsutil for net connections
2525
github.com/spf13/afero v1.15.0
2626
github.com/spf13/viper v1.21.0
2727
)
@@ -37,15 +37,15 @@ require (
3737
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3838
cloud.google.com/go/compute/metadata v0.8.0 // indirect
3939
cloud.google.com/go/iam v1.5.2 // indirect
40-
cloud.google.com/go/kms v1.22.0 // indirect
40+
cloud.google.com/go/kms v1.23.1 // indirect
4141
cloud.google.com/go/longrunning v0.6.7 // indirect
4242
github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
4343
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
4444
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
4545
github.com/Microsoft/go-winio v0.6.2 // indirect
4646
github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
4747
github.com/StackExchange/wmi v1.2.1 // indirect
48-
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
48+
github.com/VictoriaMetrics/fastcache v1.13.0 // indirect
4949
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
5050
github.com/atotto/clipboard v0.1.4 // indirect
5151
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -100,7 +100,6 @@ require (
100100
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
101101
github.com/fxamacker/circlehash v0.3.0 // indirect
102102
github.com/getsentry/sentry-go v0.27.0 // indirect
103-
github.com/glebarez/go-sqlite v1.22.0 // indirect
104103
github.com/go-kit/kit v0.12.0 // indirect
105104
github.com/go-kit/log v0.2.1 // indirect
106105
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -115,7 +114,7 @@ require (
115114
github.com/gogo/protobuf v1.3.2 // indirect
116115
github.com/golang/glog v1.2.5 // indirect
117116
github.com/golang/protobuf v1.5.4 // indirect
118-
github.com/golang/snappy v0.0.5-0.20231225225746-43d5d4cd4e0e // indirect
117+
github.com/golang/snappy v1.0.0 // indirect
119118
github.com/google/go-cmp v0.7.0 // indirect
120119
github.com/google/go-dap v0.11.0 // indirect
121120
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
@@ -192,6 +191,7 @@ require (
192191
github.com/multiformats/go-multistream v0.6.0 // indirect
193192
github.com/multiformats/go-varint v0.0.7 // indirect
194193
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
194+
github.com/ncruces/go-strftime v0.1.9 // indirect
195195
github.com/nightlyone/lockfile v1.0.0 // indirect
196196
github.com/olekukonko/tablewriter v0.0.5 // indirect
197197
github.com/onflow/atree v0.11.0 // indirect
@@ -205,7 +205,7 @@ require (
205205
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
206206
github.com/onflow/flow-nft/lib/go/contracts v1.3.0 // indirect
207207
github.com/onflow/flow-nft/lib/go/templates v1.3.0 // indirect
208-
github.com/onflow/flow/protobuf/go/flow v0.4.16 // indirect
208+
github.com/onflow/flow/protobuf/go/flow v0.4.18 // indirect
209209
github.com/onflow/go-ethereum v1.15.10 // indirect
210210
github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
211211
github.com/onflow/sdks v0.6.0-preview.1 // indirect
@@ -263,7 +263,7 @@ require (
263263
github.com/x448/float16 v0.8.4 // indirect
264264
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
265265
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
266-
github.com/yusufpapurcu/wmi v1.2.3 // indirect
266+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
267267
github.com/zeebo/blake3 v0.2.4 // indirect
268268
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
269269
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
@@ -282,7 +282,7 @@ require (
282282
go.yaml.in/yaml/v2 v2.4.2 // indirect
283283
go.yaml.in/yaml/v3 v3.0.4 // indirect
284284
golang.org/x/crypto v0.41.0 // indirect
285-
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
285+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
286286
golang.org/x/mod v0.27.0 // indirect
287287
golang.org/x/net v0.43.0 // indirect
288288
golang.org/x/oauth2 v0.30.0 // indirect
@@ -297,17 +297,17 @@ require (
297297
google.golang.org/api v0.247.0 // indirect
298298
google.golang.org/appengine v1.6.8 // indirect
299299
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
300-
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
301-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
300+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
301+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
302302
google.golang.org/grpc v1.76.0 // indirect
303303
google.golang.org/protobuf v1.36.9 // indirect
304304
gopkg.in/yaml.v2 v2.4.0 // indirect
305305
gopkg.in/yaml.v3 v3.0.1 // indirect
306306
lukechampine.com/blake3 v1.4.1 // indirect
307-
modernc.org/libc v1.37.6 // indirect
308-
modernc.org/mathutil v1.6.0 // indirect
309-
modernc.org/memory v1.7.2 // indirect
310-
modernc.org/sqlite v1.28.0 // indirect
307+
modernc.org/libc v1.66.10 // indirect
308+
modernc.org/mathutil v1.7.1 // indirect
309+
modernc.org/memory v1.11.0 // indirect
310+
modernc.org/sqlite v1.40.0 // indirect
311311
mvdan.cc/gofumpt v0.5.0 // indirect
312312
nhooyr.io/websocket v1.8.7 // indirect
313313
)

0 commit comments

Comments
 (0)