Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@lklimek lklimek released this 01 Jul 09:50
40266dc

What's Changed

  • build(deps): Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #689
  • build(deps): Bump docker/metadata-action from 3 to 5 by @dependabot in #686
  • build(deps): Bump docker/login-action from 2.0.0 to 3.0.0 by @dependabot in #688
  • build(deps): Bump docker/build-push-action from 4.0.0 to 5.0.0 by @dependabot in #680
  • build(deps): Bump docker/setup-buildx-action from 2.4.1 to 3.0.0 by @dependabot in #687
  • fix: log-file-path setting does not work by @lklimek in #691
  • build(deps): Bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0 by @dependabot in #696
  • build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.27.0 by @dependabot in #695
  • build(deps): Bump actions/setup-go from 3.5.0 to 5.0.0 by @dependabot in #713
  • build(deps): Bump actions/stale from 7 to 9 by @dependabot in #714
  • build(deps): update golang to 1.21 by @lklimek in #716
  • chore: port 0.13.4 to 0.14-dev by @lklimek in #712
  • feat: allow delaying transactions in ResponsePrepareProposal by @lklimek in #717
  • chore(release): update changelog and bump version to 0.14.0-dev.1 by @lklimek in #718
  • build(deps): Bump actions/download-artifact from 3 to 4 by @dependabot in #720
  • build(deps): Bump actions/upload-artifact from 3 to 4 by @dependabot in #719
  • fix: panic in ordered_map Key() by @lklimek in #721
  • build: manual docker image build platform selection by @lklimek in #722
  • build(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.29.0 by @dependabot in #729
  • build(deps): Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by @dependabot in #728
  • chore: fix linter issues by @lklimek in #730
  • feat: new vote extenison type THRESHOLD_RAW by @lklimek in #715
  • chore(release): update changelog and bump version to 0.14.0-dev.2 by @lklimek in #731
  • build: simplify build process by @lklimek in #732
  • build: fix docker platforms for releases by @lklimek in #733
  • fix: race condition when adding new channel to NodeInfo by @lklimek in #735
  • refactor(types): remove QuorumSingsVerifier by @lklimek in #727
  • chore(github): update CODEOWNERS by @lklimek in #736
  • build(deps): Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #738
  • chore(abci)!: remove ExecTxResult.GasWanted by @lklimek in #740
  • build(deps): bump go to 1.22, alpine to 3.19, mockery to 2.41.0 by @lklimek in #741
  • chore: regenerate mocks by @lklimek in #744
  • feat(Docker): env var ABCI changes abci option in config.toml by @lklimek in #742
  • build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in #746
  • fix!: e2e tests are flaky due to slow app state processing by @lklimek in #745
  • fix(libs): go-deadlock slows down clist by @lklimek in #747
  • feat(abciclient): route abci requests depending on request type by @lklimek in #734
  • feat(proxy): add request result to prometheus stats by @lklimek in #743
  • refactor(mempool): relaxed locking of mempool by @lklimek in #737
  • chore: fix linter warnings in v0.14-dev by @lklimek in #748
  • feat(abciclient): support timeouts in abci calls by @lklimek in #749
  • chore(release): update changelog and bump version to 0.14.0-dev.3 by @lklimek in #752
  • 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
  • fix(types): don't log all txs in block by @lklimek in #764
  • build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #765
  • build(deps): Bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #767
  • build(deps): Bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in #766
  • test(consensus): fix flaky TestTooFarInTheFutureProposal by @lklimek in #768
  • refactor(abci)!: move Events from FinalizeBlock to ResponseProcessProposal by @lklimek in #770
  • feat(abci): proposer-based app version by @lklimek in #769
  • chore(release): update changelog and bump version to 0.14.0-dev.5 by @lklimek in #771
  • test(consensus): fix flaky TestEmitNewValidBlockEventOnCommitWithoutBlock by @lklimek in #772
  • test(statesync): fix flaky TestReactor_Backfill by @lklimek in #773
  • fix(state): handle ValidatorSetUpdate with no validator changes by @lklimek in #774
  • build(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in #776
  • build(deps): Bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 by @dependabot in #777
  • feat(abciclient)!: limit concurrent gRPC connections by @lklimek in #775
  • chore(release): update changelog and bump version to 0.14.0-dev.6 by @lklimek in #778
  • build(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.3.0 by @dependabot in #784
  • build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #783
  • build(deps): Bump bufbuild/buf-setup-action from 1.30.1 to 1.31.0 by @dependabot in #780
  • fix(config): ignore abci section on seeds by @lklimek in #785
  • build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #788
  • fix(types): abci valset update abci does not need a public key on replay by @lklimek in #786
  • chore(release): update changelog and bump version to 0.14.0-dev.7 by @lklimek in #789
  • fix(mempool)!: limit mempool gossip rate on a per-peer basis by @lklimek in #787
  • chore(log): add Warn log level and decrease verbosity of some logs by @lklimek in #790
  • chore(types): detect quorum hash mismatch when verifying commit by @lklimek in #791
  • chore(release): update changelog and bump version to 0.14.0-dev.8 by @lklimek in #792
  • build(deps): Bump bufbuild/buf-setup-action from 1.31.0 to 1.32.0 by @dependabot in #793
  • fix(router): router.chDesc concurrent map iteration and write in pqueue by @lklimek in #794
  • build(deps): Bump bufbuild/buf-setup-action from 1.32.0 to 1.32.2 by @dependabot in #796
  • build(deps): Bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #797
  • build(deps): Bump docker/build-push-action from 5.3.0 to 5.4.0 by @dependabot in #799
  • build(deps): Bump docker/build-push-action from 5.4.0 to 6.0.0 by @dependabot in #801
  • build(deps): Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 by @dependabot in #800
  • build(deps): Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #798
  • chore(release): update changelog and bump version to 1.0.0-dev.1 by @lklimek in #802
  • fix(docker): ineffective PROXY_APP and ABCI env in Docker image by @lklimek in #805
  • chore(release): update changelog and bump version to 1.0.0-dev.2 by @lklimek in #806
  • build(deps): Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in #817
  • chore(release): update changelog and bump version to 1.0.0 by @lklimek in #819

Full Changelog: v0.13.4...v1.0.0