Skip to content

v1.8.0

Compare
Choose a tag to compare
@adonagy adonagy released this 20 Sep 19:21
· 1211 commits to master since this release
557fb25

[1.8.0] - 2021-09-20

Added

  • Added new, faster implementation of binary encoding of p2p messages
  • Added encoding benchmarks
  • Added new context storage optimization that takes advantage of repeated directory structures
  • Added build file cache to CI
  • Added new, faster implementation for endorsing and baking rights RPCs that use cached snapshots data
  • Added handlers for protocol 009 and 010 baking and endorsing rights RPC.

Changed

  • Changed historic protocols to use new storages for baking/endorsing rights calculation.
  • Internal cleanup of the context storage implementation + documentation
  • Replaced use of the failure crate with thiserror + anyhow crates