• Felix Lange's avatar
    cmd/devp2p: fix Route53 TXT record splitting (#20626) · 976a0f55
    Felix Lange authored
    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.
    976a0f55
Name
Last commit
Last update
..
abidump Loading commit data...
abigen Loading commit data...
bootnode Loading commit data...
checkpoint-admin Loading commit data...
clef Loading commit data...
devp2p Loading commit data...
ethkey Loading commit data...
evm Loading commit data...
faucet Loading commit data...
geth Loading commit data...
p2psim Loading commit data...
puppeth Loading commit data...
rlpdump Loading commit data...
utils Loading commit data...
wnode Loading commit data...