v0.31.1: Improve registry support for NS records
Major bug fixes since v0.31.1:
ResourceRecord
s (RRs) are now printed more accurately in logs, instead of just "XX byte(s)";- The registry now sends NS records for the zones on which it is a primary;
- The default TTL is now 600, up from 0, which is what nodes use when they register;
- Agora can be started with
-c /dev/null
to get a zeroconf CoinNet full node; - Registry will now longer perform UDP truncation when contacted via TCP;
- Fixed a bug where NS records were not properly deserialized when some labels ere compressed;
Additionally, the Ledger
class has been moved to its own module,
and stripped of many dependencies, to simplify using it in clients.