Skip to content

Commit 00c9cca

Browse files
authored
feat: Handshake SPV support (#335)
This adds support for verifying name proofs provided by the Handshake node Fixes #257 Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 0bf2427 commit 00c9cca

File tree

3 files changed

+799
-1
lines changed

3 files changed

+799
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
github.com/miekg/dns v1.1.65
1414
github.com/prometheus/client_golang v1.22.0
1515
go.uber.org/automaxprocs v1.6.0
16+
golang.org/x/crypto v0.36.0
1617
gopkg.in/yaml.v2 v2.4.0
1718
)
1819

@@ -50,7 +51,6 @@ require (
5051
go.opentelemetry.io/otel v1.35.0 // indirect
5152
go.opentelemetry.io/otel/metric v1.35.0 // indirect
5253
go.opentelemetry.io/otel/trace v1.35.0 // indirect
53-
golang.org/x/crypto v0.36.0 // indirect
5454
golang.org/x/mod v0.23.0 // indirect
5555
golang.org/x/net v0.38.0 // indirect
5656
golang.org/x/sync v0.12.0 // indirect

0 commit comments

Comments
 (0)