Skip to content

Release op-node, op-batcher, op-proposer v1.0.9

Compare
Choose a tag to compare
@trianglesphere trianglesphere released this 31 May 19:05
· 10847 commits to develop since this release
df11f76

This is a minor release and upgrading is optional.

User Facing Changes

  • Adds a flag to the batcher --compressor which selects the kind of compressor to use. Currently defaults to a ratio compressor which is the previous compressor. Users can switch to a shadow compressor which continually flushes in a shadow compressor to better estimate the actual compression ratio.

🚢 Docker images are available on GCR

Partial Changelog

  • [op-batcher] Add Compressor abstraction, and new implementation with shadow compression by @mdehoog in #5455
  • op-node: Remove ConnGater and ConnMngr constructors from p2p config by @ajsutton in #5733
  • op-node: Modify p2p unsafe sync rate limits by @trianglesphere in #5684
  • op-node: Add extended peer store to store scores by @ajsutton in #5746

Full Changelog: v1.0.8...v1.0.9