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

Enable local snapshot restore #9541

Open
wants to merge 385 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 11, 2020

  1. The TLA+ specification of the attackers detection (#231)

    * the working attackers isolation spec, needs more comments
    
    * the TLA+ spec of the attackers isolation
    konnov committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    31cfa53 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. build(deps): bump gaurav-nelson/github-action-markdown-link-check (#233)

    Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.8 to 1.0.11.
    - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
    - [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.8...2a60e0f)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    acb9a7d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Computing attack types (#232)

    Add light attack evidence handling
    josef-widder committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    42751ea View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Update README.md (#234)

    josef-widder committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    accd7ff View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. p2p: update frame size (#235)

    Reflect the change made in tendermint#5805
    
    The MTU (Maximum Transmission Unit) for Ethernet is 1500 bytes.
    The IP header and the TCP header take up 20 bytes each at least (unless
    optional header fields are used) and thus the max for (non-Jumbo frame)
    Ethernet is 1500 - 20 -20 = 1460
    Source: https://stackoverflow.com/a/3074427/820520
    melekes committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    439a5bc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. build(deps): bump gaurav-nelson/github-action-markdown-link-check (#239)

    Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.11 to 1.0.12.
    - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
    - [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.11...0fe4911)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ce146d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc56917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a467204 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 15, 2021

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

Commits on Jan 19, 2021

  1. spec: remove reactor section (#242)

    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    tac0turtle and tessr committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    72d15a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Jan 27, 2021

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

Commits on Jan 28, 2021

  1. proto: add files (#246)

    Co-authored-by: Erik Grinaker <erik@interchain.berlin>
    tac0turtle and erikgrinaker committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    abaffef View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 26, 2021

  1. abci: note on concurrency (tendermint#258)

    Co-authored-by: Marko <marbar3778@yahoo.com>
    ebuchman and tac0turtle committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    227e526 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

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

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    b4a3174 View commit details
    Browse the repository at this point in the history
  2. readme: cleanup (tendermint#262)

    * modify readme
    
    * add rfc and proto
    
    * add rust=spec back to avoid breakage
    
    * lint readme
    tac0turtle committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    9f6a4bc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. genesis: Explain fields in genesis file (tendermint#270)

    * describe the genesis
    
    * Update spec/core/genesis.md
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * add wording on app_state
    
    * Update spec/core/genesis.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    3 people committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b2465e0 View commit details
    Browse the repository at this point in the history
  2. p2p: links (tendermint#268)

    * fix links
    
    * fix more links
    tac0turtle committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    5c32ebc View commit details
    Browse the repository at this point in the history
  3. Proposer-based timestamp specification (tendermint#261)

    * added proposer-based timestamp spec
    
    * Update spec/consensus/proposer-based-timestamp/pbts_001_draft.md
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Update spec/consensus/proposer-based-timestamp/pbts_001_draft.md
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Update spec/consensus/proposer-based-timestamp/pbts-algorithm_001_draft.md
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    
    * Update spec/consensus/proposer-based-timestamp/pbts-algorithm_001_draft.md
    
    * Update spec/consensus/proposer-based-timestamp/pbts-sysmodel_001_draft.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * fixes from PR
    
    Co-authored-by: Josef Widder <44643235+josef-widder@users.noreply.github.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    5 people committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    640b710 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

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

Commits on Apr 9, 2021

  1. ABCI++ RFC (#254)

    * ABCI++ RFC
    
    This commit adds an RFC for ABCI++, which is a collection of three new phases of communication between the consensus engine and the application.
    
    Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
    
    * Fix bugs pointed out by @liamsi
    
    * Update rfc/004-abci++.md
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    * Fix markdown lints
    
    * Update rfc/004-abci++.md
    
    Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
    
    * Update rfc/004-abci++.md
    
    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    
    * Update rfc/004-abci++.md
    
    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    
    * Add information about the rename in the context section
    
    * Bold RFC
    
    * Add example for self-authenticating vote data
    
    * More exposition of the term IPC
    
    * Update pros / negatives
    
    * Fix sentence fragment
    
    * Add desc for no-ops
    
    Co-authored-by: Sunny Aggarwal <sunnya97@protonmail.ch>
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
    Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
    5 people committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0dc5d4d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

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

Commits on Apr 20, 2021

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

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    255942e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00446bb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. rpc: define spec for RPC (tendermint#276)

    * add rpc spec and support outline
    
    * add json
    
    * add more routes remove unneeded ones
    
    * add rest of rpc endpoints
    
    * add jsonrpc calls
    
    * add more jsonrpc calls
    
    * fix blockchain
    
    * cleanup unused links and add links to repos
    
    * Update spec/rpc/README.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * add missing param from consensus param
    
    * Update spec/rpc/README.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * Update spec/rpc/README.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * fix cast and add doc to readme
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    Co-authored-by: Marko Baricevic <markobaricevic@Fergalicious.local>
    3 people committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5dfaa54 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. A few improvements to the Ivy proof (tendermint#288)

    * Avoid quantifier alternation cycle
    
    The problematic quantifier alternation cycle arose because the
    definition of accountability_violation was unfolded.
    
    This commit also restructures the induction proof for clarity.
    
    * add count_lines.sh
    
    * fix typo and add forgotten complete=fo in comment
    
    Co-authored-by: Giuliano <giuliano@eic-61-11.galois.com>
    nano-o and Giuliano committed May 4, 2021
    Configuration menu
    Copy the full SHA
    292828a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

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

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    4a9bceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048f6a3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. build(deps): bump actions/stale from 3 to 3.0.18 (tendermint#300)

    Bumps [actions/stale](https://github.com/actions/stale) from 3 to 3.0.18.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Commits](actions/stale@v3...v3.0.18)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 20, 2021
    Configuration menu
    Copy the full SHA
    aba090a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. build(deps): bump actions/stale from 3.0.18 to 3.0.19 (tendermint#302)

    Bumps [actions/stale](https://github.com/actions/stale) from 3.0.18 to 3.0.19.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Commits](actions/stale@v3.0.18...v3.0.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 25, 2021
    Configuration menu
    Copy the full SHA
    90434cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3216e6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. add a changelog to track changes (tendermint#303)

    * add a changelog to track changes
    
    * Update CHANGELOG.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    tac0turtle and cmwaters committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8dd91a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. rpc: clarify timestamps (tendermint#304)

    * clarify timestamps
    
    * changelog entry
    
    * Update spec/rpc/README.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    tac0turtle and cmwaters committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a2a9ffb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. rpc: add chunked genesis endpoint (tendermint#299)

    * rpc: add chunked genesis endpoint
    
    * fix lint
    
    * feedback
    
    * add info about error
    
    * fix lint
    
    Co-authored-by: marbar3778 <marbar3778@yahoo.com>
    tychoish and tac0turtle committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    5559e14 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

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

Commits on Jun 24, 2021

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

Commits on Jul 7, 2021

  1. Add C++ code generation and test scenario (tendermint#310)

    * add parameters to byzantine send action
    
    * make net not trusted
    
    it's not necessary since for proofs Ivy will assume that the environment
    does not break action preconditions
    
    * use require instead of assume
    
    it seems that assume is not checked when other isolates call!
    
    * add comment
    
    * add comment
    
    * run with random seed
    
    * make domain model extractable to C++
    
    * substitute require for assume
    
    assumes in an action are not checked when the action is called! I.e.
    they place no requirement on the caller; we're just assuming that the
    caller is going to do the right thing. This wasn't very important here
    but it leade to a minor inconsistency slipping through.
    
    * make the net isolate not trusted
    
    there was no need for it
    
    * add tendermint_test.ivy
    
    contains a simple test scenario that show that the specification is no
    vacuuous
    
    * update comment
    
    * add comments
    
    * throw if trying to parse nset value in the repl
    
    * add comment
    
    * minor refactoring
    Giuliano committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    24222c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6039594 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. build(deps): bump gaurav-nelson/github-action-markdown-link-check (te…

    …ndermint#313)
    
    Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.12 to 1.0.13.
    - [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
    - [Commits](gaurav-nelson/github-action-markdown-link-check@1.0.12...1.0.13)
    
    ---
    updated-dependencies:
    - dependency-name: gaurav-nelson/github-action-markdown-link-check
      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] committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    aa8f656 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 15, 2021

  1. build(deps): bump actions/stale from 3.0.19 to 4 (tendermint#319)

    Bumps [actions/stale](https://github.com/actions/stale) from 3.0.19 to 4.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v3.0.19...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      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] committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f790b6f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    24f22ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f9cd23 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

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

Commits on Aug 3, 2021

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

Commits on Aug 9, 2021

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

Commits on Aug 16, 2021

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

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    4c3339a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44ab95 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. abci: clarify what abci stands for (tendermint#336)

    * abci: clarify what abci stands for
    
    * link to abci type protos.
    williambanfield committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    26ee62a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. abci: clarify connection use in-process (tendermint#337)

    * abci: clarify connection use in-process
    
    * Update abci.md
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * invert abci explanations
    
    * lint++
    
    * lint++
    
    * lint++
    
    * lint++
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    williambanfield and M. J. Fromberger committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    c939e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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

Commits on Sep 1, 2021

  1. abci.md fixup (tendermint#339)

    * abci: points of clarification ahead of v0.1.0
    
    * lint++
    
    * typo
    
    * lint++
    
    * double word score
    
    * grammar
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci/abci.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * pr feedback
    
    * wip
    
    * update non-zero status code docs
    
    * fix event description
    
    * update CheckTx description
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    williambanfield and M. J. Fromberger committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bf71990 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Update supervisor_001_draft.md (tendermint#333)

    * Update supervisor_001_draft.md
    
    If the only node in the *FullNodes* set is the primary, that was just deemed faulty, we can't find honest primary.
    
    * Update supervisor_001_draft.md
    goral09 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    f793752 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

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

Commits on Sep 21, 2021

  1. apps.md fixups (tendermint#341)

    * wip
    
    * wip
    
    * wip
    
    * remove comments in favor of gh comments
    
    * wip
    
    * udpates to language, should must etc
    
    * Apply suggestions from code review
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * remove tendermint cache description
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    williambanfield and M. J. Fromberger committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    60d6856 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. proto: add tendermint go changes (tendermint#349)

    * add missed proto files
    
    * add abci changes
    
    * rename blockchain to blocksync
    
    * Update proto/tendermint/abci/types.proto
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    tac0turtle and cmwaters committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    fa2ccc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge tag 'v0.7.1' of github.com:tendermint/spec into cal/spec-migrat…

    …ions
    
    Tendermint specification version 0.7.1
    cmwaters committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1ad0683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a11b774 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0323bd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7049ed View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Old PrepareProposal on feature/abci++ppp (tendermint#9106)

    * [Rebased to v0.34.x] abci: PrepareProposal (tendermint#6544)
    
    * fixed cherry-pick
    
    * proto changes
    
    * make proto-gen
    
    * UT fixes
    
    * generate Client directive
    
    * mockery
    
    * App fixes
    
    * Disable 'modified tx' hack
    
    * mockery
    
    * Make format
    
    * Fix lint
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    sergio-mena and tac0turtle committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    58effdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c7e3a View commit details
    Browse the repository at this point in the history
  3. test: stop abci server started in addr test (tendermint#9093)

    This test would fail if run with "go test -count=2" because it uses a
    fixed address and was not closing the server, so the subsequent run
    could not bind to the address.
    
    While closing the server is correct, it would probably be better if the
    API was able to report the bound address so that we could pass
    "localhost:0" for an anonymous port. But I am currently focusing on test
    cleanup, not ready to change any existing APIs.
    mark-rushakoff committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c4e2352 View commit details
    Browse the repository at this point in the history
  4. libs/pubsub/query: specify peg version in go.mod (tendermint#9099)

    * libs/pubsub/query: specify peg version in go.mod
    
    The code to generate the pubsub queries was dependent on an unspecified
    version of the peg tool. This brings peg into go.mod so it is on a fixed
    version. This should also enable dependabot to notify us of future
    updates to peg.
    
    The version of query.peg.go generated from the current version of peg
    correctly contains the special "Code generated by..." line to indicate
    to other tools that the file is automatically generated and should
    therefore be excluded from linters, etc.
    
    I removed the make target as there were no git grep results referencing
    "gen_query_parser"; directly running "go generate" is a reasonable
    expectation in Go projects.
    
    Now that "go run" is module aware, I would typically use "go run" inside
    the go:generate directive, but in this case we go build to a gitignore-d
    directory in order to work around the nondeterministic output detailed
    in pointlander/peg#129.
    
    * libs/pubsub/query: check error from (*QueryParser).Init()
    
    The newly generated peg code returns an error from Init(); the previous
    version was niladic.
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    mark-rushakoff and tychoish committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4309f54 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Update CODEOWNERS to use teams (tendermint#9129)

    * Update CODEOWNERS to use teams
    
    Update the `CODEOWNERS` file to use the
    @tendermint/tendermint-engineering and @tendermint/tendermint-research
    teams as opposed to adding people one by one. This makes repository
    administration somewhat easier to manage, especially when
    onboarding/offboarding people.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add Ethan as superuser
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8834a0d View commit details
    Browse the repository at this point in the history
  2. Prepare main to become new default branch (tendermint#9095)

    * Update Makefile with changes from tendermint#7372
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Sync main GitHub config with master and update
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unnecesary dot folders
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Sync dotfiles
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unused Jepsen tests for now
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * tools: remove k8s (tendermint#6625)
    
    Remove mintnet as discussed on team call.
    
    closes tendermint#1941
    
    * Restore nightly fuzz testing of P2P addrbook and pex
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix YAML lints
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix YAML formatting nits
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * More YAML nits
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * github: fix linter configuration errors and occluded errors (tendermint#6400)
    
    * Minor fixes to OpenAPI spec to sync with structs on main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove .github/auto-comment.yml - does not appear to be used
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add issue config with link to discussions
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Adjust issue/PR templates to suit current process
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unused RC branch config from release workflow
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix wildcard matching in build jobs config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document markdownlint config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Restore manual E2E test group config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document linter workflow with local execution instructions
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document and fix minor nit in Super-Linter markdownlint config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update .github/ISSUE_TEMPLATE/bug-report.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update pull request template to add language around discussions/issues
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * .golangci.yml: Deleted commented-out lines
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ci: Drop "-2" from e2e-nightly-fail workflow
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Address triviality concern in PR template
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    4 people committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    85636f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2022

  1. Configuration menu
    Copy the full SHA
    e32b86b View commit details
    Browse the repository at this point in the history
  2. Import latest root documentation (tendermint#9130)

    Import the readme, contributing guidelines, code of conduct, security
    guide and releases guide. Format all of these documents, replacing
    references to `master` by references to `main`, and use Markdown link
    references instead of embedded links wherever it improves legibility.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    75d51e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    476f8fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13da93a View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump minimist from 1.2.5 to 1.2.6 in /docs (tendermint#9136

    )
    
    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846"><code>7efb22a</code></a> 1.2.6</li>
    <li><a href="https://github.com/substack/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2"><code>ef88b93</code></a> security notice for additional prototype pollution issue</li>
    <li><a href="https://github.com/substack/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d"><code>c2b9819</code></a> isConstructorOrProto adapted from PR</li>
    <li><a href="https://github.com/substack/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb"><code>bc8ecee</code></a> test from prototype pollution PR</li>
    <li>See full diff in <a href="https://github.com/substack/minimist/compare/1.2.5...1.2.6">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimist&package-manager=npm_and_yarn&previous-version=1.2.5&new-version=1.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tendermint/tendermint/network/alerts).
    
    </details>
    dependabot[bot] committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    439d84a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49ec3b9 View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump github.com/bufbuild/buf from 1.4.0 to 1.7.0 (tender…

    …mint#9138)
    
    Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.4.0 to 1.7.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.7.0</h2>
    <ul>
    <li>Support protocol and encoding client options based on content-type in Studio Agent.</li>
    <li>Add <code>--draft</code> flag to <code>buf push</code>.</li>
    <li>Add <code>buf beta registry draft {list,delete}</code> commands.</li>
    </ul>
    <h2>v1.6.0</h2>
    <ul>
    <li>Fix issue where <code>// buf:lint:ignore</code> comment ignores did not work for the
    <code>ENUM_FIRST_VALUE_ZERO</code> rule.</li>
    <li>Add <code>buf beta studio-agent</code> command to support the upcoming Buf Studio.</li>
    </ul>
    <h2>v1.5.0</h2>
    <ul>
    <li>Upgrade to <code>protoc</code> 3.20.1 support.</li>
    <li>Fix an issue where <code>buf</code> would fail if two or more roots contained
    a file with the same name, but with different file types (i.e. a
    regular file vs. a directory).</li>
    <li>Fix check for <code>PACKAGE_SERVICE_NO_DELETE</code> to detect deleted services.</li>
    <li>Remove <code>buf beta registry track</code>.</li>
    <li>Remove <code>buf beta registry branch</code>.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p>
    <blockquote>
    <h2>[v1.7.0] - 2022-06-27</h2>
    <ul>
    <li>Support protocol and encoding client options based on content-type in Studio Agent.</li>
    <li>Add <code>--draft</code> flag to <code>buf push</code>.</li>
    <li>Add <code>buf beta registry draft {list,delete}</code> commands.</li>
    </ul>
    <h2>[v1.6.0] - 2022-06-21</h2>
    <ul>
    <li>Fix issue where <code>// buf:lint:ignore</code> comment ignores did not work for the
    <code>ENUM_FIRST_VALUE_ZERO</code> rule.</li>
    <li>Add <code>buf beta studio-agent</code> command to support the upcoming Buf Studio.</li>
    </ul>
    <h2>[v1.5.0] - 2022-05-30</h2>
    <ul>
    <li>Upgrade to <code>protoc</code> 3.20.1 support.</li>
    <li>Fix an issue where <code>buf</code> would fail if two or more roots contained
    a file with the same name, but with different file types (i.e. a
    regular file vs. a directory).</li>
    <li>Fix check for <code>PACKAGE_SERVICE_NO_DELETE</code> to detect deleted services.</li>
    <li>Remove <code>buf beta registry track</code>.</li>
    <li>Remove <code>buf beta registry branch</code>.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/bufbuild/buf/commit/028fdd557df6aebe93ae4682fc4be62b490a4e60"><code>028fdd5</code></a> Update to v1.7.0</li>
    <li><a href="https://github.com/bufbuild/buf/commit/c6a545ecc01f911022150fdc4f8e6862b80b83b9"><code>c6a545e</code></a> Run <code>make upgrade</code> (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1302">#1302</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/65503feaf39e9bf363d7f111585d0703d0a1e47a"><code>65503fe</code></a> allow Dockerfile.plugin or Dockerfile (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1301">#1301</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/075e294d6ada86703376a08a7650d2b2e916b53f"><code>075e294</code></a> add CLI support for repository draft commit (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1269">#1269</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/3d2ca26216612ea55a4525a6e24459281f2114ae"><code>3d2ca26</code></a> ModuleReferenceForString support reference with slash (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1298">#1298</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/72b51ab8713a0b5fc30bed32281eaad87377b1aa"><code>72b51ab</code></a> rename CuratedPlugin options to default_options (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1300">#1300</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/65c921b0b7600e5e888d23e2105c8128e164430f"><code>65c921b</code></a> rename opts/options to default_opts/default_options (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1299">#1299</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/0a8aec22c701d9d9b3b7f81c5a5fb38df6564cf5"><code>0a8aec2</code></a> BSR-379: document version can be optional (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1297">#1297</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/33033b8fc3a55dbb470ee85c4704225de7ee7ddd"><code>33033b8</code></a> BSR-369: update plugin dependencies to a struct (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1296">#1296</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/613283806d2df11b681c9e34017fd6f90ca2a521"><code>6132838</code></a> Add webhook delete and list commands to beta and fixup create (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1293">#1293</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.4.0...v1.7.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.4.0&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5305fa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e9d81f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07d242c View commit details
    Browse the repository at this point in the history
  8. docs/rfc: add testnet RFC (tendermint#9124)

    * docs/rfc: add testnet RFC
    
    Following several discussions internal to the Tendermint engineering
    team, I am posting an RFC discussing the high-level details of the
    Tendermint team owning and operating a long-lived testnet in order to
    build experience running Tendermint, and to demonstrate that Tendermint
    is stable under production workloads.
    
    The outcome of this RFC will be a new track of work to begin building
    and maintaining a testnet associated with the main branch of tendermint.
    See the "Testnet MVP" section specifically for some of the first
    milestones.
    
    Note, I added the RFC where it would live once tendermint#9115 is merged to
    restore the RFC layout from the v0.36.x branch. docs/rfc/README.md will
    need to be updated to include this RFC once tendermint#9115 is merged.
    
    This RFC is related to tendermint#9078.
    
    * docs/rfc: minor updates to testnet rfc
    
    * docs/rfc: respond to more feedback on testnet RFC
    
    * docs/rfc: add RFC 023 to rfc index
    mark-rushakoff committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    b6a515a View commit details
    Browse the repository at this point in the history
  9. cli: set node p2p external address with cmd flag (tendermint#9107)

    Closes tendermint#9035
    
    Add the `p2p.external-address` command line argument to configure the node external address.
    amimart committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    eb762cf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 3, 2022

  1. Update feature/abci++ppp branch with latest infra changes in main (

    …tendermint#9157)
    
    * Update CODEOWNERS to use teams (tendermint#9129)
    
    * Update CODEOWNERS to use teams
    
    Update the `CODEOWNERS` file to use the
    @tendermint/tendermint-engineering and @tendermint/tendermint-research
    teams as opposed to adding people one by one. This makes repository
    administration somewhat easier to manage, especially when
    onboarding/offboarding people.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add Ethan as superuser
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Prepare `main` to become new default branch (tendermint#9095)
    
    * Update Makefile with changes from tendermint#7372
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Sync main GitHub config with master and update
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unnecesary dot folders
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Sync dotfiles
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unused Jepsen tests for now
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * tools: remove k8s (tendermint#6625)
    
    Remove mintnet as discussed on team call.
    
    closes tendermint#1941
    
    * Restore nightly fuzz testing of P2P addrbook and pex
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix YAML lints
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix YAML formatting nits
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * More YAML nits
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * github: fix linter configuration errors and occluded errors (tendermint#6400)
    
    * Minor fixes to OpenAPI spec to sync with structs on main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove .github/auto-comment.yml - does not appear to be used
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add issue config with link to discussions
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Adjust issue/PR templates to suit current process
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unused RC branch config from release workflow
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix wildcard matching in build jobs config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document markdownlint config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Restore manual E2E test group config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document linter workflow with local execution instructions
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document and fix minor nit in Super-Linter markdownlint config
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update .github/ISSUE_TEMPLATE/bug-report.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update pull request template to add language around discussions/issues
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * .golangci.yml: Deleted commented-out lines
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ci: Drop "-2" from e2e-nightly-fail workflow
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Address triviality concern in PR template
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    5 people committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    61619ab View commit details
    Browse the repository at this point in the history
  2. Old PrepareProposal and vote extension integration on feature/abci++p…

    …pp (tendermint#9117)
    
    * abci: PrepareProposal-VoteExtension integration [2nd try] (tendermint#7821)
    
    * PrepareProposal-VoteExtension integration (tendermint#6915)
    
    * make proto-gen
    
    * Fix protobuf crash in e2e nightly tests
    
    * Update types/vote.go
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Addressed @creachadair's comments
    
    Co-authored-by: mconcat <monoidconcat@gmail.com>
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Proto changes
    
    * make proto-gen
    
    * Fixed UTs
    
    * bump
    
    * lint
    
    * lint2
    
    * lint3
    
    * lint4
    
    * lint5
    
    * lint6
    
    * no_lint
    
    Co-authored-by: mconcat <monoidconcat@gmail.com>
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    3 people committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2164883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea271c5 View commit details
    Browse the repository at this point in the history
  4. metricsgen: port metrics code generation tool (tendermint#9156)

    This is a port of tendermint#8470 and tendermint#8501 from the former mainline branch, in
    support of tendermint#2600 and tendermint#9076. 
    
    No additional changes other than checking out the code have been
    implemented in this PR. A subsequent PR will incorporate this code.
    tychoish committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4f30c90 View commit details
    Browse the repository at this point in the history
  5. Sync PrepareProposal with Spec. Main part (tendermint#9158)

    * ----start----
    
    * [PARTIAL cherry-pick] ABCI Vote Extension 2 (tendermint#6885)
    
    * Cherry-picked tendermint#6567: state/types: refactor makeBlock, makeBlocks and makeTxs (tendermint#6567)
    
    * [Cherrypicked] types: remove panic from block methods (tendermint#7501)
    
    * [cherrypicked] abci++: synchronize PrepareProposal with the newest version of the spec (tendermint#8094)
    
    This change implements the logic for the PrepareProposal ABCI++ method call. The main logic for creating and issuing the PrepareProposal request lives in execution.go and is tested in a set of new tests in execution_test.go. This change also updates the mempool mock to use a mockery generated version and removes much of the plumbing for the no longer used ABCIResponses.
    
    * make proto-gen
    
    * Backported EvidenceList's method ToABCI from tendermint#7961
    
    * make build
    
    * Fix mockery for Mempool
    
    * mockery
    
    * Backported abci Application mocks from tendermint#7961
    
    * mockery2
    
    * Fixed new PrepareProposal test cases in state/execution_test.go
    
    * Fixed returned errors in consensus/state.go
    
    * lint
    
    * Addressed @cmwaters' comment
    
    Co-authored-by: mconcat <monoidconcat@gmail.com>
    Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    5 people committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d268e56 View commit details
    Browse the repository at this point in the history
  6. Follow-up fixes to main PrepareProposal implementation (tendermint#…

    …9162)
    
    * -----start------
    
    * [cherrypicked] state: panic on ResponsePrepareProposal validation error (tendermint#8145)
    
    * state: panic on ResponsePrepareProposal validation error
    
    * lint++
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
    * [cherrypicked] abci++: remove CheckTx call from PrepareProposal flow (tendermint#8176)
    
    * [cherrypicked] abci++: correct max-size check to only operate on added and unmodified (tendermint#8242)
    
    * [cherrypicked] Remove `ModifiedTxStatus` from the spec and the code (tendermint#8210)
    
    * Outstanding abci-gen changes to 'pb.go' files
    
    * Removed modified_tx_status from spec and protobufs
    
    * Fix sed for OSX
    
    * Regenerated abci protobufs with 'abci-proto-gen'
    
    * Code changes. UTs e2e tests passing
    
    * Recovered UT: TestPrepareProposalModifiedTxStatusFalse
    
    * Adapted UT
    
    * Fixed UT
    
    * Revert "Fix sed for OSX"
    
    This reverts commit e576708.
    
    * Update internal/state/execution_test.go
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update abci/example/kvstore/kvstore.go
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update internal/state/execution_test.go
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update spec/abci++/abci++_tmint_expected_behavior_002_draft.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Addressed some comments
    
    * Added one test that tests error at the ABCI client + Fixed some mock calls
    
    * Addressed remaining comments
    
    * Update abci/example/kvstore/kvstore.go
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update abci/example/kvstore/kvstore.go
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update abci/example/kvstore/kvstore.go
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update spec/abci++/abci++_tmint_expected_behavior_002_draft.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Addressed William's latest comments
    
    * Adressed Michael's comment
    
    * Fixed UT
    
    * Some md fixes
    
    * More md fixes
    
    * gofmt
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * make proto-gen
    
    * Fixed testcase on PrepareProposal error
    
    * mockery
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    5 people committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b2409b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    88186f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b499ae View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. proxy: add initial set of abci metrics (port of tendermint#7115) (ten…

    …dermint#9169)
    
    * internal/proxy: add initial set of abci metrics (tendermint#7115)
    
    This PR adds an initial set of metrics for use ABCI. The initial metrics enable the calculation of timing histograms and call counts for each of the ABCI methods. The metrics are also labeled as either 'sync' or 'async' to determine if the method call was performed using ABCI's `*Async` methods.
    
    An example of these metrics is included here for reference:
    ```
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.0001"} 0
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.0004"} 5
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.002"} 12
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.009"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.02"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.1"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="0.65"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="2"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="6"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="25"} 13
    tendermint_abci_connection_method_timing_bucket{chain_id="ci",method="commit",type="sync",le="+Inf"} 13
    tendermint_abci_connection_method_timing_sum{chain_id="ci",method="commit",type="sync"} 0.007802058000000001
    tendermint_abci_connection_method_timing_count{chain_id="ci",method="commit",type="sync"} 13
    ```
    
    These metrics can easily be graphed using prometheus's `histogram_quantile(...)` method to pick out a particular quantile to graph or examine. I chose buckets that were somewhat of an estimate of expected range of times for ABCI operations. They start at .0001 seconds and range to 25 seconds. The hope is that this range captures enough possible times to be useful for us and operators.
    
    * fixup
    
    * fixups
    
    * docs: add abci timing metrics to the metrics docs (tendermint#7311)
    
    * format table
    williambanfield committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    b92a19b View commit details
    Browse the repository at this point in the history
  2. consensus: additional timing metrics (port of tendermint#7849) (tende…

    …rmint#9168)
    
    This change introduces an additional set of metrics aimed at helping operators understand the timing for consensus.
    
    This change adds the following metrics:
    
    ```
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="0.1"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="0.2682695795279726"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="0.7196856730011522"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="1.9306977288832508"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="5.1794746792312125"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="13.894954943731381"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="37.27593720314942"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="100.00000000000006"} 29
    tendermint_consensus_round_duration_seconds_bucket{chain_id="test-chain-IrF74Y",le="+Inf"} 29
    tendermint_consensus_round_duration_seconds_sum{chain_id="test-chain-IrF74Y"} 0.028651869999999996
    tendermint_consensus_round_duration_seconds_count{chain_id="test-chain-IrF74Y"} 29
    ```
    
    ```
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="0.1"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="0.2682695795279726"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="0.7196856730011522"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="1.9306977288832508"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="5.1794746792312125"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="13.894954943731381"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="37.27593720314942"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="100.00000000000006"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Commit",le="+Inf"} 29
    tendermint_consensus_step_duration_seconds_sum{chain_id="test-chain-IrF74Y",step="Commit"} 0.26650875
    tendermint_consensus_step_duration_seconds_count{chain_id="test-chain-IrF74Y",step="Commit"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="0.1"} 0
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="0.2682695795279726"} 0
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="0.7196856730011522"} 0
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="1.9306977288832508"} 28
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="5.1794746792312125"} 28
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="13.894954943731381"} 28
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="37.27593720314942"} 28
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="100.00000000000006"} 28
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewHeight",le="+Inf"} 28
    tendermint_consensus_step_duration_seconds_sum{chain_id="test-chain-IrF74Y",step="NewHeight"} 27.773921702
    tendermint_consensus_step_duration_seconds_count{chain_id="test-chain-IrF74Y",step="NewHeight"} 28
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="0.1"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="0.2682695795279726"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="0.7196856730011522"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="1.9306977288832508"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="5.1794746792312125"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="13.894954943731381"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="37.27593720314942"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="100.00000000000006"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="NewRound",le="+Inf"} 29
    tendermint_consensus_step_duration_seconds_sum{chain_id="test-chain-IrF74Y",step="NewRound"} 0.168961052
    tendermint_consensus_step_duration_seconds_count{chain_id="test-chain-IrF74Y",step="NewRound"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="0.1"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="0.2682695795279726"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="0.7196856730011522"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="1.9306977288832508"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="5.1794746792312125"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="13.894954943731381"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="37.27593720314942"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="100.00000000000006"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Precommit",le="+Inf"} 29
    tendermint_consensus_step_duration_seconds_sum{chain_id="test-chain-IrF74Y",step="Precommit"} 0.06414115999999999
    tendermint_consensus_step_duration_seconds_count{chain_id="test-chain-IrF74Y",step="Precommit"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="0.1"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="0.2682695795279726"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="0.7196856730011522"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="1.9306977288832508"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="5.1794746792312125"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="13.894954943731381"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="37.27593720314942"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="100.00000000000006"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Prevote",le="+Inf"} 29
    tendermint_consensus_step_duration_seconds_sum{chain_id="test-chain-IrF74Y",step="Prevote"} 0.177714525
    tendermint_consensus_step_duration_seconds_count{chain_id="test-chain-IrF74Y",step="Prevote"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="0.1"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="0.2682695795279726"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="0.7196856730011522"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="1.9306977288832508"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="5.1794746792312125"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="13.894954943731381"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="37.27593720314942"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="100.00000000000006"} 29
    tendermint_consensus_step_duration_seconds_bucket{chain_id="test-chain-IrF74Y",step="Propose",le="+Inf"} 29
    tendermint_consensus_step_duration_seconds_sum{chain_id="test-chain-IrF74Y",step="Propose"} 0.221851927
    tendermint_consensus_step_duration_seconds_count{chain_id="test-chain-IrF74Y",step="Propose"} 29
    ```
    
    
    ```
    tendermint_consensus_block_gossip_parts_received{chain_id="test-chain-IrF74Y",matches_current="true"} 29
    ```
    
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    
    Closes: tendermint#9166
    williambanfield committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    608933b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Configuration menu
    Copy the full SHA
    1148759 View commit details
    Browse the repository at this point in the history
  2. ci: Fix nightly E2E notifications (tendermint#9179)

    Update the nightly E2E workflows to fix the notifications for the
    v0.34.x branch while also simplifying the messages and making them more
    readable.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    03c79b6 View commit details
    Browse the repository at this point in the history
  3. ci: Restore ToC check for ADRs/RFCs (tendermint#9180)

    * Import presubmit TOC check script from master and fix warning
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix misspelled ADR link discovered by presubmit script
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Restore docs-toc workflow
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Create makefile target for docs ToC check
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Use makefile target in CI workflow for docs ToC check
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    ef4e37b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. build(deps): Bump github.com/prometheus/client_golang (tendermint#9190)

    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.12.2...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      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] committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ad1f9b4 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump docker/build-push-action from 3.1.0 to 3.1.1 (tende…

    …rmint#9189)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.1.1</h2>
    <ul>
    <li>Fix GitHub token not passed with Git context if subdir defined by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/663">#663</a>)</li>
    <li>Replace deprecated <code>fs.rmdir</code> with <code>fs.rm</code> by <a href="https://github.com/bendrucker"><code>@​bendrucker</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/657">#657</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1">https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/build-push-action/commit/c84f38281176d4c9cdb1626ffafcd6b3911b5d94"><code>c84f382</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/663">#663</a> from crazy-max/fix-git-token-cond</li>
    <li><a href="https://github.com/docker/build-push-action/commit/cd5d0b79eaeb83bf43b17236541a26a2f0519307"><code>cd5d0b7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/661">#661</a> from dud225/subdir_context</li>
    <li><a href="https://github.com/docker/build-push-action/commit/30a32246ba33d11ce2a05b9be7492178620ec1e1"><code>30a3224</code></a> Fix GitHub token not passed with Git context if subdir defined</li>
    <li><a href="https://github.com/docker/build-push-action/commit/1f19633b925539f070ba1d262206a20a57484386"><code>1f19633</code></a> Update comment regarding the support of subdir context</li>
    <li><a href="https://github.com/docker/build-push-action/commit/67af6dc1d38f334ae6935c94587e8a5b45a81a0e"><code>67af6dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/657">#657</a> from bendrucker/deprecated-fs-rmdir</li>
    <li><a href="https://github.com/docker/build-push-action/commit/988cb093f2d33e5b31637fb4b6315cd52402e246"><code>988cb09</code></a> replace deprecated <code>fs.rmdir</code> with <code>fs.rm</code></li>
    <li>See full diff in <a href="https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=3.1.0&new-version=3.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    74dd21e View commit details
    Browse the repository at this point in the history
  3. metrics: transition all metrics to using metricsgen generated constr…

    …uctors. (port of tendermint#8488) (tendermint#9178)
    
    This pull request completes the change to the `metricsgen` metrics. It adds `go generate` directives to all of the files containing the `Metrics` structs.
    
    Using the outputs of `metricsdiff` between these generated metrics and `main`, we can see that there is a minimal diff between the two sets of metrics when run locally. The diff here stems from removal of the word 'message' which was done in v0.36+ and is ultimately a better phrasing. This metric has not yet been released, so this phrasing is preferred.
    
    ```
    ./metricsdiff old new
    Metric changes:
    +++ tendermint_consensus_full_prevote_delay
    +++ tendermint_consensus_quorum_prevote_delay
    --- tendermint_consensus_full_prevote_message_delay
    --- tendermint_consensus_quorum_prevote_message_delay
    ```
    
    This change also adds parsing for a `metrics:` key in a field comment. If a comment line begins with `//metrics:` the rest of the line is interpreted to be the metric help text. Additionally, a bug where lists of labels were not properly quoted in the `metricsgen` rendered output was fixed.
    
    In my view, docs and tests are not needed for this internal only change.
    
    ---
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    
    Ports tendermint#8488 to main
    williambanfield committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    10e1ac8 View commit details
    Browse the repository at this point in the history
  4. metrics: fixup after cherry-pick (tendermint#9195)

    * fixup after cherry-pick
    
    * cherry-pick fixups
    williambanfield committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    69845bb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. remove lastresulthash from merklization in lastresult hash (tendermin…

    …t#9175)
    
    remove gas from merklization in headers
    
    
    Im not sure where to change docs since main points to the spec repo but that repo is archived. Maybe someone can help me?
    tac0turtle committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bff63ae View commit details
    Browse the repository at this point in the history
  2. e2e: fix out of sync configuration (tendermint#9199)

    The v0.34.x tests have been failing (or reporting failures, I don't
    believe that this is a real failure,) because the CI configuration has
    been out of sync with itself, likely due to a mistake during
    backporting configs from the `master` branch.
    
    The entire 0.34.x e2e test suite takes 26 minutes to run, plus about 7
    minutes to build the docker image. Each split has to build the same
    docker image, (and is therefore a cap on the amount of parallelism we
    can get at the moment.) Having more groups, just seems like we'll be
    burning money building the docker image with no really meaningful
    difference in throughput. For a nightly test that people don't really
    wait on, the current latency (time-to-completion) of roughly 19
    minutes, isn't causing in friction.
    tychoish committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d5ec276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f861062 View commit details
    Browse the repository at this point in the history
  4. tools: remove mockery from tools.go (tendermint#9196)

    The `mockery` project recommends against using a binary of `mockery` that has been created using `go install`. vektra/mockery#456. Developers of Tendermint wishing to generate mocks should avoid having a version of `mockery` on their path that does not match the version listed in  [mockery_generate.sh](https://github.com/tendermint/tendermint/blob/10e1ac8feabd8ce7fd560ebecb11b929376fcb9c/scripts/mockery_generate.sh#L11). To make this easier for developers, the `mockery_generate.sh` script uses a containerized copy of `mockery` if `mockery` is not present on the developer's `PATH`. This containerized version of `mockery` uses the same version of mockery as our CI pipelines and allows all developers to automatically use the same version without having to manage it themselves. 
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    0bea064 View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump github.com/golangci/golangci-lint from 1.42.1 to 1.…

    …48.0 (tendermint#9203)
    
    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.42.1 to 1.48.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's releases</a>.</em></p>
    <blockquote>
    <h2>v1.48.0</h2>
    <h2>Changelog</h2>
    <ul>
    <li>368c41cd build(deps): bump github.com/daixiang0/gci from 0.5.0 to 0.6.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3035">#3035</a>)</li>
    <li>2d8fea81 build(deps): bump github.com/daixiang0/gci from 0.6.0 to 0.6.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3058">#3058</a>)</li>
    <li>aeb5860c build(deps): bump github.com/kisielk/errcheck from 1.6.1 to 1.6.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3059">#3059</a>)</li>
    <li>0559b922 build(deps): bump revgrep to HEAD (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3054">#3054</a>)</li>
    <li>6313fa9a contextcheck: disable linter (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3050">#3050</a>)</li>
    <li>0ba1388a feat: add usestdlibvars (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3016">#3016</a>)</li>
    <li>1557692e feat: go1.19 support  (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3037">#3037</a>)</li>
    <li>15cba447 gci: add missing <code>custom-order</code> setting (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3052">#3052</a>)</li>
    <li>9a1b9492 ifshort: deprecate linter (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3034">#3034</a>)</li>
    <li>f8f8f9a6 nolint: drop allow-leading-space option and add &quot;nolint:all&quot; (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3002">#3002</a>)</li>
    </ul>
    <h2>v1.47.3</h2>
    <h2>Changelog</h2>
    <ul>
    <li>72fc41ce build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3009">#3009</a>)</li>
    <li>57d61afb build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v2 from 2.2.0 to 2.2.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3030">#3030</a>)</li>
    <li>9cb17e4f build(deps): bump github.com/alingse/asasalint from 0.0.10 to 0.0.11 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3003">#3003</a>)</li>
    <li>2ab46788 build(deps): bump github.com/daixiang0/gci from 0.4.3 to 0.5.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3031">#3031</a>)</li>
    <li>03d9b113 build(deps): bump github.com/ryancurrah/gomodguard from 1.2.3 to 1.2.4 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3029">#3029</a>)</li>
    <li>e55f22c7 build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3010">#3010</a>)</li>
    <li>c7ed8b67 build(deps): bump github.com/sivchari/nosnakecase from 1.5.0 to 1.7.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3008">#3008</a>)</li>
    <li>95d57d99 build(deps): bump gitlab.com/bosi/decorder from 0.2.2 to 0.2.3 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3033">#3033</a>)</li>
    <li>d186efe9 build(deps): bump honnef.co/go/tools from 0.3.2 to 0.3.3 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3032">#3032</a>)</li>
    <li>846fab81 cgo: fix linters ignoring Cgo files (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3025">#3025</a>)</li>
    <li>d44cd49a feat: remove some go1.18 limitations (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3001">#3001</a>)</li>
    <li>886fbd71 gci: fix panic with invalid configuration option (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3019">#3019</a>)</li>
    </ul>
    <h2>v1.47.2</h2>
    <h2>Changelog</h2>
    <ul>
    <li>61673b34 revive: ignore slow rules (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2999">#2999</a>)</li>
    </ul>
    <h2>v1.47.1</h2>
    <h2>Changelog</h2>
    <ul>
    <li>a91463cd build(deps): bump github.com/daixiang0/gci from 0.4.2 to 0.4.3 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2992">#2992</a>)</li>
    <li>4c8bdc70 build(deps): bump github.com/sivchari/tenv from 1.6.0 to 1.7.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2988">#2988</a>)</li>
    <li>4e60e8a8 gci: fix options display (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2989">#2989</a>)</li>
    <li>fd87bd1e gci: remove the use of stdin (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2984">#2984</a>)</li>
    </ul>
    <h2>v1.47.0</h2>
    <h2>Changelog</h2>
    <ul>
    <li>b4154027 Add linter <code>asasalint</code> to lint pass []any as any (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2968">#2968</a>)</li>
    <li>1d8a15a0 add nosnakecase lint (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2828">#2828</a>)</li>
    <li>2a1edcef build(deps): bump github.com/Antonboom/errname from 0.1.6 to 0.1.7 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2888">#2888</a>)</li>
    <li>c766184c build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v2 from 2.1.0 to 2.2.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2916">#2916</a>)</li>
    <li>b8f1e2a5 build(deps): bump github.com/daixiang0/gci from 0.3.4 to 0.4.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2965">#2965</a>)</li>
    <li>5e183652 build(deps): bump github.com/daixiang0/gci from 0.4.0 to 0.4.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2973">#2973</a>)</li>
    <li>e60937a1 build(deps): bump github.com/daixiang0/gci from 0.4.1 to 0.4.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/2979">#2979</a>)</li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's changelog</a>.</em></p>
    <blockquote>
    <h3>v1.48.0</h3>
    <ol>
    <li>new linters
    <ul>
    <li><code>usestdlibvars</code>:<a href="https://github.com/sashamelentyev/usestdlibvars">https://github.com/sashamelentyev/usestdlibvars</a></li>
    </ul>
    </li>
    <li>updated linters
    <ul>
    <li><code>contextcheck</code>: disable linter</li>
    <li><code>errcheck</code>: from 1.6.1 to 1.6.2</li>
    <li><code>gci</code>: add missing <code>custom-order</code> setting</li>
    <li><code>gci</code>: from 0.5.0 to 0.6.0</li>
    <li><code>ifshort</code>: deprecate linter</li>
    <li><code>nolint</code>: drop allow-leading-space option and add &quot;nolint:all&quot;</li>
    <li><code>revgrep</code>: bump to HEAD</li>
    </ul>
    </li>
    <li>documentation
    <ul>
    <li>remove outdated info on source install</li>
    </ul>
    </li>
    <li>misc
    <ul>
    <li>go1.19 support</li>
    </ul>
    </li>
    </ol>
    <h3>v1.47.3</h3>
    <ol>
    <li>updated linters:
    <ul>
    <li>remove some go1.18 limitations</li>
    <li><code>asasalint</code>: from 0.0.10 to 0.0.11</li>
    <li><code>decorder</code>: from 0.2.2 to v0.2.3</li>
    <li><code>gci</code>: fix panic with invalid configuration option</li>
    <li><code>gci</code>: from 0.4.3 to v0.5.0</li>
    <li><code>go-exhaustruct</code>: from 2.2.0 to 2.2.2</li>
    <li><code>gomodguard</code>: from 1.2.3 to 1.2.4</li>
    <li><code>nosnakecase</code>: from 1.5.0 to 1.7.0</li>
    <li><code>honnef.co/go/tools</code>: from 0.3.2 to v0.3.3</li>
    </ul>
    </li>
    <li>misc
    <ul>
    <li>cgo: fix linters ignoring CGo files</li>
    </ul>
    </li>
    </ol>
    <h3>v1.47.2</h3>
    <ol>
    <li>updated linters:
    <ul>
    <li><code>revive</code>: ignore slow rules</li>
    </ul>
    </li>
    </ol>
    <h3>v1.47.1</h3>
    <ol>
    <li>updated linters:
    <ul>
    <li><code>gci</code>: from 0.4.2 to 0.4.3</li>
    <li><code>gci</code>: remove the use of stdin</li>
    <li><code>gci</code>: fix options display</li>
    <li><code>tenv</code>: from 1.6.0 to 1.7.0</li>
    <li><code>unparam</code>: bump to HEAD</li>
    </ul>
    </li>
    </ol>
    <h3>v1.47.0</h3>
    <ol>
    <li>new linters:
    <ul>
    <li><code>asasalint</code>: <a href="https://github.com/alingse/asasalint">https://github.com/alingse/asasalint</a></li>
    </ul>
    </li>
    </ol>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/golangci/golangci-lint/commit/2d8fea819e651d384cf47784a5fb9c789cf5bd59"><code>2d8fea8</code></a> build(deps): bump github.com/daixiang0/gci from 0.6.0 to 0.6.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3058">#3058</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/aeb5860ca84aa6115f8c5b469cec174921350c29"><code>aeb5860</code></a> build(deps): bump github.com/kisielk/errcheck from 1.6.1 to 1.6.2 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3059">#3059</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/0559b9220bcc3b726041135fca2fd7f26c763a5c"><code>0559b92</code></a> build(deps): bump revgrep to HEAD (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3054">#3054</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/3ffde13a17071e61d3ab75a6ddd158cf81046d95"><code>3ffde13</code></a> dev: remove stable from actions/setup-go (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3055">#3055</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/1557692e59c0db1b6eaa771a5887f9434158683d"><code>1557692</code></a> feat: go1.19 support  (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3037">#3037</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/6313fa9a673cbbc339501f077154115254e28509"><code>6313fa9</code></a> contextcheck: disable linter (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3050">#3050</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/0ba1388a4194525dfea1e8b91211c49de9d260f2"><code>0ba1388</code></a> feat: add usestdlibvars (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3016">#3016</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/15cba447fd0e577f1f60170bb188b5c0eca04dab"><code>15cba44</code></a> gci: add missing <code>custom-order</code> setting (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3052">#3052</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/452544a2e7ae9a8fff6422298b0384818de77807"><code>452544a</code></a> build(deps): bump gatsby from 4.15.2 to 4.19.2 in /docs (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3046">#3046</a>)</li>
    <li><a href="https://github.com/golangci/golangci-lint/commit/f9dfb687aa3a7ea9789219e9eb4842ece424b739"><code>f9dfb68</code></a> build(deps): bump gatsby-transformer-yaml from 4.13.0 to 4.19.0 in /docs (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint/issues/3045">#3045</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint/compare/v1.42.1...v1.48.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golangci/golangci-lint&package-manager=go_modules&previous-version=1.42.1&new-version=1.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f295b4d View commit details
    Browse the repository at this point in the history
  6. metrics: add metricsgen makefile target (tendermint#9172)

    Follow on work as a missing piece of tendermint#9156, to make it possible to
    generate metrics automatically using existing build infrastructure.
    tychoish committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    152a2fa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

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

Commits on Aug 11, 2022

  1. PrepareProposal/ProcessProposal: Dealing with block data exposed …

    …to App (tendermint#9219)
    
    * [cherrypicked] abci++: only include meaningful header fields in data passed-through to application (tendermint#8216)
    
    * make proto-gen
    
    * Fix kvstore tests
    
    * Small changes to abci protobufs taken from v0.36.x
    
    * make proto-gen (again)
    
    * [Partial cherrypick] Restore `Commit` to the ABCI++ spec, and other late modifications (backport tendermint#8796) (tendermint#8936)
    
    * Restore `Commit` to the ABCI++ spec, and other late modifications (tendermint#8796)
    
    * Added VoteExtensionsEnableHeight
    
    * Fix reference to `modified`
    
    * Removed old pseudo-code, now included in spec
    
    * Removed markdown warnings in abci++_basic_concepts_002_draft.md
    
    * Restored `Commit` in the Methods section
    
    * Addressed remaining markdown warnings
    
    * Revisited intro and basic concepts section
    
    * Extra pass at all spec sections to recover Commit, and other ABCI++ spec modifications
    
    * Fixed links
    
    * make proto-gen
    
    * Remove _primes_ from spec notation
    
    * Update proto/tendermint/abci/types.proto
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * Update spec/abci++/abci++_tmint_expected_behavior_002_draft.md
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    * Addressed @cmwaters' comments
    
    * Addressed @angbrav's and @mpoke's comments on spec
    
    * make proto-gen
    
    * Fix MD anchor reference
    
    * Clarify throughout the spec when `ProcessProposal` and `VerifyVoteExtension` are called
    
    * Update spec/abci++/abci++_app_requirements_002_draft.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci++/abci++_app_requirements_002_draft.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci++/abci++_app_requirements_002_draft.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update spec/abci++/abci++_basic_concepts_002_draft.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update spec/abci++/abci++_basic_concepts_002_draft.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci++/abci++_basic_concepts_002_draft.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Update spec/abci++/abci++_methods_002_draft.md
    
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    
    * Update spec/abci++/abci++_tmint_expected_behavior_002_draft.md
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Addresed comments
    
    * Renamed 'draft' files
    
    * Adatped links to new filenames
    
    * Fixed links and minor cosmetic changes
    
    * Renamed 'byzantine_validators' to 'misbehavior' in ABCI++ spec and protobufs
    
    * make proto-gen
    
    * Renamed 'byzantine_validators' to 'misbehavior' in the code
    
    * Fixed link
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_basic_concepts.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Update spec/abci++/abci++_methods.md
    
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    
    * Addressed @cason's comments
    
    * Clarified conditions for `ProcessProposal` call at proposer
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    Co-authored-by: Daniel <daniel.cason@usi.ch>
    (cherry picked from commit 331860c)
    
    * Fixed merge conflicts
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    
    * make proto-gen (and again)
    
    * make build
    
    * fix UTs
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    25b0c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4eb611 View commit details
    Browse the repository at this point in the history
  3. abci: Make ABCI and P2P wire-level length delimiters consistent (tend…

    …ermint#9182)
    
    * abci: use protoio for length delimitation (tendermint#5818)
    
    Migrate ABCI to use protoio (uint64 length delimiters) instead of int64
    length delimiters to be consistent with the approach used in the P2P
    layer.
    
    Closes: tendermint#5783
    
    * Import ReadMsg interface change from tendermint#5868
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Convert PR number to link in UPGRADING
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update Tendermint Socket Protocol docs to reflect length prefix encoding change
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Clarify that length delimiters are varints
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    thanethomson and tac0turtle committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ae1fc74 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    f36999e View commit details
    Browse the repository at this point in the history
  2. ABCI types.proto. Handle remaining discrepancies (tendermint#9224)

    * [cherrypicked] version: add abci version to handshake (tendermint#5706)
    
    - add `AbciVersion` RequestInfo
    
    Closes: tendermint#2804
    
    * make proto-gen
    
    * Bump ABCI version: Prepare and Process proposal
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    sergio-mena and tac0turtle committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    cb570f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dc4f93 View commit details
    Browse the repository at this point in the history
  4. Merge pull request tendermint#9236 from tendermint/sergio/merging-mai…

    …n-abci++ppp
    
    Merge `main` into `feature/abci++ppp`
    sergio-mena committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    670abbc View commit details
    Browse the repository at this point in the history
  5. spec: Sync Light Client TLA+ code with master (tendermint#9238)

    * Typo fix in README.md (tendermint#350)
    
    * Updated Apalache type annotations (tendermint#395)
    
    Co-authored-by: Prajjwol Gautam <prajjwol@gmail.com>
    Co-authored-by: Kukovec <jure.kukovec@gmail.com>
    3 people committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    cbc7a1a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. RFC-024: block structure consolidation (tendermint#8457)

    This RFC lays out a proposed set of changes for consolidating the set of information that may be included in the block structure.
    
    {{ [rendered](https://github.com/tendermint/tendermint/blob/wb/rfc-block-structure/docs/rfc/rfc-020-block-structure-consolidation.md) }}
    williambanfield committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c322b89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498657f View commit details
    Browse the repository at this point in the history
  3. Update type annotations in the TLA+ spec of Tendermint for accountabi…

    …lity (tendermint#9263)
    
    * update Apalache type annotations and split evidence into 3 variables
    
    * remove the duplicate of AllPrevotes, due to merge
    konnov committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3003e05 View commit details
    Browse the repository at this point in the history
  4. abci: Remove SetOption tendermint#5447 tendermint#9091 (tendermint#9266)

    * Remove set option for abci
    samricotta committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9993514 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    7bd86ec View commit details
    Browse the repository at this point in the history
  2. config: backport the rename of fastsync to blocksync (tendermint#9259)

    This is largely a cherry pick of tendermint#6755 with some additional fixups added where detected. 
    This change moves the blockchain package to a package called blocksync. Additionally, it renames the relevant uses of the term `fastsync` to `blocksync`.
    
    closes: tendermint#9227 
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    1069ffc View commit details
    Browse the repository at this point in the history
  3. abci-cli: PrepareProposal and ProcessProposal (tendermint#9281)

    * [cherrypicked] abci-cli: added `PrepareProposal` command to cli (tendermint#8656)
    
    * Prepare prosal cli
    
    * [cherrypicked + fixes] abci-cli: Add `process_proposal` command to abci-cli (tendermint#8901)
    
    * Add `process_proposal` command to abci-cli
    
    * Added process proposal to the 'tutorial' examples
    
    * Added entry in CHANGELOG_PENDING.md
    
    * Allow empty blocks in PrepareProposal, ProcessProposal, and FinalizeBlock
    
    * Fix minimum arguments
    
    * Add tests for empty block
    
    * Updated abci-cli doc
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>
    
    * Addressed @williambanfield's comment
    
    Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>
    Co-authored-by: Hernán Vanzetto <hernan.vanzetto@gmail.com>
    3 people committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    622b930 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb9afcc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    c8302c5 View commit details
    Browse the repository at this point in the history
  2. abci++: update PrepareProposal API to accept just a list of bytes (te…

    …ndermint#9283)
    
    This changes the ResponsePrepareProposal type, substituting the []TxRecord for just []bytes. This change is made in the .proto file and in all necessary additional places in the code.
    williambanfield committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1a4d939 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    0ca3a89 View commit details
    Browse the repository at this point in the history
  2. docs: Apply standard Apache 2.0 license (tendermint#9293)

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3cc9764 View commit details
    Browse the repository at this point in the history
  3. docs: Update all docs to prepare for v0.37 (tendermint#9243)

    * Update docs references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update DOCS_README to reflect current reality
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update vuepress config with current versions and updated discussions link
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update generated docs versions
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update docs build to use temp folder instead of home
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Document build-docs Makefile target
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add serve-docs Makefile target to serve local build of docs
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Ensure 404 page is copied during docs build
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Redirect /master/ to /main/
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Attempt to resolve tendermint#7908
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update OpenAPI references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update CHANGELOG references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update Docker readme references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update UPGRADING references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update package-specific documentation references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update spec references from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update all code comment references to docs site from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Build v0.34.x as "latest"
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Explicitly mark v0.34 docs as latest in version selector
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update all links from docs.tendermint.com/main to docs.tendermint.com/latest
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ci: Redeploy docs on pushes to v0.34.x
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Temporarily copy spec directory into docs while building
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add nav link to main and clearly mark as unstable
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Revert to only publishing docs in nav for v0.34 and v0.33 with no latest
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Link to docs.tendermint.com/v0.34 from RFCs
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Rather just use main for all docs.tendermint.com references on main branch
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Rename GitHub tree links from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update link for ABCI Rust client
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update github links from master to main
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update badges in root readme
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove codecov badge since we do not use it any more
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove Java and Kotlin tutorials
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove specs from docs build
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Migrate spec links to GitHub repo from docs site
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove references to non-existent PEX reactor spec
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix linting badge in README
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    daaf5d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    2d8df1b View commit details
    Browse the repository at this point in the history
  2. Forward port discard abci responses change (tendermint#9286)

    * Backport of sam/abci-responses (tendermint#9090) (tendermint#9159)
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    3 people committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    aa303ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b37f062 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50b5c23 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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

Commits on Aug 24, 2022

  1. docs: Add redirects to GitHub for spec links (tendermint#9311)

    * Add spec redirects
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Use hack to make redirects work
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    28cfb03 View commit details
    Browse the repository at this point in the history
  2. Temporarily revert tendermint#9175: remove lastresulthash from merkli…

    …zation in lastresult hash (tendermint#9313)
    
    * Revert "remove lastresulthash from merklization in lastresult hash (tendermint#9175)"
    
    This reverts commit bff63ae.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Clarify wording in ABCI upgrade guidelines
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9f76e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Added PrepareProposal and ProcessProposal data `CHANGELOG_PENDING…

    ….md`. Reworked `UPGRADING.md` (tendermint#9315)
    
    * master-->main in `CONTRIBUTING.md`
    
    * Added feature branches in `CONTRIBUTING.md`
    
    * Fixes to `UPGRADING.md`
    
    * [cherrypicked] docs: minor tweaks (tendermint#5404)
    
    * docs: fix /validators description
    
    Refs tendermint/spec#169
    
    * consensus: remove nil err from logging statement
    
    * update UPGRADING.md
    
    * note about LightBlocks
    
    * Reworked "Unreleased" section of `UPGRADING.md`
    
    * Added PrepareProposal and ProcessProposal to `CHANGELOG_PENDING.md`
    
    * Apply suggestions from @thanethomson's code review
    
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    
    * Addressed @tychoish's comment
    
    Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    3 people committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3233568 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. build(deps): Bump google.golang.org/grpc from 1.48.0 to 1.49.0 (tende…

    …rmint#9322)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.49.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p>
    <blockquote>
    <h2>Release 1.49.0</h2>
    <h1>New Features</h1>
    <ul>
    <li>gcp/observability: add support for Environment Variable <code>GRPC_CONFIG_OBSERVABILITY_JSON</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5525">#5525</a>)</li>
    <li>gcp/observability: add support for custom tags (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5565">#5565</a>)</li>
    </ul>
    <h1>Behavior Changes</h1>
    <ul>
    <li>server: reduce log level from Warning to Info for early connection establishment errors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5524">#5524</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/jpkrohling"><code>@​jpkrohling</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>Bug Fixes</h1>
    <ul>
    <li>client: fix race in flow control that could lead to unexpected EOF errors (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5494">#5494</a>)</li>
    <li>client: fix a race that could cause RPCs to time out instead of failing more quickly with UNAVAILABLE (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5503">#5503</a>)</li>
    <li>client &amp; server: fix a panic caused by passing a <code>nil</code> stats handler to <code>grpc.WithStatsHandler</code> or <code>grpc.StatsHandler</code> (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5543">#5543</a>)</li>
    <li>transport/server: fix a race that could cause a stray header to be sent (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5513">#5513</a>)</li>
    <li>balancer: give precedence to <code>IDLE</code> over <code>TRANSIENT_FAILURE</code> when aggregating connectivity state (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5473">#5473</a>)</li>
    <li>xds/xdsclient: request correct resource name when user specifies a new style resource name with empty authority (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5488">#5488</a>)</li>
    <li>xds/xdsclient: NACK endpoint resources with zero weight (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5560">#5560</a>)</li>
    <li>xds/xdsclient: fix bug that would reset resource version information after ADS stream restart (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5422">#5422</a>)</li>
    <li>xds/xdsclient: fix goroutine leaks when load reporting is enabled (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5505">#5505</a>)</li>
    <li>xds/ringhash: fix config update processing to recreate ring and picker when min/max ring size changes (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5557">#5557</a>)</li>
    <li>xds/ringhash: avoid recreating subChannels when update doesn't change address weight information (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5431">#5431</a>)</li>
    <li>xds/priority: fix bug which could cause priority LB to block all traffic after a config update (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5549">#5549</a>)</li>
    <li>xds: fix bug when environment variable <code>GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION</code> is set to true (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5537">#5537</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/grpc/grpc-go/commit/1c29e075ab1c83a455cf942dd148c467a879800a"><code>1c29e07</code></a> Change version to 1.49.0 (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5583">#5583</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/8e5a84e6b2dec2a96d0b780eeb93cbfd4928086e"><code>8e5a84e</code></a> xds/resolver: generate channel ID randomly (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5603">#5603</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/92cee3440fed794a84394c42046b6b61c07af705"><code>92cee34</code></a> gcp/observability: Add logging filters for logging, tracing, and metrics API ...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/c7fe135d124ebd51e6a9728d1e55c7bebc85407e"><code>c7fe135</code></a> O11Y: Added support for custom tags (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5565">#5565</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/7981af402b2327512c001f8c8eb92b5034ec8ad4"><code>7981af4</code></a> test/kokoro: add missing image tagging to the xDS interop url map buildscript...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/6f34b7ad1546ea084ed79f4b1db6ba5e61c2d8c4"><code>6f34b7a</code></a> xdsclient: NACK endpoint resource if load_balancing_weight is specified and i...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/f9409d385fbaa24c04d2c634aafe974f4f13a042"><code>f9409d3</code></a> ringhash: handle config updates properly (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5557">#5557</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/946dde008f3d66634ab1ae4624a44efb10aa5be6"><code>946dde0</code></a> xdsclient: NACK endpoint resources with zero weight (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5560">#5560</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/b89f49b0ffe3a1ebdf037e7e42dc99ca6a90c8a5"><code>b89f49b</code></a> xdsclient: deflake Test/LDSWatch_PartialValid (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5552">#5552</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/9bc72deba4d2107740084b05f415a766a62c6e06"><code>9bc72de</code></a> grpc: remove mentions of WithBalancerName from comments (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5555">#5555</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.48.0...v1.49.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.48.0&new-version=1.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    2313f35 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. abci: Port EventAttribute field type change to main (tendermint#9335

    )
    
    * types: Refactor EventAttribute (tendermint#6408)
    
    Cherry-pick of 09a6ad7
    
    * Ensure context is honored
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Replace with tagged switch
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Ensure contexts are honored
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add UPGRADING note about type change
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unnecessary conversion
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    thanethomson and alexanderbez committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7b40167 View commit details
    Browse the repository at this point in the history
  2. chore: Format and fix lints (tendermint#9336)

    * make format
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix linting directives
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * make mockery
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Appease CI linter
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Appease CI linter
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    cceea4d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. ci: Prepare for v0.37 release branch (tendermint#9338)

    * Add nightly E2E tests on v0.37.x branch
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add mergify config to backport to v0.37.x
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Update dependabot config for v0.37.x
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    bdf0217 View commit details
    Browse the repository at this point in the history
  2. docs: Update RELEASES.md to reflect current process (tendermint#9339)

    * docs: Update RELEASES.md to reflect current process
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unnecessary asterisk
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f183533 View commit details
    Browse the repository at this point in the history
  3. test: add the loadtime tool (tendermint#9342)

    This pull request adds the loadtime tool. This tool leverages the tm-load-test framework. Using the framework means that the only real logic that needs to be written is the logic for Tx generation. The framework does the rest.
    
    The tool writes a set of metadata into the transaction, including the current transaction rate, number of connections, specified size of the transaction, and the current time.
    williambanfield committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    70fd943 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Update rpc client header (tendermint#9276)

    * Update rpc client header
    samricotta committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2ff11e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. abci: Set version to 1.0.0 (tendermint#9341)

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    b055535 View commit details
    Browse the repository at this point in the history
  2. spec: abci++ cleanup for v0.37 (tendermint#9288)

    * v0.36 abci++ spec
    
    * Basic concepts cleanup
    
    * Resurrected beginBlock to EndBlock sequence
    
    * Global Lock in Concurrency
    
    * ResponseProcessProposal returns list of bytes
    
    * Fixed broken links; added ExtendedCommitInfo and ExtendedVoteInfo
    
    * Replace spec/abci with abci++ content
    
    * Removed spec/abci
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    3 people committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6371f02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf73c79 View commit details
    Browse the repository at this point in the history
  4. test: add the loadtime report tool (tendermint#9351)

    This pull request adds the report tool and modifies the loadtime libraries to better support its use.
    williambanfield committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    8655080 View commit details
    Browse the repository at this point in the history
  5. ci: Pre-release workflows (tendermint#9366)

    In preparation for the v0.37 release, this PR updates:
    1. The [release guidelines](https://github.com/tendermint/tendermint/blob/thane/pre-release-workflows/RELEASES.md#pre-releases) regarding alpha and beta versions, as well as release candidates.
    2. The GitHub workflows to build all 3 kinds of pre-releases for:
       1. Docker images
       2. Binaries (I'm still not 100% sure whether this is necessary, but it does act as a clear signal to users that a pre-release is available, and pre-built binaries could be useful for people running testnets who don't use Docker)
    3. The Goreleaser config to auto-detect whether a tag is a pre-release and mark it as such as the release is created on GitHub.
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    thanethomson committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6bdc970 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. build(deps): Bump github.com/golangci/golangci-lint (tendermint#9323)

    Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.48.0 to 1.49.0.
    - [Release notes](https://github.com/golangci/golangci-lint/releases)
    - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
    - [Commits](golangci/golangci-lint@v1.48.0...v1.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golangci/golangci-lint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    c71efd1 View commit details
    Browse the repository at this point in the history
  2. fix(doc): wrong link address (tendermint#9370)

    Signed-off-by: 117503445 <t117503445@gmail.com>
    
    Signed-off-by: 117503445 <t117503445@gmail.com>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    117503445 and thanethomson committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    e667b85 View commit details
    Browse the repository at this point in the history
  3. ci: Remove "(WARNING: BETA SOFTWARE)" tagline from all upcoming relea…

    …ses (tendermint#9371)
    
    This is by no means a signal that we offer any additional guarantees with our software. This warning seems somewhat pointless given that:
    1. Our open source license clearly states that we offer no warranties with this software.
    2. We are clearly still pre-1.0.
    
    It also doesn't make sense to append "(WARNING: BETA SOFTWARE)" to pre-releases such as alpha releases, which are to be considered _more_ unstable than beta releases.
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    thanethomson committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    d764562 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. refactor: migrate to cosmos/gogoproto (tendermint#9356)

    * refactor: migrate to `cosmos/gogoproto`
    
    * add changelog
    
    * Update Makefile
    
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    
    * update link
    
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    julienrbrt and thanethomson committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    101bf50 View commit details
    Browse the repository at this point in the history
  2. add separated runs by UUID (tendermint#9367)

    This _should_ be the last piece needed for this tool.
    This allows the tool to generate reports on multiple experimental runs that may have been performed against the same chain.
    
    The `load` tool has been updated to generate a `UUID` on startup to uniquely identify each experimental run. The `report` tool separates all of the results it reads by `UUID` and performs separate calculations for each discovered experiment.
    
    Sample output is as follows
    
    ```
    Experiment ID: 6bd7d1e8-d82c-4dbe-a1b3-40ab99e4fa30
    
            Connections: 1
            Rate: 1000
            Size: 1024
    
            Total Valid Tx: 9000
            Total Negative Latencies: 0
            Minimum Latency: 86.632837ms
            Maximum Latency: 1.151089602s
            Average Latency: 813.759361ms
            Standard Deviation: 225.189977ms
    
    Experiment ID: 453960af-6295-4282-aed6-367fc17c0de0
    
            Connections: 1
            Rate: 1000
            Size: 1024
    
            Total Valid Tx: 9000
            Total Negative Latencies: 0
            Minimum Latency: 79.312992ms
            Maximum Latency: 1.162446243s
            Average Latency: 422.755139ms
            Standard Deviation: 241.832475ms
    
    Total Invalid Tx: 0
    ```
    
    closes: tendermint#9352 
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1067ba1 View commit details
    Browse the repository at this point in the history
  3. Add missing changes changelog files (tendermint#9376)

    * Copy over v0.34.21 section of `CHANGELOG.md`
    
    * Missing breaking changes in `CHANGELOG_PENDING.md`
    
    * bump
    
    * Fix doc link
    
    * Fix doc link 2
    sergio-mena committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d54ed64 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    1944dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae117e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffce253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43ebbed View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. test: generate uuid on startup for load tool (tendermint#9383)

    the `NewClient` method is called by the load test framework for each connection. This means that if multiple connections are instantiated, each connection will erroneously have its own UUID. This PR changes the UUID generation to happen at the _beginning_ of the script instead of on client creation so that each experimental run shares a UUID.
    
    Caught while preparing the script for production readiness.
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    59a711e View commit details
    Browse the repository at this point in the history
  2. Update to markdown links (tendermint#9384)

    * first correction of markdown links
    
    * Review updates
    samricotta committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5013bc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. update btcec to v2 and use the latest btcutil (tendermint#9250)

    * secp256k1: upgrade to latest btcec v2 and btcutil
    
    * Update CHANGELOG_PENDING.md
    
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    
    * fix rebase
    
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    wcsiu and thanethomson committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0f45086 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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

Commits on Sep 12, 2022

  1. docs: Update ADRs for v0.37 (tendermint#9399)

    * ADR-060 accepted -> proposed
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-061 accepted -> proposed
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-062 implemented -> proposed
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-063 implemented -> accepted
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-077: Update title and status to reflect current reality
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-078: Update status to reflect current reality
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-079: accepted
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-068 and ADR-080: proposed
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-065: implemented
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * ADR-076: implemented
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    dfefd83 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    8e90d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ead3d View commit details
    Browse the repository at this point in the history
  3. backport: performance improvements for the event query API (tendermin…

    …t#7319) (tendermint#9334)
    
    * Performance improvements for the event query API (tendermint#7319)
    
    Rework the implementation of event query parsing and execution to
    improve performance and reduce memory usage.
    
    Previous memory and CPU profiles of the pubsub service showed query
    processing as a significant hotspot. While we don't have evidence that
    this is visibly hurting users, fixing it is fairly easy and self-contained.
    
    Updates tendermint#6439.
    
    Typical benchmark results comparing the original implementation (PEG) with the reworked implementation (Custom):
    ```
    TEST                        TIME/OP  BYTES/OP  ALLOCS/OP  SPEEDUP   MEM SAVING
    BenchmarkParsePEG-12       51716 ns  526832    27
    BenchmarkParseCustom-12     2167 ns    4616    17         23.8x     99.1%
    BenchmarkMatchPEG-12        3086 ns    1097    22
    BenchmarkMatchCustom-12    294.2 ns      64     3         10.5x     94.1%
    ```
    mmsqe committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e80dd00 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (tende…

    …rmint#9408)
    
    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p>
    <blockquote>
    <h2>v1.13.0</h2>
    <p><strong>Important:</strong> This is the last release supporting Go 1.15.</p>
    <h2>What's Changed</h2>
    <h3>Exciting New Features 🎉</h3>
    <ul>
    <li>Add etcd3 to supported remote providers by <a href="https://github.com/franklinkim"><code>@​franklinkim</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1371">spf13/viper#1371</a></li>
    </ul>
    <h3>Enhancements 🚀</h3>
    <ul>
    <li>Fix go-staticcheck failures (ST1005) by <a href="https://github.com/mjmaisey"><code>@​mjmaisey</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1373">spf13/viper#1373</a></li>
    <li>Use jsonc in markdown codeblocks for better readability by <a href="https://github.com/HurSungYun"><code>@​HurSungYun</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1393">spf13/viper#1393</a></li>
    <li>Add Go 1.19 support by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1424">spf13/viper#1424</a></li>
    <li>Adds support for uint16 with <code>GetUint16</code> by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1405">spf13/viper#1405</a></li>
    <li>Add a DebugTo convenience funtion by <a href="https://github.com/bcrochet"><code>@​bcrochet</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1414">spf13/viper#1414</a></li>
    </ul>
    <h3>Bug Fixes 🐛</h3>
    <ul>
    <li>Recurse into arrays when converting keys to lowercase by <a href="https://github.com/awrichar"><code>@​awrichar</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1387">spf13/viper#1387</a></li>
    </ul>
    <h3>Dependency Updates ⬆️</h3>
    <ul>
    <li>build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1374">spf13/viper#1374</a></li>
    <li>build(deps): bump github.com/subosito/gotenv from 1.3.0 to 1.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1375">spf13/viper#1375</a></li>
    <li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1378">spf13/viper#1378</a></li>
    <li>build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1360">spf13/viper#1360</a></li>
    <li>build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1381">spf13/viper#1381</a></li>
    <li>build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1384">spf13/viper#1384</a></li>
    <li>build(deps): bump mheap/github-action-required-labels from 1 to 2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1383">spf13/viper#1383</a></li>
    <li>build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1395">spf13/viper#1395</a></li>
    <li>build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1420">spf13/viper#1420</a></li>
    <li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1422">spf13/viper#1422</a></li>
    <li>build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1412">spf13/viper#1412</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/mjmaisey"><code>@​mjmaisey</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1373">spf13/viper#1373</a></li>
    <li><a href="https://github.com/HurSungYun"><code>@​HurSungYun</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1393">spf13/viper#1393</a></li>
    <li><a href="https://github.com/franklinkim"><code>@​franklinkim</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1371">spf13/viper#1371</a></li>
    <li><a href="https://github.com/awrichar"><code>@​awrichar</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1387">spf13/viper#1387</a></li>
    <li><a href="https://github.com/oxisto"><code>@​oxisto</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1405">spf13/viper#1405</a></li>
    <li><a href="https://github.com/bcrochet"><code>@​bcrochet</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1414">spf13/viper#1414</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/viper/compare/v1.12.0...v1.13.0">https://github.com/spf13/viper/compare/v1.12.0...v1.13.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/viper/commit/57cc9a000f5fe0ec654d189958b66f20f31fd21a"><code>57cc9a0</code></a> test: fix ini tests</li>
    <li><a href="https://github.com/spf13/viper/commit/8030d5b97630cd111e2cdfa29206a0d12e5bdcf9"><code>8030d5b</code></a> build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0</li>
    <li><a href="https://github.com/spf13/viper/commit/312417a0c5abe15ac04f6ac66c88caa203b44012"><code>312417a</code></a> Add a DebugTo convenience funtion</li>
    <li><a href="https://github.com/spf13/viper/commit/202060b3a253bbac94795be51ca0b8e7432bf0fb"><code>202060b</code></a> Adds support for uint16 with <code>GetUint16</code></li>
    <li><a href="https://github.com/spf13/viper/commit/97591f0083a5382d4187bb20fe5a8fad22d1f619"><code>97591f0</code></a> build: fix lint violations</li>
    <li><a href="https://github.com/spf13/viper/commit/9af8daeeab8febd26877f0bbc10aa0c535b32a73"><code>9af8dae</code></a> ci: upgrade golangci-lint</li>
    <li><a href="https://github.com/spf13/viper/commit/7b4f2b27cdea43d257a5eb1cbbcd0cfc49a1a956"><code>7b4f2b2</code></a> ci: add Go 1.19 to CI</li>
    <li><a href="https://github.com/spf13/viper/commit/601ec815baa479aec40c4b7eb20fe38acf999d02"><code>601ec81</code></a> test: fix toml tests</li>
    <li><a href="https://github.com/spf13/viper/commit/d7f4832bd3c13d295bbef0177c86c413486e8ac9"><code>d7f4832</code></a> build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5</li>
    <li><a href="https://github.com/spf13/viper/commit/c2f42f306019ce4a1680693d4cf284d499d61041"><code>c2f42f3</code></a> build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1</li>
    <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.12.0...v1.13.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.12.0&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c1f163f View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump github.com/lib/pq from 1.10.6 to 1.10.7 (tendermint…

    …#9405)
    
    Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.6 to 1.10.7.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/lib/pq/commit/d5affd5073b06f745459768de35356df2e5fd91d"><code>d5affd5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/lib/pq/issues/1088">#1088</a> from kelvich/sni_support</li>
    <li><a href="https://github.com/lib/pq/commit/d65e6ae4bdd1c86b16cd6d2bcff4fe970dc697b4"><code>d65e6ae</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/lib/pq/issues/1083">#1083</a> from nhooyr/fix-receiver-51e2</li>
    <li><a href="https://github.com/lib/pq/commit/957fc0b40156534f8dd356bc81679d7e1365242b"><code>957fc0b</code></a> Set SNI for TSL connections</li>
    <li><a href="https://github.com/lib/pq/commit/89fee896440712bc328c9087ea185c3990053f31"><code>89fee89</code></a> Use pointer receiver on pq.Error.Error()</li>
    <li>See full diff in <a href="https://github.com/lib/pq/compare/v1.10.6...v1.10.7">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/lib/pq&package-manager=go_modules&previous-version=1.10.6&new-version=1.10.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2d77374 View commit details
    Browse the repository at this point in the history
  6. build(deps): Bump gonum.org/v1/gonum from 0.8.2 to 0.12.0 (tendermint…

    …#9407)
    
    Bumps gonum.org/v1/gonum from 0.8.2 to 0.12.0.
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gonum.org/v1/gonum&package-manager=go_modules&previous-version=0.8.2&new-version=0.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7feb484 View commit details
    Browse the repository at this point in the history
  7. build(deps): Bump github.com/gofrs/uuid (tendermint#9406)

    Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid) from 4.2.0+incompatible to 4.3.0+incompatible.
    - [Release notes](https://github.com/gofrs/uuid/releases)
    - [Commits](gofrs/uuid@v4.2.0...v4.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gofrs/uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7bd84cd View commit details
    Browse the repository at this point in the history
  8. ci: Only allow automated security-related updates until v0.37.0 relea…

    …se (tendermint#9430)
    
    As per discussion with @sergio-mena, this should disable all automated
    dependency updates that are not security-related. We should make this
    part of our standard practice when cutting new major releases, given
    that our QA process for major releases is expensive at present and we
    cannot re-run it for every dependency update.
    
    Once we have cut a final major release, we can consider re-enabling
    automated dependency updates here that can be rolled out in minor
    releases.
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    10f3626 View commit details
    Browse the repository at this point in the history
  9. build(deps): Bump slackapi/slack-github-action from 1.21.0 to 1.22.0 (t…

    …endermint#9431)
    
    Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/slackapi/slack-github-action/releases)
    - [Commits](slackapi/slack-github-action@v1.21.0...v1.22.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>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d67be51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3293ce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. docs: Remove dev base tagging from release branch creation (tendermin…

    …t#9434)
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    0c96f0b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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

Commits on Sep 19, 2022

  1. rfc: simplify mempool to support more broad tendermint uses (tendermi…

    …nt#9294)
    
    For: tendermint#9240 
    
    📖 [Rendered](https://github.com/tendermint/tendermint/blob/wb/app-side-mempool/docs/rfc/rfc-025-support-app-side-mempool.md)
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a8efef1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    db26cff View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump bufbuild/buf-setup-action from 1.7.0 to 1.8.0 (tend…

    …ermint#9450)
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.7.0 to 1.8.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf-setup-action/releases">bufbuild/buf-setup-action's releases</a>.</em></p>
    <blockquote>
    <h2>v1.8.0</h2>
    <ul>
    <li>Set the default buf version to v1.8.0</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/bufbuild/buf-setup-action/commit/ebfad693a1cf43c5a8fc187a3f6ffc9d4b5dea8f"><code>ebfad69</code></a> Update to v1.8.0</li>
    <li><a href="https://github.com/bufbuild/buf-setup-action/commit/9da1a4b6830c677d785fcdb5dd0c65e651860ca4"><code>9da1a4b</code></a> upgrade dependencies (<a href="https://github-redirect.dependabot.com/bufbuild/buf-setup-action/issues/58">#58</a>)</li>
    <li>See full diff in <a href="https://github.com/bufbuild/buf-setup-action/compare/v1.7.0...v1.8.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bufbuild/buf-setup-action&package-manager=github_actions&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0f85704 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump github.com/bufbuild/buf from 1.7.0 to 1.8.0 (tender…

    …mint#9452)
    
    Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.7.0 to 1.8.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.8.0</h2>
    <ul>
    <li>Change default for <code>--origin</code> flag of <code>buf beta studio-agent</code> to <code>https://studio.buf.build</code></li>
    <li>Change default for <code>--timeout</code> flag of <code>buf beta studio-agent</code> to <code>0</code> (no timeout). Before it was
    <code>2m</code> (the default for all the other <code>buf</code> commands).</li>
    <li>Add support for experimental code generation with the <code>plugin:</code> key in <code>buf.gen.yaml</code>.</li>
    <li>Preserve single quotes with <code>buf format</code>.</li>
    <li>Support <code>junit</code> format errors with <code>--error-format</code>.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p>
    <blockquote>
    <h2>[v1.8.0] - 2022-09-14</h2>
    <ul>
    <li>Change default for <code>--origin</code> flag of <code>buf beta studio-agent</code> to <code>https://studio.buf.build</code></li>
    <li>Change default for <code>--timeout</code> flag of <code>buf beta studio-agent</code> to <code>0</code> (no timeout). Before it was
    <code>2m</code> (the default for all the other <code>buf</code> commands).</li>
    <li>Add support for experimental code generation with the <code>plugin:</code> key in <code>buf.gen.yaml</code>.</li>
    <li>Preserve single quotes with <code>buf format</code>.</li>
    <li>Support <code>junit</code> format errors with <code>--error-format</code>.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/bufbuild/buf/commit/dbd4a13a086870e6953ce06d843fc73eae0988e9"><code>dbd4a13</code></a> Update to v1.8.0</li>
    <li><a href="https://github.com/bufbuild/buf/commit/4ab9fb1d8264f78b2918bd68b6c19dab2ef84248"><code>4ab9fb1</code></a> Add <code>LimitWriteBucket</code> (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1390">#1390</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/95670a74cb1ae584eb975ad77ee070920c5c32a8"><code>95670a7</code></a> Rename repo member to contributor (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1402">#1402</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/57e6293ddae968650e88319645372194e5418d35"><code>57e6293</code></a> fix comment to reference new command name (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1401">#1401</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/382276c38eb92e425f4ce2f4cc5f5ab637f05488"><code>382276c</code></a> add httpserver.Run function (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1397">#1397</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/f3fe91a9c06cc84c1b07c715ffe40d123e58dde7"><code>f3fe91a</code></a> fix local generation using plugin key (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1399">#1399</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/59abf7924be5cde914e3931ca4a6d52b99b5cb3d"><code>59abf79</code></a> BSR-527 - Adds old visibility to repository visiblity changed event. (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1398">#1398</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/0f5d198dac13085a6f72f3fca4994f5f7f33ba5c"><code>0f5d198</code></a> BSR-527 - Adds <code>PayloadRepositoryVisibilityChanged</code> (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1395">#1395</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/5da7dc20c28904e13d51020c7de14f2ce170bf12"><code>5da7dc2</code></a> Add curated plugin search term (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1394">#1394</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/495c5912fba633cfeb16f1a8a2bf1648b4cb9631"><code>495c591</code></a> implement protocol for negotiating supported features with plugin (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1360">#1360</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.7.0...v1.8.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    10d1156 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump github.com/cosmos/gogoproto from 1.4.1 to 1.4.2 (te…

    …ndermint#9451)
    
    Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.1 to 1.4.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/releases">github.com/cosmos/gogoproto's releases</a>.</em></p>
    <blockquote>
    <h2>v1.4.2</h2>
    <h3>Features</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/13">#13</a> Add <code>AllFileDescriptors</code> function.</li>
    </ul>
    <h3>Improvements</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/8">#8</a> Fix typo in <code>doc.go</code>.</li>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/8">#8</a> Support for merging messages implementing Merger which are embedded by value.</li>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/8">#8</a> Use reflect.Value.String() for String kinds in proto equal.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md">github.com/cosmos/gogoproto's changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/cosmos/gogoproto/releases/tag/v1.4.2">v1.4.2</a> - 2022-09-14</h2>
    <h3>Features</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/13">#13</a> Add <code>AllFileDescriptors</code> function.</li>
    </ul>
    <h3>Improvements</h3>
    <ul>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/8">#8</a> Fix typo in <code>doc.go</code>.</li>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/8">#8</a> Support for merging messages implementing Merger which are embedded by value.</li>
    <li><a href="https://github-redirect.dependabot.com/cosmos/gogoproto/pull/8">#8</a> Use reflect.Value.String() for String kinds in proto equal.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cosmos/gogoproto/commit/739310d858571659171cdd7b2ca8bea7076c7ff2"><code>739310d</code></a> docs: add changelog (<a href="https://github-redirect.dependabot.com/cosmos/gogoproto/issues/15">#15</a>)</li>
    <li><a href="https://github.com/cosmos/gogoproto/commit/4f8afe8bcdc6a15f9890f6bb14b76d5b5b295cb5"><code>4f8afe8</code></a> feat: add AllFileDescriptors function (<a href="https://github-redirect.dependabot.com/cosmos/gogoproto/issues/13">#13</a>)</li>
    <li><a href="https://github.com/cosmos/gogoproto/commit/27e576980886b16935ef005e856772fd51b3e7e3"><code>27e5769</code></a> ci: fix proto registry workflow (<a href="https://github-redirect.dependabot.com/cosmos/gogoproto/issues/12">#12</a>)</li>
    <li><a href="https://github.com/cosmos/gogoproto/commit/c3a0399b5ef29be2bed06aa30827a024566fd652"><code>c3a0399</code></a> feat: cherry-pick improvements from <code>gogo/protobuf</code> (<a href="https://github-redirect.dependabot.com/cosmos/gogoproto/issues/8">#8</a>)</li>
    <li><a href="https://github.com/cosmos/gogoproto/commit/ed9594ccc9df20896422046173e63cd25fb3ccd3"><code>ed9594c</code></a> chore: bump protobuf (<a href="https://github-redirect.dependabot.com/cosmos/gogoproto/issues/9">#9</a>)</li>
    <li>See full diff in <a href="https://github.com/cosmos/gogoproto/compare/v1.4.1...v1.4.2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/cosmos/gogoproto&package-manager=go_modules&previous-version=1.4.1&new-version=1.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c69ab68 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. crypto: Upstream v0.35.x improvements (tendermint#9255)

    * crypto: Use curve25519-voi
    
    This switches the ed25519, sr25519 and merlin provider to curve25519-voi
    and additionally adopts ZIP-215 semantics for ed25519 verification.
    
    * crypto: Implement batch verification interface for ed25519 and sr25519
    
    This commit adds the batch verification interface, but does not enable
    it for anything.
    
    * types: Use batch verification for verifying commits signatures
    Yawning committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2d1ada4 View commit details
    Browse the repository at this point in the history
  2. cli: add --hard flag to rollback command to remove block as well (ten…

    …dermint#9261)
    
    Co-authored-by: Levi Aul <levi@leviaul.com>
    cmwaters and tsutsu committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e84d43e View commit details
    Browse the repository at this point in the history
  3. crypto/merkle: pre-allocate data slice in innherHash (tendermint#6443) (

    tendermint#9447)
    
    Cherry-picking PR tendermint#6443
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    JayT106 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bfdeccd View commit details
    Browse the repository at this point in the history
  4. crypto/merkle: optimize merkle tree hashing (tendermint#6513) (tender…

    …mint#9446)
    
    * crypto/merkle: optimize merkle tree hashing (tendermint#6513)
    
    Upstream celestiaorg/celestia-core#351 to optimize merkle tree hashing
    
    ```
    benchmark                                 old ns/op     new ns/op     delta
    BenchmarkHashAlternatives/recursive-8     22914         21949         -4.21%
    BenchmarkHashAlternatives/iterative-8     21634         21939         +1.41%
    
    benchmark                                 old allocs     new allocs     delta
    BenchmarkHashAlternatives/recursive-8     398            200            -49.75%
    BenchmarkHashAlternatives/iterative-8     399            301            -24.56%
    
    benchmark                                 old bytes     new bytes     delta
    BenchmarkHashAlternatives/recursive-8     19088         6496          -65.97%
    BenchmarkHashAlternatives/iterative-8     21776         13984         -35.78%
    ```
    
    cc @odeke-em @cuonglm
    
    * update pending log
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    JayT106 and tac0turtle committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    ab4238a View commit details
    Browse the repository at this point in the history
  5. p2p/pex: reuse hash.Hasher per addrbook for speed (tendermint#6509) (t…

    …endermint#9445)
    
    Cherry-picking PR tendermint#6509
    
    By pre-creating the hasher, instead of creating new one everytime addrbook.hash is called.
    
    ```
    name             old time/op    new time/op    delta
    AddrBook_hash-8     181ns ±13%      80ns ± 1%  -56.08%  (p=0.000 n=10+10)
    
    name             old alloc/op   new alloc/op   delta
    AddrBook_hash-8      216B ± 0%        8B ± 0%  -96.30%  (p=0.000 n=10+10)
    
    name             old allocs/op  new allocs/op  delta
    AddrBook_hash-8      2.00 ± 0%      1.00 ± 0%  -50.00%  (p=0.000 n=10+10)
    ```
    
    Fixed tendermint#6508
    
    
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    JayT106 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    080dfab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe0aa4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbcfecb View commit details
    Browse the repository at this point in the history
  8. Ensure Dockerfile stages use consistent Go version (tendermint#9462)

    I noticed the tendermint image was running on Go 1.15. I assume that was just a missed search and replace when updating to go1.18.
    
    Pull the go base image into a build arg so that the image is only defined once, and used consistently across all stages of the build.
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    mark-rushakoff committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    84bc77c View commit details
    Browse the repository at this point in the history
  9. metrics: fix panic because of absent prometheus label (tendermint#9455)

    Absence of this label causes a panic because the setters try to access the label despite it never being added to the metric. This PR adds the label to the metrics, thus preventing the panic.
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f2c32c9 View commit details
    Browse the repository at this point in the history
  10. docs: Use release badge in README instead of latest tag (tendermint#9475

    )
    
    [Rendered](https://github.com/tendermint/tendermint/blob/thane/readme-release-badge/README.md)
    
    The release tag currently shows `dev-v0.38.0`, which isn't useful to anyone.
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    thanethomson committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e48d5a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    f1dc581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561440a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ed437 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    b7f1e1f View commit details
    Browse the repository at this point in the history
  2. loadtime: add block time to the data point (tendermint#9484)

    This pull request adds the block time as the unix time since the epoch to the `report` tool's csv output.
    
    ```csv
    ...
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1614226790,1663707084905417366,4,200,1024
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1614196724,1663707084905417366,4,200,1024
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1613097336,1663707084905417366,4,200,1024
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1609365168,1663707084905417366,4,200,1024
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1617199169,1663707084905417366,4,200,1024
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1615197134,1663707084905417366,4,200,1024
    a7a8b903-1136-4da1-97aa-d25da7b4094f,1610399447,1663707084905417366,4,200,1024
    ...
    ```
    
    #### PR checklist
    
    - [ ] Tests written/updated, or no tests needed
    - [ ] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [ ] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    williambanfield committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    5fe1a72 View commit details
    Browse the repository at this point in the history
  3. tools: use os home dir to instead of the hardcoded PATH (tendermint#9444

    )
    
    porting PR tendermint#6498 to main
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    JayT106 committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e8ec611 View commit details
    Browse the repository at this point in the history
  4. .github/workflows: add cosmos/gosec vulnerability scanner for each Pu…

    …sh/PR (tendermint#9464)
    
    Adds a code vulnerability scanner that'll flag issues and issue advisories from cosmos/gosec https://github.com/cosmos/gosec
    odeke-em committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    ed68aad View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

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

Commits on Sep 27, 2022

  1. build(deps): Bump actions/stale from 5 to 6 (tendermint#9493)

    Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/stale/releases">actions/stale's releases</a>.</em></p>
    <blockquote>
    <h2>v6.0.0</h2>
    <p>:warning: Breaking change :warning:</p>
    <p>Issues/PRs default <code>close-issue-reason</code> is now <code>not_planned</code>(<a href="https://github-redirect.dependabot.com/actions/stale/issues/789">#789</a>)</p>
    <h2>V5.2.0</h2>
    <p>Features:
    New option <code>include-only-assigned</code> enables users to process only issues/PRs that are already assigned. If there is no assignees and this option is set, issue will not be processed per: <a href="https://github-redirect.dependabot.com/actions/stale/issues/596">issue/596</a></p>
    <p>Fixes:
    Fix date comparison edge case <a href="https://github-redirect.dependabot.com/actions/stale/pull/816">PR/816</a></p>
    <p>Dependency Updates:
    <a href="https://github-redirect.dependabot.com/actions/stale/pull/812">PR/812</a></p>
    <h2>Fix issue when days-before-close is more than days-before-stale</h2>
    <p>fixes a bug introduced in <a href="https://github-redirect.dependabot.com/actions/stale/issues/717">#717</a></p>
    <p>fixed in <a href="https://github-redirect.dependabot.com/actions/stale/issues/775">#775</a></p>
    <h2>v5.1.0</h2>
    <h1>[5.1.0]</h1>
    <p><a href="https://github-redirect.dependabot.com/actions/stale/issues/696">Don't process stale issues right after they're marked stale</a>
    Add close-issue-reason option <a href="https://github-redirect.dependabot.com/actions/stale/pull/764">#764</a><a href="https://github-redirect.dependabot.com/actions/stale/pull/772">#772</a>
    Various dependabot/dependency updates</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/actions/stale/blob/main/CHANGELOG.md">actions/stale's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h1>[6.0.0]</h1>
    <p>:warning: Breaking change :warning:</p>
    <p>Issues/PRs default <code>close-issue-reason</code> is now <code>not_planned</code>(<a href="https://github-redirect.dependabot.com/actions/stale/issues/789">#789</a>)</p>
    <h1>[5.1.0]</h1>
    <p><a href="https://github-redirect.dependabot.com/actions/stale/issues/696">Don't process stale issues right after they're marked stale</a>
    [Add close-issue-reason option]<a href="https://github-redirect.dependabot.com/actions/stale/pull/764">#764</a><a href="https://github-redirect.dependabot.com/actions/stale/pull/772">#772</a>
    Various dependabot/dependency updates</p>
    <h2><a href="https://github.com/actions/stale/compare/v3.0.19...v4.1.0">4.1.0</a> (2021-07-14)</h2>
    <h2>Features</h2>
    <ul>
    <li><a href="https://github.com/actions/stale/commit/9912fa74d1c01b5d6187793d97441019cbe325d0">Ability to exempt draft PRs</a></li>
    </ul>
    <h2><a href="https://github.com/actions/stale/compare/v3.0.19...v4.0.0">4.0.0</a> (2021-07-14)</h2>
    <h3>Features</h3>
    <ul>
    <li><strong>options:</strong> simplify config by removing skip stale message options (<a href="https://github-redirect.dependabot.com/actions/stale/issues/457">#457</a>) (<a href="https://github.com/actions/stale/commit/6ec637d238067ab8cc96c9289dcdac280bbd3f4a">6ec637d</a>), closes <a href="https://github-redirect.dependabot.com/actions/stale/issues/405">#405</a> <a href="https://github-redirect.dependabot.com/actions/stale/issues/455">#455</a></li>
    <li><strong>output:</strong> print output parameters (<a href="https://github-redirect.dependabot.com/actions/stale/issues/458">#458</a>) (<a href="https://github.com/actions/stale/commit/3e6d35b685f0b2fa1a69be893fa07d3d85e05ee0">3e6d35b</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>dry-run:</strong> forbid mutations in dry-run (<a href="https://github-redirect.dependabot.com/actions/stale/issues/500">#500</a>) (<a href="https://github.com/actions/stale/commit/f1017f33dd159ea51366375120c3e6981d7c3097">f1017f3</a>), closes <a href="https://github-redirect.dependabot.com/actions/stale/issues/499">#499</a></li>
    <li><strong>logs:</strong> coloured logs (<a href="https://github-redirect.dependabot.com/actions/stale/issues/465">#465</a>) (<a href="https://github.com/actions/stale/commit/5fbbfba142860ea6512549e96e36e3540c314132">5fbbfba</a>)</li>
    <li><strong>operations:</strong> fail fast the current batch to respect the operations limit (<a href="https://github-redirect.dependabot.com/actions/stale/issues/474">#474</a>) (<a href="https://github.com/actions/stale/commit/5f6f311ca6aa75babadfc7bac6edf5d85fa3f35d">5f6f311</a>), closes <a href="https://github-redirect.dependabot.com/actions/stale/issues/466">#466</a></li>
    <li><strong>label comparison</strong>: make label comparison case insensitive <a href="https://github-redirect.dependabot.com/actions/stale/pull/517">#517</a>, closes <a href="https://github-redirect.dependabot.com/actions/stale/pull/516">#516</a></li>
    <li><strong>filtering comments by actor could have strange behavior</strong>: &quot;stale&quot; comments are now detected based on if the message is the stale message not <em>who</em> made the comment(<a href="https://github-redirect.dependabot.com/actions/stale/pull/519">#519</a>), fixes <a href="https://github-redirect.dependabot.com/actions/stale/pull/441">#441</a>, <a href="https://github-redirect.dependabot.com/actions/stale/pull/509">#509</a>, <a href="https://github-redirect.dependabot.com/actions/stale/pull/518">#518</a></li>
    </ul>
    <h3>Breaking Changes</h3>
    <ul>
    <li>The options <code>skip-stale-issue-message</code> and <code>skip-stale-pr-message</code> were removed. Instead, setting the options <code>stale-issue-message</code> and <code>stale-pr-message</code> will be enough to let the stale workflow add a comment. If the options are unset, a comment will not be added which was the equivalent of setting <code>skip-stale-issue-message</code> to <code>true</code>.</li>
    <li>The <code>operations-per-run</code> option will be more effective. After migrating, you could face a failed-fast process workflow if you let the default value (30) or set it to a small number. In that case, you will see a warning at the end of the logs (if enabled) indicating that the workflow was stopped sooner to avoid consuming too much API calls. In most cases, you can just increase this limit to make sure to process everything in a single run.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/stale/commit/3de2653986ebd134983c79fe2be5d45cc3d9f4e1"><code>3de2653</code></a> Update changelog for v6.0.0 (<a href="https://github-redirect.dependabot.com/actions/stale/issues/829">#829</a>)</li>
    <li><a href="https://github.com/actions/stale/commit/02e44c81cc3144e8817a5686f3d7c24658f6f1e6"><code>02e44c8</code></a> fix(options)!: Make <code>not_planned</code> the default <code>close-issue-reason</code> (<a href="https://github-redirect.dependabot.com/actions/stale/issues/807">#807</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/stale/compare/v5...v6">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/stale&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    20ffe9e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. ci: Only notify on nightly E2E failures (tendermint#9495)

    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    thanethomson committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    f76f653 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. build(deps): Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (

    …tendermint#9501)
    
    Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.10.1.
    - [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
    - [Commits](styfle/cancel-workflow-action@0.10.0...0.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: styfle/cancel-workflow-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    45518db View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    5c23ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02cc30 View commit details
    Browse the repository at this point in the history
  3. Use evidence period when pruning (tendermint#9505)

    * Added logic so when pruning, the evidence period is taken into consideration and only deletes unecessary data
    samricotta committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    abbeb91 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. fix wrong axioms (tendermint#9511)

    Co-authored-by: Josef Widder <44643235+josef-widder@users.noreply.github.com>
    nano-o and josef-widder committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b1dc5a6 View commit details
    Browse the repository at this point in the history
  2. Extend the load report tool to include transactions' hashes (tendermi…

    …nt#9509)
    
    * Add transaction hash to raw data
    
    * Add hash in formatted output
    
    * Cosmetic
    sergio-mena committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    cdd3479 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. security/p2p: prevent peers who errored being added to the peer_set (t…

    …endermint#9500)
    
    * Mark failed removal of peer to address security bug
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    jmalicevic and cmwaters committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c0bdb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d26460 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    9dd99e9 View commit details
    Browse the repository at this point in the history
  2. blocksync: retry requests after timeout (tendermint#9518)

    * blocksync: retry requests after timeout
    
    * Minimize changes to re-send block request after timeout
    
    * TO REVERT: reduce queue capacity
    
    * Add reset
    
    * Revert "TO REVERT: reduce queue capacity"
    
    This reverts commit dd0fee5.
    
    * 30 seconds
    
    * don't reset the timer
    
    * Update blocksync/pool.go
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    3 people committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a371b1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f3e87b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Fix: typos (tendermint#9536)

    * Fix: typos
    
    Fix: typos
    
    * Fix: minor typo
    
    Fix: minor typo
    omahs committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    387bf67 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Fix TX payload for DO testnets (tendermint#9540)

    * Added print
    
    * Fix unmarshall
    
    * Fix unmarshalling
    
    * Simplified steps to unmarshall
    
    * minor
    
    * Use 'encoding/hex'
    
    * Forget about C, this is Go!
    
    * gosec warning
    
    * Set maximum payload size
    
    * nosec annotation
    sergio-mena committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    b42c439 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. ci: Update Slack nightly failure messages (tendermint#9551)

    It's mostly not true that a particular commit _caused_ a failure, so I've changed the wording here.
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    thanethomson committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6ea968d View commit details
    Browse the repository at this point in the history
  2. QA Process report for v0.37.x (and baseline for v0.34.x) (tendermint#…

    …9499)
    
    * 1st version. 200 nodes. Missing rotating node
    
    * Small fixes
    
    * Addressed @jmalicevic's comment
    
    * Explain in method how to set the tmint version to test. Improve result section
    
    * 1st version of how to run the 'rotating node' testnet
    
    * Apply suggestions from @williambanfield
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Addressed @williambanfield's comments
    
    * Added reference to Unix load metric
    
    * Added total TXs
    
    * Fixed some 'png's that got swapped. Excluded '.*-node-exporter' processes from memory plots
    
    * Report for rotating node
    
    * Adressed remaining comments from @williambanfield
    
    * Cosmetic
    
    * Addressed some of @thanethomson's comments
    
    * Re-executed the 200 node tests and updated the corresponding sections of the report
    
    * Ignore Python virtualenv directories
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add latency vs throughput script
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add README for latency vs throughput script
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Fix local links to folders
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * v034: only have one level-1 heading
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Adjust headings
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * v0.37.x: add links to issues/PRs
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * v0.37.x: add note about bug being present in v0.34
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * method: adjust heading depths
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Show data points on latency vs throughput plot
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Add latency vs throughput plots
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Correct mentioning of v0.34.21 and add heading
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Refactor latency vs throughput script
    
    Update the latency vs throughput script to rather generate plots from
    the "raw" CSV output from the loadtime reporting tool as opposed to the
    separated CSV files from the experimental method.
    
    Also update the relevant documentation, and regenerate the images from
    the raw CSV data (resulting in pretty much the same plots as the
    previous ones).
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Remove unused default duration const
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Adjust experiment start time to be more accurate and re-plot latency vs throughput
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    * Addressed @williambanfield's comments
    
    * Apply suggestions from code review
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    
    * scripts: Update latency vs throughput readme for clarity
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    
    Signed-off-by: Thane Thomson <connect@thanethomson.com>
    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    Co-authored-by: Thane Thomson <connect@thanethomson.com>
    3 people committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b06e1ce View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. fix: header link (tendermint#9574)

    Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
    rootulp and williambanfield committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c8f2032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df9c41 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Fix some broken links in docs (tendermint#9579)

    Some links that the linter found as broken are replaced by working ones that point to the same contents
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    sergio-mena committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    91fba07 View commit details
    Browse the repository at this point in the history
  2. Update changelog with v0.34.22 entry (tendermint#9588)

    Adds the changelog entry from tendermint#9583 to the changelog on `main`.
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    thanethomson committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4552cfc View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump docker/build-push-action from 3.1.1 to 3.2.0 (tende…

    …rmint#9562)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p>
    <blockquote>
    <h2>v3.2.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Remove workaround for <code>setOutput</code> by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/704">#704</a>)</li>
    <li>Docs: fix Git context link and add more details about subdir support by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/685">#685</a>)</li>
    <li>Docs: named context by <a href="https://github.com/baibaratsky"><code>@​baibaratsky</code></a> and <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/665">#665</a>)</li>
    <li>Bump <code>@​actions/core</code> from 1.9.0 to 1.10.0 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/667">#667</a> <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/695">#695</a>)</li>
    <li>Bump <code>@​actions/github</code> from 5.0.3 to 5.1.1 (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/696">#696</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0">https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/build-push-action/commit/c56af957549030174b10d6867f20e78cfd7debc5"><code>c56af95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/704">#704</a> from crazy-max/setOutput</li>
    <li><a href="https://github.com/docker/build-push-action/commit/75aaa63262c61b07bea51f366dc4ac9b99562fe2"><code>75aaa63</code></a> Remove workaround for setOutput</li>
    <li><a href="https://github.com/docker/build-push-action/commit/f97d6e28502c8746b733983684d72fa7aa55e591"><code>f97d6e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/700">#700</a> from crazy-max/update-docs</li>
    <li><a href="https://github.com/docker/build-push-action/commit/47c00d78bfb0dbb514c150a184f4336e812147a6"><code>47c00d7</code></a> ci: secret job to check for invalid secrets</li>
    <li><a href="https://github.com/docker/build-push-action/commit/871b930e7a4dec810558105aa88b244f705f3529"><code>871b930</code></a> docs: update links and layout</li>
    <li><a href="https://github.com/docker/build-push-action/commit/105bf59b00f9b5bec960a9498145073428a3ec7b"><code>105bf59</code></a> docs: copy between registries with buildx</li>
    <li><a href="https://github.com/docker/build-push-action/commit/48888e0b1305dca3a741ceb3b5a04ea336cd2626"><code>48888e0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/699">#699</a> from crazy-max/docs-outputs</li>
    <li><a href="https://github.com/docker/build-push-action/commit/6b820ad47e852ec2f9347594c76cc4ecdbcf1ec2"><code>6b820ad</code></a> docs: note about multiple outputs</li>
    <li><a href="https://github.com/docker/build-push-action/commit/e1a10350ee85060d246eaf050ae1561f55e73aeb"><code>e1a1035</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/665">#665</a> from baibaratsky/patch-1</li>
    <li><a href="https://github.com/docker/build-push-action/commit/0f5a7d48d5bf7b6abae4f9325152dee483752fd3"><code>0f5a7d4</code></a> docs: named contexts</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=3.1.1&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    3cdfbda View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 (ten…

    …dermint#9563)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/setup-buildx-action/releases">docker/setup-buildx-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Auth support for tls endpoint by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/164">#164</a>)</li>
    <li>Nodes metadata JSON ouput by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/162">#162</a>)
    <ul>
    <li><code>endpoint</code>, <code>status</code> and <code>flags</code> outputs are deprecated. Use <code>nodes</code> output instead.</li>
    </ul>
    </li>
    <li>Skip setting buildkitd flags and config for remote driver by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/161">#161</a>)</li>
    <li>Move args logic to context module and add tests by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/169">#169</a>)</li>
    <li>Remove workaround for <code>setOutput</code> by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/170">#170</a>)</li>
    <li>Fix deprecated <code>fs.rmdir</code> by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/171">#171</a>)</li>
    <li>Docs: clarify install option by <a href="https://github.com/rodrigc"><code>@​rodrigc</code></a> in (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/152">#152</a>)</li>
    <li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/151">#151</a> <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/157">#157</a> <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/167">#167</a>)</li>
    <li>Bump <code>@​actions/tool-cache</code> from 1.7.2 to 2.0.1 (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/150">#150</a>)</li>
    <li>Bump <code>@​actions/http-client</code> from 1.0.11 to 2.0.1 (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/149">#149</a>)</li>
    <li>Bump uuid from 8.3.2 to 9.0.0 (<a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/159">#159</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0">https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/95cb08cb2672c73d4ffd2f422e6d11953d2a9c70"><code>95cb08c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/171">#171</a> from crazy-max/rmsync</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/eb5c2a6eeae6f46e63ee461dabd0b1617de25ec5"><code>eb5c2a6</code></a> Fix deprecated fs.rmdir</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/83612bea36a38592c0852c00a3c3597f1eeec257"><code>83612be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/170">#170</a> from crazy-max/setOutput</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/40fefd8a58d8d96fec8ac78e02c3e525d4ff3453"><code>40fefd8</code></a> Remove workaround for setOutput</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/90a1e4619e9c0444b0b549de1737f4df8df24f8f"><code>90a1e46</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/169">#169</a> from crazy-max/context-module</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/5a9fc405758950b77ecd0108de66eaf98e6e60bc"><code>5a9fc40</code></a> move args logic to context module and add tests</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/6c48dad5f09ec0ab0892a98158d3ecc6504008ea"><code>6c48dad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/159">#159</a> from docker/dependabot/npm_and_yarn/uuid-9.0.0</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/16c2ddbfa762b44ed004646a6e933912595f55f9"><code>16c2ddb</code></a> update generated content</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/0fe8589bf44bd9243a334331d06443de900bb9a2"><code>0fe8589</code></a> Bump uuid from 8.3.2 to 9.0.0</li>
    <li><a href="https://github.com/docker/setup-buildx-action/commit/f3692cbe433bdedc0d6300c45d643177842f52b7"><code>f3692cb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/setup-buildx-action/issues/167">#167</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.0</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-buildx-action&package-manager=github_actions&previous-version=2.0.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6768b98 View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (

    …tendermint#9561)
    
    Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.1 to 0.11.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/styfle/cancel-workflow-action/releases">styfle/cancel-workflow-action's releases</a>.</em></p>
    <blockquote>
    <h2>0.11.0</h2>
    <h3>Minor Changes</h3>
    <ul>
    <li>Update to Node 16: <a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/186">#186</a></li>
    <li>Chore: rebuild: 1e0e690cd3756927cda56ad0033137ff1268c477</li>
    <li>Chore(deps-dev): bump typescript from 4.8.3 to 4.8.4: <a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/181">#181</a></li>
    <li>Chore(deps): bump <code>@​actions/github</code> from 5.1.0 to 5.1.1: <a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/182">#182</a></li>
    <li>Chore(deps): bump <code>@​actions/core</code> from 1.9.1 to 1.10.0: <a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/183">#183</a></li>
    </ul>
    <h3>Credits</h3>
    <p>Huge thanks to <a href="https://github.com/mattjohnsonpint"><code>@​mattjohnsonpint</code></a> for helping!</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/styfle/cancel-workflow-action/commit/b173b6ec0100793626c2d9e6b90435061f4fc3e5"><code>b173b6e</code></a> 0.11.0</li>
    <li><a href="https://github.com/styfle/cancel-workflow-action/commit/1e0e690cd3756927cda56ad0033137ff1268c477"><code>1e0e690</code></a> chore: rebuild</li>
    <li><a href="https://github.com/styfle/cancel-workflow-action/commit/4e668e5dc322d61817bde42d6129da4c694eea11"><code>4e668e5</code></a> Update to Node 16 (<a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/186">#186</a>)</li>
    <li><a href="https://github.com/styfle/cancel-workflow-action/commit/f78dcd888e10edaadffa867cb225a0db55007f9b"><code>f78dcd8</code></a> chore(deps): bump <code>@​actions/core</code> from 1.9.1 to 1.10.0 (<a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/183">#183</a>)</li>
    <li><a href="https://github.com/styfle/cancel-workflow-action/commit/6b6782c03d0135287ddb07d261711f9baacc0913"><code>6b6782c</code></a> chore(deps): bump <code>@​actions/github</code> from 5.1.0 to 5.1.1 (<a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/182">#182</a>)</li>
    <li><a href="https://github.com/styfle/cancel-workflow-action/commit/1a300fe93c43ece33271d25d7dee65b8f7731839"><code>1a300fe</code></a> chore(deps-dev): bump typescript from 4.8.3 to 4.8.4 (<a href="https://github-redirect.dependabot.com/styfle/cancel-workflow-action/issues/181">#181</a>)</li>
    <li>See full diff in <a href="https://github.com/styfle/cancel-workflow-action/compare/0.10.1...0.11.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=styfle/cancel-workflow-action&package-manager=github_actions&previous-version=0.10.1&new-version=0.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1c60efc View commit details
    Browse the repository at this point in the history
  6. build(deps): Bump slackapi/slack-github-action from 1.22.0 to 1.23.0 (t…

    …endermint#9564)
    
    Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.22.0 to 1.23.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/slackapi/slack-github-action/releases">slackapi/slack-github-action's releases</a>.</em></p>
    <blockquote>
    <h2>Slack Send V1.23.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bump node from 12 to 16 by <a href="https://github.com/quinnjn"><code>@​quinnjn</code></a> in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/128">slackapi/slack-github-action#128</a></li>
    <li>Bump eslint from 8.23.0 to 8.24.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/135">slackapi/slack-github-action#135</a></li>
    <li>Bump <code>@​actions/core</code> from 1.9.1 to 1.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/134">slackapi/slack-github-action#134</a></li>
    <li>Bump <code>@​actions/github</code> from 5.0.3 to 5.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/133">slackapi/slack-github-action#133</a></li>
    <li>Use https proxy agent by <a href="https://github.com/EHitchcockIAG"><code>@​EHitchcockIAG</code></a> in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/132">slackapi/slack-github-action#132</a></li>
    <li>Release v1.23.0 by <a href="https://github.com/hello-ashleyintech"><code>@​hello-ashleyintech</code></a> in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/139">slackapi/slack-github-action#139</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/quinnjn"><code>@​quinnjn</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/128">slackapi/slack-github-action#128</a></li>
    <li><a href="https://github.com/EHitchcockIAG"><code>@​EHitchcockIAG</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/132">slackapi/slack-github-action#132</a></li>
    <li><a href="https://github.com/hello-ashleyintech"><code>@​hello-ashleyintech</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/pull/139">slackapi/slack-github-action#139</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/slackapi/slack-github-action/compare/v1.22.0...v1.23.0">https://github.com/slackapi/slack-github-action/compare/v1.22.0...v1.23.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/007b2c3c751a190b6f0f040e47ed024deaa72844"><code>007b2c3</code></a> Automatic compilation</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/60532b08440640e81b9241aa38a57d95ddaa5693"><code>60532b0</code></a> Release v1.23.0 (<a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/issues/139">#139</a>)</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/acb114ffb5579419fcd58ce2b3ab7f96b019c72f"><code>acb114f</code></a> Use https proxy agent (<a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/issues/132">#132</a>)</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/0ae8044e6f4bda8d748e93c8d8fbc1d4a3b63f39"><code>0ae8044</code></a> Improve README to clearly mention a channel ID is required for updating messages</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/71bf093cd307dcc8678be6828cff8f4b8e4b2db0"><code>71bf093</code></a> Bump <code>@​actions/github</code> from 5.0.3 to 5.1.1 (<a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/issues/133">#133</a>)</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/9dba6b6137b6402046f9ce8c2e8d665ab2872dc3"><code>9dba6b6</code></a> Bump <code>@​actions/core</code> from 1.9.1 to 1.10.0 (<a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/issues/134">#134</a>)</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/7190fb233e475abadf69e73b1ee0846b8410f1e8"><code>7190fb2</code></a> Bump eslint from 8.23.0 to 8.24.0 (<a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/issues/135">#135</a>)</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/a764c057f3667abde4c57b733b27840e10acecf1"><code>a764c05</code></a> Bump node from 12 to 16 (<a href="https://github-redirect.dependabot.com/slackapi/slack-github-action/issues/128">#128</a>)</li>
    <li><a href="https://github.com/slackapi/slack-github-action/commit/eb1a153fadd2fb3c2b13f11086096b958c4495e3"><code>eb1a153</code></a> Add language to the maintainers guide about milestone management.</li>
    <li>See full diff in <a href="https://github.com/slackapi/slack-github-action/compare/v1.22.0...v1.23.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slackapi/slack-github-action&package-manager=github_actions&previous-version=1.22.0&new-version=1.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    93ab364 View commit details
    Browse the repository at this point in the history
  7. build(deps): Bump docker/login-action from 2.0.0 to 2.1.0 (tendermint…

    …#9565)
    
    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/login-action/releases">docker/login-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Ensure AWS temp credentials are redacted in workflow logs by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/275">#275</a>)</li>
    <li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/252">#252</a> <a href="https://github-redirect.dependabot.com/docker/login-action/issues/292">#292</a>)</li>
    <li>Bump <code>@​aws-sdk/client-ecr</code> from 3.53.0 to 3.186.0 (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/298">#298</a>)</li>
    <li>Bump <code>@​aws-sdk/client-ecr-public</code> from 3.53.0 to 3.186.0 (<a href="https://github-redirect.dependabot.com/docker/login-action/issues/299">#299</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/login-action/compare/v2.0.0...v2.1.0">https://github.com/docker/login-action/compare/v2.0.0...v2.1.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/login-action/commit/f4ef78c080cd8ba55a85445d5b36e214a81df20a"><code>f4ef78c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/login-action/issues/299">#299</a> from docker/dependabot/npm_and_yarn/aws-sdk/client-ec...</li>
    <li><a href="https://github.com/docker/login-action/commit/9ad4ce3929bc07d004540e2ebe754234848335e2"><code>9ad4ce3</code></a> Update generated content</li>
    <li><a href="https://github.com/docker/login-action/commit/884eadd4f88fc6034a7a1ba10fbd2fd69404b94b"><code>884eadd</code></a> Bump <code>@​aws-sdk/client-ecr-public</code> from 3.53.0 to 3.186.0</li>
    <li><a href="https://github.com/docker/login-action/commit/a266232f5c33001624fdfca7a1d9e5c5612a20ac"><code>a266232</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/login-action/issues/298">#298</a> from docker/dependabot/npm_and_yarn/aws-sdk/client-ec...</li>
    <li><a href="https://github.com/docker/login-action/commit/f97efcfbf9cb420547dae40adf642fc2366c979a"><code>f97efcf</code></a> Update generated content</li>
    <li><a href="https://github.com/docker/login-action/commit/5ae789beac0ced16338cc5996b168a5785de8ae9"><code>5ae789b</code></a> Bump <code>@​aws-sdk/client-ecr</code> from 3.53.0 to 3.186.0</li>
    <li><a href="https://github.com/docker/login-action/commit/71c23b5b3471683fb0acf7a6c821f834735aec44"><code>71c23b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/login-action/issues/292">#292</a> from docker/dependabot/npm_and_yarn/actions/core-1.10.0</li>
    <li><a href="https://github.com/docker/login-action/commit/6401d70aab8811e905cbf52b0eae2c58bc274b5b"><code>6401d70</code></a> Update generated content</li>
    <li><a href="https://github.com/docker/login-action/commit/67e8909cc694e896d07b96876522f898972abbfd"><code>67e8909</code></a> Bump <code>@​actions/core</code> from 1.9.1 to 1.10.0</li>
    <li><a href="https://github.com/docker/login-action/commit/21f251affc0769ccac8a1cf17e937592fb492337"><code>21f251a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/login-action/issues/275">#275</a> from crazy-max/redact-aws-creds</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/login-action/compare/v2.0.0...v2.1.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=2.0.0&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6e38fff View commit details
    Browse the repository at this point in the history
  8. build(deps): Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (tenderm…

    …int#9566)
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p>
    <blockquote>
    <h2>v1.6.0</h2>
    <h3>Summer 2022 Release</h3>
    <p>Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding <code>--help</code> and <code>--version</code> automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the <code>OnFinalize</code> method to cleanup things when all &quot;work&quot; is done. Checkout the full changelog below:</p>
    <hr />
    <h4>Features 🌠</h4>
    <ul>
    <li>Add groups for commands in help: <a href="https://github.com/aawsome"><code>@​aawsome</code></a> <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1003">#1003</a></li>
    <li>Support for case-insensitive command names: <a href="https://github.com/YuviGold"><code>@​YuviGold</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1802">#1802</a></li>
    <li>Expose <code>ValidateRequiredFlags</code> and <code>ValidateFlagGroups</code>: <a href="https://github.com/skeetwu"><code>@​skeetwu</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1760">#1760</a></li>
    <li>Add <code>--version</code> flag to help output: <a href="https://github.com/fnickels"><code>@​fnickels</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1707">#1707</a></li>
    <li>Add <code>--help</code> and <code>--version</code> flag in completions: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1813">#1813</a></li>
    <li>Add <code>OnFinalize</code> method: <a href="https://github.com/yann-soubeyrand"><code>@​yann-soubeyrand</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1788">#1788</a></li>
    <li>Allow user to add completion for powershell alias: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1621">#1621</a></li>
    <li>Make <code>InitDefaultcompletionCmd</code> public: <a href="https://github.com/gssbzn"><code>@​gssbzn</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1467">#1467</a></li>
    </ul>
    <h4>Deprecation 👎🏼</h4>
    <ul>
    <li><code>ExactValidArgs</code> is deprecated (but not being removed entirely). This is abit nuanced, so checkout <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1643">#1643</a> for further information and the <a href="https://github.com/spf13/cobra/blob/main/user_guide.md">updated <code>user_guide.md</code></a> on how this may affect you (and how you can take advantage of the <em>correct</em> behavior in the validators): <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1643">#1643</a></li>
    </ul>
    <h4>Bug fixes 🐛</h4>
    <ul>
    <li>Fix (bash-v2) <code>activeHelp</code> length check syntax: <a href="https://github.com/scop"><code>@​scop</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1762">#1762</a></li>
    <li>Fix correct command path in <code>see_also</code> for yaml documentation: <a href="https://github.com/zregvart"><code>@​zregvart</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1771">#1771</a></li>
    <li>Fix showing flags that shadow parent persistent flag in child help messaging: <a href="https://github.com/brianpursley"><code>@​brianpursley</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1776">#1776</a></li>
    </ul>
    <h4>Dependencies 🗳️</h4>
    <ul>
    <li>Upgrade to use <code>gopkg.in/yaml.v3</code>: <a href="https://github.com/tklauser"><code>@​tklauser</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1766">#1766</a></li>
    </ul>
    <h4>Testing 🤔</h4>
    <ul>
    <li>Test on Golang 1.19: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> &amp; <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1782">#1782</a></li>
    <li>Renamed powershell completion tests: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1803">#1803</a></li>
    <li>Use <code>action/setup-go</code> cache: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1783">#1783</a></li>
    <li>Add <code>workflow_dispatch</code> to CI actions: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1387">#1387</a></li>
    <li>Add minimum GitHub token permissions for workflows: <a href="https://github.com/varunsh-coder"><code>@​varunsh-coder</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1792">#1792</a></li>
    </ul>
    <h4>Docs ✏️</h4>
    <ul>
    <li>Fixup spelling for GitHub CLI: <a href="https://github.com/eltociear"><code>@​eltociear</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1744">#1744</a></li>
    <li>Clarify <code>SetContext</code> documentation: <a href="https://github.com/katexochen"><code>@​katexochen</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1748">#1748</a></li>
    <li>Instruct user to <code>go install</code> for binary: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1726">#1726</a></li>
    <li>User guide cleanup: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1656">#1656</a></li>
    <li>Document option to hide the default completion command: <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1779">#1779</a></li>
    </ul>
    <h4>Misc 💭</h4>
    <ul>
    <li>Add KubeVirt, CloudQuery, Cilium, Okteto, Zitadel, Allero to projects using cobra: <a href="https://github.com/maiqueb"><code>@​maiqueb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1741">#1741</a>, <a href="https://github.com/yevgenypats"><code>@​yevgenypats</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1742">#1742</a>, <a href="https://github.com/tklauser"><code>@​tklauser</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1745">#1745</a>, <a href="https://github.com/jLopezbarb"><code>@​jLopezbarb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1759">#1759</a>, <a href="https://github.com/fforootd"><code>@​fforootd</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1772">#1772</a>, <a href="https://github.com/dimabru"><code>@​dimabru</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1819">#1819</a></li>
    <li>Use correct stale action <code>exempt</code> yaml keys: <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1800">#1800</a></li>
    <li>Add missing license headers: <a href="https://github.com/umarcor"><code>@​umarcor</code></a> <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1809">#1809</a></li>
    </ul>
    <p><em>Note:</em> Per <a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1804">#1804</a>, we will be moving away from &quot;seasonal&quot; releases and doing more generic point release targets. Continue to track the milestones and issues in the <code>spf13/cobra</code> GitHub repository for more information!</p>
    <p>Great work everyone! Cobra would never be possible without your contributions! 🐍</p>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/cobra/commit/860791844ed3a2e544a9b9bbbcb14144a948ad20"><code>8607918</code></a> feat: make InitDefaultCompletionCmd public (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1467">#1467</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/2169adb5749372c64cdd303864ae8a444da6350f"><code>2169adb</code></a> Add groups for commands in help (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1003">#1003</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/212ea4078323771dc49b6f25a41d84efbaac3a4c"><code>212ea40</code></a> Include --help and --version flag in completion (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1813">#1813</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/d4040ad8dbc351b7eb88b2ffcff6f3642bce8ce1"><code>d4040ad</code></a> Allow user to add completion for powershell alias (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1621">#1621</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/23fc5e099f7bb8b8f979e3928cb1078b9c939daa"><code>23fc5e0</code></a> ci: add minimum GitHub token permissions for workflows (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1792">#1792</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/93d1913fb03362f97e95aeacc7d1541764cafc2f"><code>93d1913</code></a> Add OnFinalize method (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1788">#1788</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/07034fee4995578a771c4185dab38cc16ac3f420"><code>07034fe</code></a> build(deps): bump actions/stale from 5 to 6 (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1815">#1815</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/3dc9761b36e8975006cd9b47d3b55b9751050a1e"><code>3dc9761</code></a> Add allero to list of projects using cobra (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1819">#1819</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/7039e1fa214cfc1de404ed6540158c8fda64a758"><code>7039e1f</code></a> Add '--version' flag to Help output (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1707">#1707</a>)</li>
    <li><a href="https://github.com/spf13/cobra/commit/fce8d8aeb08dc6afe413cc0af67a7fbb3cffec4c"><code>fce8d8a</code></a> Expose ValidateRequiredFlags and ValidateFlagGroups (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1760">#1760</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.5.0...v1.6.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    58ee42c View commit details
    Browse the repository at this point in the history
  9. build(deps): Bump google.golang.org/grpc from 1.50.0 to 1.50.1 (tende…

    …rmint#9567)
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.0 to 1.50.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p>
    <blockquote>
    <h2>Release 1.50.1</h2>
    <p>New Features</p>
    <ul>
    <li>gcp/observability: support new configuration defined in public preview user guide</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/grpc/grpc-go/commit/4c776ec01572d55249df309251900554b46adb41"><code>4c776ec</code></a> Cherry-pick observability changes from master to v1.50.x and update version t...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/6576007e5601072d8ddf9a01720851cd12e2b7bc"><code>6576007</code></a> Change version to 1.50.1-dev (<a href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5686">#5686</a>)</li>
    <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.50.0...v1.50.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.50.0&new-version=1.50.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    301211c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. docs: clarify BlockIDFlag variants (tendermint#9590)

    * docs: clarify BlockIDFlag variants
    
    * Update proto/tendermint/types/types.proto
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    
    * Update proto/tendermint/types/types.proto
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    
    * Update spec/core/data_structures.md
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    
    * Update spec/core/data_structures.md
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    
    * make proto-gen
    
    Co-authored-by: Sergio Mena <sergio@informal.systems>
    rootulp and sergio-mena committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    3bd2153 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. docs: remove outdated comment (tendermint#9597)

    tendermint#8775 was resolved and backported so I think this comment is no longer applicable.
    rootulp committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    af2981a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    3136b7a View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1 (ten…

    …dermint#9616)
    
    Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.2.0 to 1.2.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/BurntSushi/toml/releases">github.com/BurntSushi/toml's releases</a>.</em></p>
    <blockquote>
    <h2>v1.2.1</h2>
    <p>This release fixes the <code>omitempty</code> struct tag on an uncomparable type panicking.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/BurntSushi/toml/commit/74c008f3d2dcb9c295248aada067301a0d810932"><code>74c008f</code></a> Test Go 1.19; gofmt 1.19</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/8de7f4a34c172a761a315154970f2ff5f2f32b0f"><code>8de7f4a</code></a> Update tests a little bit and add comment</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/8bbca55db535f5fb9a35b0267dda7ba82c4ffd60"><code>8bbca55</code></a> add a check for uncomparable empty structs</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/17ef72d8f765b7400d9a9b3cd3eba5028a2bcd84"><code>17ef72d</code></a> Tweak docs to use Go 1.19 syntax</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/1ba7f5b05951c7331f4eefea9bce295e2cb141f2"><code>1ba7f5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/BurntSushi/toml/issues/367">#367</a> from zhsj/fix-32</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/473c10f5a3a879603fb084c86a9a3b0508a85813"><code>473c10f</code></a> Fix test on 32 bit arch</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/360c9e349664b57aac916a5c41aac8702b179c09"><code>360c9e3</code></a> Don't return error on uncomparable types: just silently ignore like before</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/929b0a7b987e054a2d17a5ad552d054f82b91b2f"><code>929b0a7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/BurntSushi/toml/issues/361">#361</a> from BurntSushi/p-omitempty</li>
    <li><a href="https://github.com/BurntSushi/toml/commit/8d9ffad36d84d870dd2d7740d5ecc6fd8626d3c8"><code>8d9ffad</code></a> Don't panic with 'omitempty' and uncomparable type</li>
    <li>See full diff in <a href="https://github.com/BurntSushi/toml/compare/v1.2.0...v1.2.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/BurntSushi/toml&package-manager=go_modules&previous-version=1.2.0&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    2c40ca5 View commit details
    Browse the repository at this point in the history
  3. e2e: configurable IP addresses for e2e testnet generator (tendermint#…

    …9592)
    
    * add the infrastructure types
    
    * add infra data to testnetload
    
    * extract infrastructure generation from manifest creation
    
    * add infrastructure type and data flags
    
    * rename docker ifd constructor
    
    * implement read ifd from file
    
    * add 'provider' field to the infrastructure data file to disable ip range check
    
    * return error from infrastructure from data file function
    
    * remove ifd from Setup
    
    * implement a basic infra provider with a simple setup command
    
    * remove misbehavior remnants
    
    * use manifest instead of file in all places
    
    * include cidr block range in the infrastructure data
    
    * nolint gosec
    
    * gosec
    
    * lint
    williambanfield committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f670920 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40a59d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    0d4db7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a46a76 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump github.com/bufbuild/buf from 1.8.0 to 1.9.0 (tender…

    …mint#9615)
    
    Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.8.0 to 1.9.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.9.0</h2>
    <ul>
    <li>
    <p>New compiler that is faster and uses less memory than the outgoing one.</p>
    <ul>
    <li>When generating source code info, the new compiler is 20% faster, and allocates
    13% less memory.</li>
    <li>If <em>not</em> generating source code info, the new compiler is 50% faster and
    allocates 35% less memory.</li>
    <li>In addition to allocating less memory through the course of a compilation, the
    new compiler releases some memory much earlier, allowing it to be garbage
    collected much sooner. This means that by the end of a very large compilation
    process, less than half as much memory is live/pinned to the heap, decreasing
    overall memory pressure.</li>
    </ul>
    <p>The new compiler also addresses a few bugs where Buf would accept proto sources
    that protoc would reject:</p>
    <ul>
    <li>In proto3 files, field and enum names undergo a validation that they are
    sufficiently different so that there will be no conflicts in JSON names.</li>
    <li>Fully-qualified names of elements (like a message, enum, or service) may not
    conflict with package names.</li>
    <li>A oneof or extend block may not contain empty statements.</li>
    <li>Package names may not be &gt;= 512 characters in length or contain &gt; 100 dots.</li>
    <li>Nesting depth of messages may not be &gt; 32.</li>
    <li>Field types and method input/output types may not refer to synthetic
    map entry messages.</li>
    </ul>
    </li>
    <li>
    <p>Push lint and breaking configuration to the registry.</p>
    </li>
    <li>
    <p>Include <code>LICENSE</code> file in the module on <code>buf push</code>.</p>
    </li>
    <li>
    <p>Formatter better edits/preserves whitespace around inline comments.</p>
    </li>
    <li>
    <p>Formatter correctly indents multi-line block (C-style) comments.</p>
    </li>
    <li>
    <p>Formatter now indents trailing comments at the end of an indented block body
    (including contents of message and array literals and elements in compact options)
    the same as the rest of the body (instead of out one level, like the closing
    punctuation).</p>
    </li>
    <li>
    <p>Formatter uses a compact, single-line representation for array and message literals
    in option values that are sufficiently simple (single scalar element or field).</p>
    </li>
    <li>
    <p><code>buf beta convert</code> flags have changed from <code>--input</code> to <code>--from</code> and <code>--output</code>/<code>-o</code> to <code>--to</code></p>
    </li>
    <li>
    <p>Fully qualified type names now must be passed to the <code>input</code> argument and <code>--type</code> flag separately</p>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p>
    <blockquote>
    <h2>[v1.9.0] - 2022-10-19</h2>
    <ul>
    <li>
    <p>New compiler that is faster and uses less memory than the outgoing one.</p>
    <ul>
    <li>When generating source code info, the new compiler is 20% faster, and allocates
    13% less memory.</li>
    <li>If <em>not</em> generating source code info, the new compiler is 50% faster and
    allocates 35% less memory.</li>
    <li>In addition to allocating less memory through the course of a compilation, the
    new compiler releases some memory much earlier, allowing it to be garbage
    collected much sooner. This means that by the end of a very large compilation
    process, less than half as much memory is live/pinned to the heap, decreasing
    overall memory pressure.</li>
    </ul>
    <p>The new compiler also addresses a few bugs where Buf would accept proto sources
    that protoc would reject:</p>
    <ul>
    <li>In proto3 files, field and enum names undergo a validation that they are
    sufficiently different so that there will be no conflicts in JSON names.</li>
    <li>Fully-qualified names of elements (like a message, enum, or service) may not
    conflict with package names.</li>
    <li>A oneof or extend block may not contain empty statements.</li>
    <li>Package names may not be &gt;= 512 characters in length or contain &gt; 100 dots.</li>
    <li>Nesting depth of messages may not be &gt; 32.</li>
    <li>Field types and method input/output types may not refer to synthetic
    map entry messages.</li>
    </ul>
    </li>
    <li>
    <p>Push lint and breaking configuration to the registry.</p>
    </li>
    <li>
    <p>Include <code>LICENSE</code> file in the module on <code>buf push</code>.</p>
    </li>
    <li>
    <p>Formatter better edits/preserves whitespace around inline comments.</p>
    </li>
    <li>
    <p>Formatter correctly indents multi-line block (C-style) comments.</p>
    </li>
    <li>
    <p>Formatter now indents trailing comments at the end of an indented block body
    (including contents of message and array literals and elements in compact options)
    the same as the rest of the body (instead of out one level, like the closing
    punctuation).</p>
    </li>
    <li>
    <p>Formatter uses a compact, single-line representation for array and message literals
    in option values that are sufficiently simple (single scalar element or field).</p>
    </li>
    <li>
    <p><code>buf beta convert</code> flags have changed from <code>--input</code> to <code>--from</code> and <code>--output</code>/<code>-o</code> to <code>--to</code></p>
    </li>
    <li>
    <p>fully qualified type names now must be parsed to the <code>input</code> argument and <code>--type</code> flag separately</p>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/bufbuild/buf/commit/0d39fac763025d6e86f7145d9836c9214a628c12"><code>0d39fac</code></a> Update to v1.9.0 (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1511">#1511</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/9033632c0f387f82fd120565e579524346c1e1da"><code>9033632</code></a> Update CHANGELOG.md (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1510">#1510</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/3bafb05ee5fd81dae3467639a06c3734d8f02e39"><code>3bafb05</code></a> Update CHANGELOG.md (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1501">#1501</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/ff03a69a0fcfaa620f4067b602755dd00c3e6430"><code>ff03a69</code></a> Use protocompile as the compiler (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1463">#1463</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/bda6cf66c4a97158ce6ec7d4d09cb4b0ff2b8585"><code>bda6cf6</code></a> avoid panic in OptionExtensionDescriptor (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1506">#1506</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/a39cbab60f20bed1e1754969b35983d922d8ff39"><code>a39cbab</code></a> BSR-578/Protobuf definition for updating metadata (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1483">#1483</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/e7889dcecf4c7e9391f72c0a184e03304884e9b7"><code>e7889dc</code></a> move convert command tests to where commands are tested (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1507">#1507</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/85bed0978099217d64f54fd066db6aeab5df8cc4"><code>85bed09</code></a> Change field option packed type to optional</li>
    <li><a href="https://github.com/bufbuild/buf/commit/760da6748b7d871b644bcad690f739b95d66b3a1"><code>760da67</code></a> bufmodule: test NewModuleForBucket (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1486">#1486</a>)</li>
    <li><a href="https://github.com/bufbuild/buf/commit/045f5685fc1ce5a31ace893f5e1d4aa1ed0756b5"><code>045f568</code></a> update makego and go dependencies (<a href="https://github-redirect.dependabot.com/bufbuild/buf/issues/1495">#1495</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.8.0...v1.9.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    58b9e4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    716a624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc15531 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13bd4b6 View commit details
    Browse the repository at this point in the history
  7. ci: Only allow automated security-related dependency updates on relea…

    …se branches (tendermint#9600)
    
    At present we allow automated dependency updates on release branches via Dependabot. This seems fine for `main`, but is risky for release branches.
    
    This PR enables _daily_ checks for security-related dependency updates on release branches, but only performs automated non-security-related updates for `main` (weekly).
    
    ---
    
    #### PR checklist
    
    - [x] Tests written/updated, or no tests needed
    - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
    - [x] Updated relevant documentation (`docs/`) and code comments, or no
          documentation updates needed
    thanethomson committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    160a33f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82c29db View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. build(deps): Bump github.com/btcsuite/btcd/btcec/v2 from 2.2.1 to 2.3…

    ….0 (tendermint#9634)
    
    Bumps [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd) from 2.2.1 to 2.3.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/btcsuite/btcd/commit/2cc19083f2b72b544c00dc2bc2ff59b01ba6d3c2"><code>2cc1908</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/btcsuite/btcd/issues/1894">#1894</a> from Roasbeef/musig2-1-0</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/eef9fbc5c9f517d8bc03d79ce96854e151d735cf"><code>eef9fbc</code></a> btcec/schnorr/musig2: always pass in priv key for early nonce gen</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/323871ff16408b4cb03c3f43faa3daa57541ee24"><code>323871f</code></a> btcec/musig2: remove old canned test vector code</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/5d895bbea5fa186712f61c4cbcbfdccd6de1cda8"><code>5d895bb</code></a> btcec/schnorr/musig2: add sig combine test vectors</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/ca28a98425aca171343ab6cb525ac3dbdf0bb397"><code>ca28a98</code></a> btcec/schnorr/musig2: add sig verify+sign test vectors</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/cc12483f0aae6d8f5e08bac15ceb8309b6589c8c"><code>cc12483</code></a> btcec/schnorr/musig2: add key tweak sign test vectors</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/4e55273815ee5d33969fc371742dc0e43cd30bd5"><code>4e55273</code></a> btcec/schnorr/musig2: update key agg test vectors to musig2 1.0.0</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/3d9f4484dfd6d01d07cffa90498f7595467cc190"><code>3d9f448</code></a> btcec/schnorr/musig: update nonce test vectors to musig2 1.0.0</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/1567f200557d22b81f0b5cdcf0a9986cb83445b2"><code>1567f20</code></a> btcec/schnorr/musig2: update to musig 1.0.0</li>
    <li><a href="https://github.com/btcsuite/btcd/commit/a34e7779163e159a41774e26778a2abf788620c0"><code>a34e777</code></a> btcec/schnorr/musig2: update musig2 impl to version 0.7.0</li>
    <li>Additional commits viewable in <a href="https://github.com/btcsuite/btcd/compare/btcec/v2.2.1...btcec/v2.3.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/btcsuite/btcd/btcec/v2&package-manager=go_modules&previous-version=2.2.1&new-version=2.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    98ad5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95bd4b6 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (tenderm…

    …int#9635)
    
    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p>
    <blockquote>
    <h2>v1.6.1</h2>
    <h3>Bug fixes 🐛</h3>
    <ul>
    <li>Fixes a panic when <code>AddGroup</code> isn't called before <code>AddCommand(my-sub-command)</code> is executed. This can happen within more complex cobra file structures that have many different <code>init</code>s to be executed. Now, the check for groups has been moved to <code>ExecuteC</code> and provides more flexibility when working with grouped commands - <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> (and shout out to <a href="https://github.com/aawsome"><code>@​aawsome</code></a>, <a href="https://github.com/andig"><code>@​andig</code></a> and <a href="https://github.com/KINGSABRI"><code>@​KINGSABRI</code></a> for a deep investigation into this! 👏🏼)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/spf13/cobra/commit/b43be995ebb4bee335a787bd44498b91aef7619c"><code>b43be99</code></a> Check for group presence after full initialization (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1839">#1839</a>) (<a href="https://github-redirect.dependabot.com/spf13/cobra/issues/1841">#1841</a>)</li>
    <li>See full diff in <a href="https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.6.0&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d95e423 View commit details
    Browse the repository at this point in the history
  4. p2p: add a per-message type send and receive metric (tendermint#9622)

    * p2p: ressurrect the p2p envelope and use to calculate message metric
    
    Co-authored-by: Callum Waters <cmwaters19@gmail.com>
    williambanfield and cmwaters committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    09b8708 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    96202a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e879e9f View commit details
    Browse the repository at this point in the history
  3. CV Cleanup dead code

    chillyvee committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    994cb64 View commit details
    Browse the repository at this point in the history