Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump to v0.34.29 of comet #1087

Merged
merged 41 commits into from
Sep 21, 2023
Merged

chore: bump to v0.34.29 of comet #1087

merged 41 commits into from
Sep 21, 2023

Commits on May 1, 2023

  1. Fix TestStateOversizedBlock (backport #755) (#766)

    * Fix `TestStateOversizedBlock` (#755)
    
    * Fix TestStateOversizedBlock
    
    * Moved `findBlockSizeLimit` together with other aux functions
    
    (cherry picked from commit c58597d)
    
    # Conflicts:
    #	consensus/state_test.go
    
    * Revert "Fix `TestStateOversizedBlock` (#755)"
    
    This reverts commit e7d2a127a26d4d833bae3aef0917bb6bca2cda5b.
    
    * Fix `TestStateOversizedBlock` (#755)
    
    * Fix TestStateOversizedBlock
    
    * Moved `findBlockSizeLimit` together with other aux functions
    
    ---------
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    mergify[bot] and sergio-mena authored May 1, 2023
    Configuration menu
    Copy the full SHA
    9c1e23c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Struct Client exposes sensitive data (#784) (#788)

    (cherry picked from commit ecd5ee1)
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    mergify[bot] and sergio-mena authored May 4, 2023
    Configuration menu
    Copy the full SHA
    49cf700 View commit details
    Browse the repository at this point in the history
  2. Unsafe int cast in kill command (backport #783) (#794)

    * Unsafe int cast in `kill` command (#783)
    
    * Unsafe int cast in `kill` command
    
    * Revert "Unsafe int cast in `kill` command"
    
    This reverts commit bbd649bd372ca90f83dea7b424d67dafbd9eb541.
    
    * Changed strategy
    
    (cherry picked from commit 03c5e77)
    
    # Conflicts:
    #	cmd/cometbft/commands/debug/kill.go
    
    * Revert "Unsafe int cast in `kill` command (#783)"
    
    This reverts commit b7ab279a6df1f062bec60bcf95947d2a87f4ccec.
    
    * Unsafe int cast in `kill` command (#783)
    
    * Unsafe int cast in `kill` command
    
    * Revert "Unsafe int cast in `kill` command"
    
    This reverts commit bbd649bd372ca90f83dea7b424d67dafbd9eb541.
    
    * Changed strategy
    
    ---------
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    mergify[bot] and sergio-mena authored May 4, 2023
    Configuration menu
    Copy the full SHA
    c5455d2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#805)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.17.0 to 1.18.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.17.0...v1.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    82c6c08 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Backport of PR #771 to 0.34 : big int parsing (#798)

    Replaced int64 with big.int
    
    Co-authored-by: Lasaro <lasaro@informal.systems>
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    4 people authored May 11, 2023
    Configuration menu
    Copy the full SHA
    30af8c2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    557ddea View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. build(deps): Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 (#…

    …870)
    
    Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.23.0 to 1.24.0.
    - [Release notes](https://github.com/slackapi/slack-github-action/releases)
    - [Commits](slackapi/slack-github-action@v1.23.0...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: slackapi/slack-github-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2023
    Configuration menu
    Copy the full SHA
    7c58f28 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 (#871)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.18.0 to 1.19.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.18.0...v1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2023
    Configuration menu
    Copy the full SHA
    8220d97 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (#909)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.19.0 to 1.20.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.19.0...v1.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1a37e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. v0.34.x: Prevent a transaction to appear twice in the mempool (backport

    #890) (#927)
    
    * add a test to trigger the issue
    * add a fix (in particular, we track the sender when receiving a tx twice)
    * add a changelog
    * update fix and test wrt. v0.34.x
    
    ---------
    Co-authored-by: Daniel <daniel.cason@informal.systems>
    Co-authored-by: Pierre Sutra <0track@gmail.com>
    mergify[bot] authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ea902b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. fix: avoid recursive call after rename to (*PeerState).MarshalJSON (b…

    …ackport #865) (#970)
    
    * fix: avoid recursive call after rename to (*PeerState).MarshalJSON (#865)
    
    * avoid recursive call after rename to (*PeerState).MarshalJSON
    
    * add test
    
    * add change doc
    
    * explain for nolint
    
    * fix lint
    
    * fix golangci-lint to v1.52.2
    
    * fix golangci-lint to v1.52.2
    
    * Revert "fix golangci-lint to v1.52.2"
    
    This reverts commit 598a9ef4c86fc29cf038251676c33a222217826c.
    
    * Revert "fix golangci-lint to v1.52.2"
    
    This reverts commit a8aad121e27382813e95b1911b1b560c62e1c7c3.
    
    * Reintroduced `cmtjson`
    
    * Avoid copying Mutex
    
    * Avoid copying Mutex -- 2nd try, more succint
    
    * Update .changelog/unreleased/bug-fixes/865-fix-peerstate-marshaljson.md
    
    * Update consensus/reactor_test.go
    
    ---------
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    (cherry picked from commit f6ea091)
    
    # Conflicts:
    #	consensus/reactor_test.go
    
    * Revert "fix: avoid recursive call after rename to (*PeerState).MarshalJSON (#865)"
    
    * fix: avoid recursive call after rename to (*PeerState).MarshalJSON (#865)
    
    * avoid recursive call after rename to (*PeerState).MarshalJSON
    
    * add test
    
    * add change doc
    
    * explain for nolint
    
    * fix lint
    
    * fix golangci-lint to v1.52.2
    
    * fix golangci-lint to v1.52.2
    
    * Revert "fix golangci-lint to v1.52.2"
    
    This reverts commit 598a9ef4c86fc29cf038251676c33a222217826c.
    
    * Revert "fix golangci-lint to v1.52.2"
    
    This reverts commit a8aad121e27382813e95b1911b1b560c62e1c7c3.
    
    * Reintroduced `cmtjson`
    
    * Avoid copying Mutex
    
    * Avoid copying Mutex -- 2nd try, more succint
    
    * Update .changelog/unreleased/bug-fixes/865-fix-peerstate-marshaljson.md
    
    * Update consensus/reactor_test.go
    
    ---------
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    
    ---------
    
    Co-authored-by: mmsqe <mavis@crypto.com>
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    3 people authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2a526ca View commit details
    Browse the repository at this point in the history
  2. Release v0.34.29 (#973)

    * changelog: Clean up and reorder
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * changelog: Add missing entries
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * changelog: Release v0.34.29
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Rebuild changelog
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * version: Bump to v0.34.29
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * test/e2e: Use Debian Bullseye as base image
    
    Golang recently started offering Debian Bookworm as the default distro
    for `golang:1.19`, which provides a newer version of RocksDB than what
    we support in cometbft-db.
    
    For now this pins the image to Bullseye, which is the base image we have
    been using for some time now.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    ---------
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fe4894f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.20.0 to 1.21.0 (#940)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.20.0 to 1.21.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.20.0...v1.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    91627c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6615d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90107ec View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. build(deps): Bump docker/login-action from 2.1.0 to 2.2.0 (#942)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2.1.0...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fecacbc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Add CMT_HOME (or remove it?) (backport #983) (#1000)

    * Add `CMT_HOME` (or remove it?) (#983)
    
    Closes #982
    
    Added `CMT_HOME` everywhere `CMTHOME` is used.
    
    ### Notes to reviewers
    
    This could be fixed the opposite way, by removing the only reference to `CMT_HOME` in the code, and also the reference in `UPGRADING.md` (two lines of code).
    
    However, the reference in `UPGRADING.md`, which is part of our documentation, is already present in `v0.34.x` (not in `v0.37.x` though!). That's why this PR introduces `CMT_HOME` to work in equal conditions as `CMTHOME`.
    
    If reviewers lean toward removing `CMT_HOME` from the doc in `v0.34.x` (and unreleased `v0.38.x` and `main`), I can do it easily.
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated
    - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
    - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
    
    (cherry picked from commit b7be568)
    
    # Conflicts:
    #	cmd/cometbft/commands/root_test.go
    
    * Revert "Add `CMT_HOME` (or remove it?) (#983)"
    
    * Add `CMT_HOME` (or remove it?) (#983)
    
    Closes #982
    
    Added `CMT_HOME` everywhere `CMTHOME` is used.
    
    This could be fixed the opposite way, by removing the only reference to `CMT_HOME` in the code, and also the reference in `UPGRADING.md` (two lines of code).
    
    However, the reference in `UPGRADING.md`, which is part of our documentation, is already present in `v0.34.x` (not in `v0.37.x` though!). That's why this PR introduces `CMT_HOME` to work in equal conditions as `CMTHOME`.
    
    If reviewers lean toward removing `CMT_HOME` from the doc in `v0.34.x` (and unreleased `v0.38.x` and `main`), I can do it easily.
    
    ---
    
    - [x] Tests written/updated
    - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
    - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
    
    ---------
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    mergify[bot] and sergio-mena authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    ffc580f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. feat: make handshake cancelable (backport #857) (#1012)

    it'll make the handshake work with graceful shutdown(see: cosmos/cosmos-sdk#16202)
    
    handshake could be a long running process if there are many local blocks to replay, for example we use it to do profiling.
    
    Hope we can backport this to 0.34.x.
    
    ---
    
    - [ ] Tests written/updated
    - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
    - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
    yihuang authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    60e431e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.22.0 (#1025

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3452373 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. docs: Added double quotes to /abci_query path param (#1015) (#1047)

    Closes #666
    
    This PR adds double quotes to `path` param of `/abci_query` endpoint.
    
    ---
    
    #### PR checklist
    
    - [ ] Tests written/updated
    - [ ] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog)
    - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments
    
    (cherry picked from commit f6f13b1)
    
    Co-authored-by: Steven Ferrer <steven.r.ferrer@gmail.com>
    mergify[bot] and stevenferrer authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dde9946 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.22.0 to 1.23.1 (#1070

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.22.0 to 1.23.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.22.0...v1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    74bed03 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#1069)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.7.0 to 2.8.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.7.0...v2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    61f6a41 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. build(deps): Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#1099)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.8.0 to 2.9.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.8.0...v2.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    075f4b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. build(deps): Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#1127)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.9.0...v2.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0f35438 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (#1128

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.23.1...v1.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    197ed09 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#1162

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.24.0 to 1.25.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.24.0...v1.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a389900 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Close evidence.db OnStop (#1210) (#1226)

    * CV OnStop close evidenceStore
    
    * CV OnStop print db close
    
    * CV add changelog
    
    * CV update changelog with attribution
    
    (cherry picked from commit 48335a0)
    
    Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
    mergify[bot] and chillyvee authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8732989 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1 (#1214

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.0 to 1.25.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.25.0...v1.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4af4267 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Log proposer's address when correctly accepting a proposal (backport #…

    …1079) (#1222)
    
    * Log proposer's address when correctly accepting a proposal (#1079)
    
    * Log proposer when logging received proposal
    
    * Addressed review comments
    
    * Promote updates to validator to Info level
    
    (cherry picked from commit cf23082)
    
    # Conflicts:
    #	consensus/state.go
    #	state/execution.go
    
    * Revert "Log proposer's address when correctly accepting a proposal (#1079)"
    
    This reverts commit 8ccdb00e9023da91ae324c86956ffe5a5851d1a3.
    
    * Log proposer's address when correctly accepting a proposal (#1079)
    
    * Log proposer when logging received proposal
    
    * Addressed review comments
    
    * Promote updates to validator to Info level
    
    ---------
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    mergify[bot] and sergio-mena authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    30895df View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.25.1 to 1.26.0 (#1238

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.1 to 1.26.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.25.1...v1.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5188d4c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. build(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#1273

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.0 to 1.26.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.26.0...v1.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8cda4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. build(deps): Bump rtCamp/action-slack-notify from 2.2.0 to 2.2.1 (#1285)

    Bumps [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/rtcamp/action-slack-notify/releases)
    - [Commits](rtCamp/action-slack-notify@12e36fc...b24d75f)
    
    ---
    updated-dependencies:
    - dependency-name: rtCamp/action-slack-notify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    827ec55 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. build(deps): Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#1300

    )
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.9.1...v2.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d993d87 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. build(deps): Bump actions/checkout from 3 to 4 (#1317)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    901212f View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump docker/build-push-action from 4.1.1 to 4.2.1 (#1316)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4.1.1...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    18fe235 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. build(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (#1363)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2.2.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ff9b8d2 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump goreleaser/goreleaser-action from 4 to 5 (#1361)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    dependabot[bot] and sergio-mena authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    257c2ac View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 (#1362)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4.2.1...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    dependabot[bot] and sergio-mena authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3ea23be View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#1360

    )
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.10.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    dependabot[bot] and sergio-mena authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cb909f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab518ec View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. downgrade go version to 1.19

    cmwaters committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    306053e View commit details
    Browse the repository at this point in the history