Skip to content

Commit 0ec75ce

Browse files
igor-sirotindlipicar
authored andcommitted
chore: use go-waku with upstream go-ethereum (#6978)
* chore: upgrade go-waku and go-discover * chore: make vendor * feat: go-waku v0.10.0
1 parent ee2cb37 commit 0ec75ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+10580
-333
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ require (
9898
github.com/schollz/peerdiscovery v1.7.0
9999
github.com/status-im/extkeys v1.4.0
100100
github.com/status-im/go-wallet-sdk v0.0.0-20250924175027-d5faf23a5ef7
101-
github.com/waku-org/go-waku v0.8.1-0.20250825172353-0c3d6dc0a8cc
101+
github.com/waku-org/go-waku v0.10.0
102102
github.com/waku-org/waku-go-bindings v0.0.0-20250714110306-6feba5b0df4d
103103
github.com/wk8/go-ordered-map/v2 v2.1.7
104104
go.lsp.dev/jsonrpc2 v0.10.0
@@ -300,7 +300,7 @@ require (
300300
github.com/tklauser/numcpus v0.6.1 // indirect
301301
github.com/urfave/cli/v2 v2.27.5 // indirect
302302
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad // indirect
303-
github.com/waku-org/go-discover v0.0.0-20240506173252-4912704efdc5 // indirect
303+
github.com/waku-org/go-discover v0.0.0-20251002230139-b9b5a06121c6 // indirect
304304
github.com/waku-org/go-libp2p-rendezvous v0.0.0-20240110193335-a67d1cc760a0 // indirect
305305
github.com/waku-org/go-zerokit-rln v0.1.14-0.20240102145250-fa738c0bdf59 // indirect
306306
github.com/waku-org/go-zerokit-rln-apple v0.0.0-20230916172309-ee0ee61dde2b // indirect

go.sum

Lines changed: 6 additions & 33 deletions
Large diffs are not rendered by default.

vendor/github.com/ethereum/c-kzg-4844/v2/bindings/go/blst_headers/blst.h

Lines changed: 490 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ethereum/c-kzg-4844/v2/bindings/go/blst_headers/blst_aux.h

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/contrib/lax_der_parsing.c

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ethereum/go-ethereum/crypto/secp256k1/libsecp256k1/contrib/lax_der_parsing.h

Lines changed: 97 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)