All notable changes to this project will be documented in this file.
- Remove duplicated telemetry
- Performance improvements
- ADNL channel reset on
- Introduce server ID
- Use
thread_rng().fill
to fill buffer inAdnlClient::send_init_packet
AdnlClient::send_init_packet
is thread safe and can be spawned
- Fix compiler warnings
- Increase package version
- Turn off ADNL channel reset feature to provide seamless update
- Do not use base64, crypto crates directly
- Introduce ADNL connection status
- Push peer to refresh after channel reset
- Add adjusted interface to Wait
- Increase package version
- Get rid of workspace
- Increase package version
- Improved monitoring of ADNL channels
- Bump zstd version up (0.11)