This update is backwards compatible. It is optional, but encouraged. The patch includes performance and monitoring improvements.
- Added support to run the C-chain with pruning enabled. Pruning is currently disabled by default.
- Reduced C-chain websocket ping interval to reduce disconnects when behind a load balancer.
- Added timestamp to the
snowman.Block
interface. - Fixed bug in C-chain API max duration enforcement for calls made via websockets.
- Added gzip header support for the http endpoint.
- Added additional version descriptions to the
info.getNodeVersion
endpoint. - Restricted connection attempts to only connect with node versions >= 1.4.5.
- Moved daemon logs under the primary log folder.
- Added support for deterministic sampling.
- Added auto deployment github action for new tags.
- Refactored config management to better support launching nodes programmatically.