Skip to content

v0.14.0-dev.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@lklimek lklimek released this 13 Mar 14:08
· 35 commits to v0.14-dev since this release
da52026

ABCISemVer = "0.26.1"

What's Changed

  • build(deps): Bump docker/build-push-action from 5.0.0 to 5.2.0 by @dependabot in #756
  • build(deps): Bump bufbuild/buf-setup-action from 1.29.0 to 1.30.0 by @dependabot in #757
  • feat(config): allow configuration of check TX timeout for rpc and p2p tx broadcast by @lklimek in #750
  • refactor(config)!: remove deprecated timeouts from config by @lklimek in #755
  • refactor(consensus): remove not needed commit timeout and unused LastPrecommits by @lklimek in #751
  • feat(p2p): channel enqueue timeout and improved router cleanup by @lklimek in #754
  • feat(p2p): channels with limit of send and recv rate by @lklimek in #753
  • test(abciclient): add parallel grpc execution test by @lklimek in #758
  • refactor(p2p): tune channel priorities and move channel definitions to p2p/channel_params.go by @lklimek in #759
  • fix(mempool): cancel previous mempool run when starting new one by @lklimek in #760
  • fix(consensus): valid/locked block incorrectly marked as not timely by @lklimek in #762
  • refactor(mempool): use tmsync.Waker when txs are available by @lklimek in #761
  • chore: minor improvements: logging, comments, locks by @lklimek in #726
  • chore(release): update changelog and bump version to 0.14.0-dev.4 by @lklimek in #763

Full Changelog: v0.14.0-dev.3...v0.14.0-dev.4