Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
976a0f5558
cmd/devp2p: fix Route53 TXT record splitting ( #20626 )
...
For longer records and subtree entries, the deployer created two
separate TXT records. This doesn't work as intended because the client
will receive the two records in arbitrary order. The fix is to encode
longer values as "string1""string2" instead of "string1", "string2".
This encoding creates a single record on AWS Route53.
5 years ago
..
crawl.go
cmd/devp2p, p2p: dial using node iterator, discovery crawler ( #20132 )
5 years ago
discv4cmd.go
cmd/devp2p, p2p: dial using node iterator, discovery crawler ( #20132 )
5 years ago
dns_cloudflare.go
cmd/devp2p: submit Route53 changes in batches ( #20524 )
5 years ago
dns_route53.go
cmd/devp2p: fix Route53 TXT record splitting ( #20626 )
5 years ago
dns_route53_test.go
cmd/devp2p: fix Route53 TXT record splitting ( #20626 )
5 years ago
dnscmd.go
cmd/devp2p: submit Route53 changes in batches ( #20524 )
5 years ago
enrcmd.go
cmd/devp2p: add devp2p debug tool ( #19657 )
5 years ago
main.go
log, internal/debug: delete RotatingFileHandler ( #20586 )
5 years ago
nodeset.go
cmd/devp2p, p2p: dial using node iterator, discovery crawler ( #20132 )
5 years ago
nodesetcmd.go
cmd/devp2p, core/forkid: make forkid.Filter API uniform
5 years ago