We're prepping for a major new release too — information here: https://yggdrasil-network.github.io/2021/06/19/preparing-for...
> the root is the node with the lowest ed25519 public key, rather than the highest sha512sum hash of the public key
With this scheme, could a bad actor decide to choose a poor key just to be the neighbor of a target in (edit) keyspace? Ordering by the hash of a public key means that the order is protected by the hash function's preimage resistance; does the generation of a ed25519 key have a similar protection?