Skip to content

v0.2.12

Choose a tag to compare

@Rexagon Rexagon released this 15 Jul 12:44
· 520 commits to master since this release
c8805e8

BREAKING:

Config model has changed:

  • public_overlay_client.neighbors.send_timeout is now a string (change it to "500ms");
  • public_overlay_client.neighbors.query_timeout is now a string (change it to "1s");
  • public_overlay_client.validators.send_timeout is now a string (change it to "500ms");
  • validator.failed_exchange_interval is now a string (change it to "10s");

New Features

  • feat(network): use Bbr as the default congestion control algorithm by @Rexagon in #819
  • feat(cli): generate partial node config by default by @Rexagon in #816
  • feat(rpc): add http2 support by @0xdeafbeef in #820
  • feat(ci): persistent network test by @drmick in #805

Fixes

Internal Improvements