erigon-pulse/cmd/devp2p
Felix Lange 85941edbea 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.
2020-02-27 17:21:19 +03:00
..
crawl.go apply post-rebase fixups 2019-12-03 16:27:57 +01:00
discv4cmd.go cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 2019-12-03 13:08:33 +01:00
dns_cloudflare.go cmd/devp2p: submit Route53 changes in batches (#20524) 2020-01-30 13:36:30 +02:00
dns_route53_test.go cmd/devp2p: fix Route53 TXT record splitting (#20626) 2020-02-27 17:21:19 +03:00
dns_route53.go cmd/devp2p: fix Route53 TXT record splitting (#20626) 2020-02-27 17:21:19 +03:00
dnscmd.go cmd/devp2p: submit Route53 changes in batches (#20524) 2020-01-30 13:36:30 +02:00
enrcmd.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
main.go log, internal/debug: delete RotatingFileHandler (#20586) 2020-02-27 17:20:36 +03:00
nodeset.go cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 2019-12-03 13:08:33 +01:00
nodesetcmd.go apply post-rebase fixups 2019-12-03 16:27:57 +01:00