Skip to content

v0.31.1: Improve registry support for NS records

Compare
Choose a tag to compare
@Geod24 Geod24 released this 11 Jan 05:28
· 575 commits to v0.x.x since this release

Major bug fixes since v0.31.1:

  • ResourceRecords (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.