Skip to content

v0.10.0-dev.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@lklimek lklimek released this 16 Jan 14:59
· 27 commits to v0.10-dev since this release
aac082f

This release contains breaking changes in protobuf definitions.

Docker images

Breaking changes

It contains the following breaking changes:

  • [breaking] Cleanup protobuf definitions and reorganize fields (#552):
    • protobuf definitions were changed in a non-backward compatible manner, including field order
    • clients need to regenerate their protobuf code
    • ABCI protobuf message ExtendedCommitInfo was removed. Use CommitInfo instead.
  • [breaking] Verify next consensus params between nodes (#550)
    • changed the way header hash is calculated - added new field; affects block ID generation
  • Block version incremented from 11 to 12

What's Changed

  • fix(consensus): ensure process proposal runs on complete proposal by @lklimek in #538
  • test(e2e): fix Index out of bounds on "runner logs" by @lklimek in #537
  • fix(statesync): peer notifications should be async to avoid deadlock in PeerUp by @lklimek in #509
  • build(deps): Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #544
  • build(deps): Bump actions/stale from 6 to 7 by @dependabot in #543
  • build(deps): Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #542
  • build(deps): Bump bufbuild/buf-setup-action from 1.10.0 to 1.11.0 by @dependabot in #541
  • refactor: use logger for log printing by @shotonoff in #545
  • build(github): use ubuntu 20.04 in github workflows by @lklimek in #547
  • fix: improve flaky TestWALRoundsSkipper by @shotonoff in #539
  • refactor: blocksync.bpRequester should stop procedure if block was received by @shotonoff in #546
  • build: enable deadlock detection on -dev docker images by @lklimek in #540
  • fix: flaky TestReactor_Backfill test by @shotonoff in #549
  • feat!: verify next consensus params between nodes by @lklimek in #550
  • refactor(proto)!: cleanup protobuf definitions and reorganize fields by @lklimek in #552
  • feat(abci): add quorum hash to RequestPrepare/ProcessProposal by @lklimek in #553
  • chore(release): update changelog and bump version to 0.10.0-dev.8 by @lklimek in #554

Full Changelog: v0.10.0-dev.7...v0.10.0-dev.8