Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stable Cadence feature branch #5429

Merged
merged 130 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
30ae3bd
add self destruct test
Jan 23, 2024
4132476
add self destruct test
Jan 23, 2024
846d486
check nonce
Jan 23, 2024
83b5e3c
update the test according to eip6780
Jan 25, 2024
717ef6c
Merge branch 'master' into gregor/evm/selfdestruct-test
devbugging Jan 25, 2024
2e408ca
Merge remote-tracking branch 'origin/gregor/evm/selfdestruct-test' in…
Jan 29, 2024
89ae02e
Update validation_inspector_test.go
kc1116 Jan 30, 2024
6b45719
Update bitswap
peterargue Feb 1, 2024
3e9473a
upgrade libp2p/go-libp2p-kad-dht to v0.25.2
peterargue Feb 1, 2024
737aad1
Merge branch 'master' into gregor/evm/selfdestruct-test
devbugging Feb 6, 2024
d1547ec
Merge branch 'master' into khalil/1908-fix-gossipsub-integration-test
kc1116 Feb 6, 2024
82359ca
Update validation_inspector_test.go
kc1116 Feb 7, 2024
110d772
add direct call transaction
Feb 9, 2024
b7e4662
modify hash calculation
Feb 9, 2024
78cd5d3
fix comment
Feb 9, 2024
ea8b59f
add tests for hash and tx
Feb 9, 2024
0c44322
Merge branch 'master' into gregor/evm/direct-call
devbugging Feb 9, 2024
b5d4c59
set nonce for direct calls
ramtinms Feb 10, 2024
cc432b9
add docs
ramtinms Feb 12, 2024
1f21cbd
Merge pull request #5373 from onflow/ramtin/set-nonce-for-direct-calls
ramtinms Feb 12, 2024
3ccab4f
update contract
ramtinms Feb 12, 2024
49f01ca
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 13, 2024
b74caa9
Merge branch 'master' into gregor/evm/direct-call
ramtinms Feb 13, 2024
4dbe325
add checkpoint file size metrics
zhangchiqing Feb 14, 2024
e2a0dbb
update mock
zhangchiqing Feb 14, 2024
29acb91
add control over exec outcome
ramtinms Feb 15, 2024
f93dd53
bug fix
ramtinms Feb 15, 2024
5f0d25e
bug fix
ramtinms Feb 15, 2024
b39bd34
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 15, 2024
5da4aa9
minor improvements
ramtinms Feb 15, 2024
681d2b7
Merge branch 'ramtin/5197-part4-improvemetns-to-COA-proof-verificatio…
ramtinms Feb 15, 2024
0465324
handle fatal errors
ramtinms Feb 15, 2024
894fb1f
.
ramtinms Feb 15, 2024
cac590e
clean up
ramtinms Feb 15, 2024
4d95664
clean up
ramtinms Feb 15, 2024
9a4b6ca
add todo
ramtinms Feb 15, 2024
717f7d0
update tests
ramtinms Feb 15, 2024
6794c1d
[Access] Refactor access connection cache
peterargue Feb 1, 2024
0146350
switch to rw lock
peterargue Feb 1, 2024
69b0d0b
Add rapid connection disconnection test
peterargue Feb 1, 2024
eb51f0f
Update existing rapid tests to new version
peterargue Feb 1, 2024
5b1060c
fix rapid test concurrent Draw
peterargue Feb 15, 2024
3f62a06
update result enum type
ramtinms Feb 15, 2024
b62b644
add mustRun
ramtinms Feb 15, 2024
1d3c56f
clean up
ramtinms Feb 15, 2024
1e820a8
clean up
ramtinms Feb 15, 2024
f19b957
clean up
ramtinms Feb 15, 2024
b4c162b
Apply suggestions from code review
zhangchiqing Feb 15, 2024
ee0a058
fix types
zhangchiqing Feb 15, 2024
516f769
fix type
zhangchiqing Feb 15, 2024
5aac71f
init metrics
zhangchiqing Feb 15, 2024
363ea37
add utility for testing
ramtinms Feb 15, 2024
0410a36
Merge branch 'master' into khalil/1908-fix-gossipsub-integration-test
kc1116 Feb 16, 2024
509c776
Merge branch 'master' into gregor/evm/direct-call
devbugging Feb 16, 2024
699ec35
Merge branch 'master' into gregor/evm/selfdestruct-test
devbugging Feb 16, 2024
45b42ef
update test contract with destroy
Feb 16, 2024
c564f7d
remove unneeded contract
Feb 16, 2024
09140a7
update test
Feb 16, 2024
88adf05
update doc
zhangchiqing Feb 16, 2024
631d5b4
Merge branch 'master' into gregor/evm/selfdestruct-test
franklywatson Feb 16, 2024
63215f0
Merge branch 'master' into petera/refactor-access-connection-cache
franklywatson Feb 17, 2024
951658c
Merge branch 'master' into gregor/evm/selfdestruct-test
franklywatson Feb 17, 2024
d235884
Merge branch 'master' into gregor/evm/selfdestruct-test
franklywatson Feb 17, 2024
753a377
Merge branch 'master' into gregor/evm/selfdestruct-test
franklywatson Feb 18, 2024
36e80b5
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
ramtinms Feb 18, 2024
fad07b8
small fixes
ramtinms Feb 19, 2024
b8194f9
updates go mod
thep2p Feb 20, 2024
d4ccbac
tidy
thep2p Feb 20, 2024
7f99493
lint fix
thep2p Feb 20, 2024
4aeb4a5
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 20, 2024
35b625b
panic on backend error
ramtinms Feb 20, 2024
cf4b8fd
Merge branch 'master' into petera/refactor-access-connection-cache
peterargue Feb 20, 2024
cda4b92
Merge remote-tracking branch 'origin/master' into yahya/upgrades-libp…
thep2p Feb 20, 2024
ce4a46f
tidy
thep2p Feb 20, 2024
2ecdea7
tidy
thep2p Feb 20, 2024
1a7122d
improve contract and add comments
turbolent Feb 20, 2024
8802a6a
upgrades insecure libp2p
thep2p Feb 20, 2024
18c07de
tidy
thep2p Feb 20, 2024
031e165
improve variable kind and naming
turbolent Feb 20, 2024
0c29411
Merge branch 'master' into gregor/evm/direct-call
ramtinms Feb 20, 2024
47f0f6e
hot fix
ramtinms Feb 20, 2024
6a37c5d
remvoes bitswap
thep2p Feb 20, 2024
5ccc2ca
replaces go-bitswap
thep2p Feb 20, 2024
98c9518
tidy
thep2p Feb 20, 2024
48df683
update tests
ramtinms Feb 20, 2024
45c8289
Apply suggestions from code review
ramtinms Feb 20, 2024
33fae92
fix test
ramtinms Feb 20, 2024
53ff9d6
overrides libp2p
thep2p Feb 20, 2024
2ff69ae
Merge pull request #5334 from onflow/petera/refactor-access-connectio…
peterargue Feb 20, 2024
a260653
Merge pull request #5395 from onflow/leo/add-checkpoint-size-metrics
zhangchiqing Feb 20, 2024
a28c9b2
skips test
thep2p Feb 20, 2024
f4e2214
Merge branch 'master' into yahya/upgrades-libp2p-v0.32
thep2p Feb 20, 2024
5340029
Merge branch 'master' into gregor/evm/direct-call
ramtinms Feb 20, 2024
abafbf3
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
ramtinms Feb 20, 2024
eba8055
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 20, 2024
53dc73e
Merge pull request #5369 from onflow/gregor/evm/direct-call
ramtinms Feb 20, 2024
146f909
Merge branch 'master' into gregor/evm/selfdestruct-test
ramtinms Feb 20, 2024
8260fa6
update chain IDs
ramtinms Feb 20, 2024
dbad6e7
fix test
ramtinms Feb 20, 2024
163716d
update chain IDs
ramtinms Feb 20, 2024
d0ce88a
Merge branch 'master' into gregor/evm/selfdestruct-test
ramtinms Feb 20, 2024
fe5935a
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 20, 2024
62edc2a
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
ramtinms Feb 20, 2024
c323118
update tests
ramtinms Feb 20, 2024
c760cb7
Update network/p2p/node/resourceManager_test.go
thep2p Feb 21, 2024
1b4a686
Merge branch 'master' into yahya/upgrades-libp2p-v0.32
thep2p Feb 21, 2024
fce3336
Merge pull request #5273 from onflow/gregor/evm/selfdestruct-test
ramtinms Feb 21, 2024
fa7d1ca
Merge branch 'master' into yahya/upgrades-libp2p-v0.32
thep2p Feb 21, 2024
2c04908
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 21, 2024
2cd0f2f
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
ramtinms Feb 21, 2024
785bb74
Merge branch 'master' into ramtin/flow-evm-update-chain-ids
ramtinms Feb 21, 2024
c461c92
Merge branch 'master' into khalil/1908-fix-gossipsub-integration-test
kc1116 Feb 21, 2024
e13a684
Update scoring_test.go
kc1116 Feb 21, 2024
57b5376
Merge pull request #5323 from onflow/khalil/1908-fix-gossipsub-integr…
kc1116 Feb 21, 2024
29d9f60
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
franklywatson Feb 21, 2024
6dd7e81
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 21, 2024
f5341d5
Merge branch 'master' into ramtin/flow-evm-update-chain-ids
ramtinms Feb 21, 2024
66eef9f
Merge pull request #5417 from onflow/yahya/upgrades-libp2p-v0.32
thep2p Feb 21, 2024
8b5e92e
Merge branch 'master' into ramtin/5197-part4-improvemetns-to-COA-proo…
ramtinms Feb 21, 2024
a838f69
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
ramtinms Feb 21, 2024
b687021
Merge branch 'master' into ramtin/flow-evm-update-chain-ids
ramtinms Feb 21, 2024
aa7161b
Merge pull request #5379 from onflow/ramtin/5197-part4-improvemetns-t…
ramtinms Feb 21, 2024
3522174
Merge branch 'master' into ramtin/update-stable-cadence-12
ramtinms Feb 21, 2024
b0185cd
Merge branch 'master' into ramtin/flow-evm-update-chain-ids
ramtinms Feb 21, 2024
f6e3e16
Merge branch 'master' into ramtin/5268-add-control-over-outcome-of-ex…
ramtinms Feb 21, 2024
84e22a4
Merge pull request #5397 from onflow/ramtin/5268-add-control-over-out…
ramtinms Feb 21, 2024
8afb152
Merge branch 'master' into ramtin/flow-evm-update-chain-ids
ramtinms Feb 21, 2024
27793f4
Merge pull request #5421 from onflow/ramtin/flow-evm-update-chain-ids
ramtinms Feb 21, 2024
3d0b84f
Merge branch 'master' into ramtin/update-stable-cadence-12
ramtinms Feb 21, 2024
b57bd2e
Merge branch 'feature/stable-cadence' into ramtin/update-stable-caden…
ramtinms Feb 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/access/node_builder/access_node_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import (
"strings"
"time"

"github.com/ipfs/boxo/bitswap"
badger "github.com/ipfs/go-ds-badger2"
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/routing"
"github.com/onflow/crypto"
"github.com/onflow/flow/protobuf/go/flow/access"
"github.com/onflow/go-bitswap"
"github.com/rs/zerolog"
"github.com/spf13/pflag"
"google.golang.org/grpc"
Expand Down
2 changes: 1 addition & 1 deletion cmd/execution_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
awsconfig "github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/service/s3"
badgerDB "github.com/dgraph-io/badger/v2"
"github.com/ipfs/boxo/bitswap"
"github.com/ipfs/go-cid"
badger "github.com/ipfs/go-ds-badger2"
"github.com/onflow/flow-core-contracts/lib/go/templates"
"github.com/onflow/go-bitswap"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/shirou/gopsutil/v3/cpu"
Expand Down
2 changes: 1 addition & 1 deletion cmd/observer/node_builder/observer_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import (
"strings"
"time"

"github.com/ipfs/boxo/bitswap"
badger "github.com/ipfs/go-ds-badger2"
dht "github.com/libp2p/go-libp2p-kad-dht"
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/routing"
"github.com/onflow/crypto"
"github.com/onflow/go-bitswap"
"github.com/rs/zerolog"
"github.com/spf13/pflag"
"google.golang.org/grpc/credentials"
Expand Down
138 changes: 70 additions & 68 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@ require (
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.6.0
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751
github.com/google/uuid v1.4.0
github.com/gorilla/mux v1.8.0
github.com/google/pprof v0.0.0-20231229205709-960ae82b1e42
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/go-grpc-middleware/providers/zerolog/v2 v2.0.0-rc.2
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/golang-lru v1.0.2
github.com/improbable-eng/grpc-web v0.15.0
github.com/ipfs/go-block-format v0.1.2
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-blockservice v0.4.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-badger2 v0.1.3
github.com/ipfs/go-ipfs-blockstore v1.3.0
github.com/ipfs/go-ipfs-provider v0.7.0
github.com/ipfs/go-ipld-format v0.5.0
github.com/ipfs/go-ipld-format v0.6.0
github.com/ipfs/go-log v1.0.5
github.com/ipfs/go-log/v2 v2.5.1
github.com/libp2p/go-addr-util v0.1.0
github.com/libp2p/go-libp2p v0.28.1
github.com/libp2p/go-libp2p-kad-dht v0.24.2
github.com/libp2p/go-libp2p v0.32.2
github.com/libp2p/go-libp2p-kad-dht v0.25.2
github.com/libp2p/go-libp2p-kbucket v0.6.3
github.com/libp2p/go-libp2p-pubsub v0.9.3
github.com/libp2p/go-libp2p-pubsub v0.10.0
github.com/montanaflynn/stats v0.6.6
github.com/multiformats/go-multiaddr v0.9.0
github.com/multiformats/go-multiaddr v0.12.2
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/multiformats/go-multihash v0.2.3
github.com/onflow/atree v0.6.0
Expand All @@ -58,12 +58,11 @@ require (
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.1
github.com/onflow/flow-go-sdk v0.44.0
github.com/onflow/flow/protobuf/go/flow v0.3.7
github.com/onflow/go-bitswap v0.0.0-20230703214630-6d3db958c73d
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/pierrec/lz4 v2.6.1+incompatible
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.7.0
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_golang v1.18.0
github.com/rs/cors v1.8.0
github.com/rs/zerolog v1.29.0
github.com/schollz/progressbar/v3 v3.13.1
Expand All @@ -75,24 +74,24 @@ require (
github.com/stretchr/testify v1.8.4
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/vmihailenco/msgpack/v4 v4.3.11
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
go.opentelemetry.io/otel/sdk v1.16.0
go.opentelemetry.io/otel/trace v1.16.0
go.opentelemetry.io/otel v1.22.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0
go.opentelemetry.io/otel/sdk v1.21.0
go.opentelemetry.io/otel/trace v1.22.0
go.uber.org/atomic v1.11.0
go.uber.org/multierr v1.11.0
golang.org/x/crypto v0.17.0
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
golang.org/x/sync v0.5.0
golang.org/x/sys v0.15.0
golang.org/x/crypto v0.18.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
golang.org/x/sync v0.6.0
golang.org/x/sys v0.16.0
golang.org/x/text v0.14.0
golang.org/x/time v0.3.0
golang.org/x/tools v0.16.0
golang.org/x/tools v0.17.0
google.golang.org/api v0.151.0
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b
google.golang.org/grpc v1.59.0
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917
google.golang.org/grpc v1.60.1
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.31.0
google.golang.org/protobuf v1.32.0
gotest.tools v2.2.0+incompatible
pgregory.net/rapid v1.1.0
)
Expand All @@ -104,22 +103,23 @@ require (
github.com/go-playground/validator/v10 v10.14.1
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/golang-lru/v2 v2.0.2
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/ipfs/boxo v0.17.0
github.com/mitchellh/mapstructure v1.5.0
github.com/onflow/flow-ft/lib/go/contracts v0.7.1-0.20230711213910-baad011d2b13
github.com/onflow/flow-nft/lib/go/contracts v1.1.0
github.com/onflow/wal v0.0.0-20240208022732-d756cd497d3b
github.com/slok/go-http-metrics v0.10.0
github.com/sony/gobreaker v0.5.0
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b
google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1
google.golang.org/genproto/googleapis/bytestream v0.0.0-20231030173426-d783a09b4405
gopkg.in/yaml.v2 v2.4.0
)

require (
cloud.google.com/go v0.110.8 // indirect
cloud.google.com/go/compute v1.23.1 // indirect
cloud.google.com/go/iam v1.1.3 // indirect
cloud.google.com/go v0.111.0 // indirect
cloud.google.com/go/compute v1.23.3 // indirect
cloud.google.com/go/iam v1.1.5 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
Expand Down Expand Up @@ -165,17 +165,17 @@ require (
github.com/elastic/gosigar v0.14.2 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/flynn/noise v1.0.0 // indirect
github.com/flynn/noise v1.0.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fxamacker/circlehash v0.3.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gammazero/deque v0.1.0 // indirect
github.com/getsentry/sentry-go v0.18.0 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-playground/locales v0.14.1 // indirect
Expand All @@ -197,51 +197,51 @@ require (
github.com/huin/goupnp v1.3.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
github.com/ipfs/boxo v0.10.0 // indirect
github.com/ipfs/go-bitswap v0.9.0 // indirect
github.com/ipfs/go-cidutil v0.1.0 // indirect
github.com/ipfs/go-fetcher v1.5.0 // indirect
github.com/ipfs/go-ipfs-delay v0.0.1 // indirect
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
github.com/ipfs/go-verifcid v0.0.1 // indirect
github.com/ipld/go-ipld-prime v0.20.0 // indirect
github.com/ipld/go-ipld-prime v0.21.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/k0kubun/pp/v3 v3.2.0 // indirect
github.com/kevinburke/go-bindata v3.23.0+incompatible // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-cidranger v1.1.0 // indirect
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
github.com/libp2p/go-libp2p-core v0.20.1 // indirect
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
github.com/libp2p/go-libp2p-routing-helpers v0.7.3 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
github.com/libp2p/go-nat v0.2.0 // indirect
github.com/libp2p/go-netroute v0.2.1 // indirect
github.com/libp2p/go-reuseport v0.3.0 // indirect
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
github.com/libp2p/go-reuseport v0.4.0 // indirect
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/miekg/dns v1.1.57 // indirect
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
Expand All @@ -253,30 +253,29 @@ require (
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multicodec v0.9.0 // indirect
github.com/multiformats/go-multistream v0.4.1 // indirect
github.com/multiformats/go-multistream v0.5.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/onflow/sdks v0.5.0 // indirect
github.com/onsi/ginkgo/v2 v2.9.7 // indirect
github.com/opencontainers/runtime-spec v1.0.2 // indirect
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
github.com/opencontainers/runtime-spec v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/psiemens/sconfig v0.1.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
github.com/quic-go/quic-go v0.33.0 // indirect
github.com/quic-go/webtransport-go v0.5.3 // indirect
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
github.com/quic-go/quic-go v0.40.1 // indirect
github.com/quic-go/webtransport-go v0.6.0 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
Expand All @@ -296,24 +295,27 @@ require (
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/zeebo/blake3 v0.2.3 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect
go.opentelemetry.io/otel/metric v1.16.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/fx v1.19.2 // indirect
go.uber.org/zap v1.24.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.22.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.uber.org/dig v1.17.1 // indirect
go.uber.org/fx v1.20.1 // indirect
go.uber.org/mock v0.4.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gonum.org/v1/gonum v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/term v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gonum.org/v1/gonum v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)

// Using custom fork until https://github.com/onflow/flow-go/issues/5338 is resolved
replace github.com/ipfs/boxo => github.com/onflow/boxo v0.0.0-20240201202436-f2477b92f483
Loading
Loading