v0.2.12
BREAKING:
Config model has changed:
public_overlay_client.neighbors.send_timeoutis now a string (change it to"500ms");public_overlay_client.neighbors.query_timeoutis now a string (change it to"1s");public_overlay_client.validators.send_timeoutis now a string (change it to"500ms");validator.failed_exchange_intervalis now a string (change it to"10s");
New Features
- feat(network): use
Bbras 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
- fix(ci): run docker tests with
--rmto save space by @0xdeafbeef in #814