Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tendermint/tendermint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34.11
Choose a base ref
...
head repository: tendermint/tendermint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.13
Choose a head ref
  • 19 commits
  • 53 files changed
  • 8 contributors

Commits on Jun 30, 2021

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

Commits on Jul 7, 2021

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

Commits on Jul 9, 2021

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

Commits on Jul 14, 2021

  1. rpc: add chunked rpc interface (backport #6445) (#6717)

    * rpc: add chunked rpc interface (#6445)
    
    (cherry picked from commit d913406)
    
    # Conflicts:
    #	light/proxy/routes.go
    #	node/node.go
    #	rpc/core/net.go
    #	rpc/core/routes.go
    
    * fix conflicts
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    Co-authored-by: marbar3778 <marbar3778@yahoo.com>
    3 people authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    da9eefd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69ac23 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 14, 2021

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

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    e290bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dff227 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d030cdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    093961a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. e2e: avoid starting nodes from the future (#6835) (#6838)

    (cherry picked from commit a4cc831)
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    mergify[bot] and tychoish authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2db1e42 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. e2e: cleanup node start function (#6842) (#6848)

    I realized after my last commit that my change made a following line of code a bit redundant.
    
    (alternatively my last change was redunadnt to the existing code.)
    
    I took this oppertunity to make some minor cleanups and logging changes to the node changes which I hope will make tests a bit more clear.
    
    (cherry picked from commit a374f74)
    
    Co-authored-by: Sam Kleinman <garen@tychoish.com>
    mergify[bot] and tychoish authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    4023580 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. internal/consensus: update error log (#6863) (#6867)

    Issues reported in Osmosis, where the message is extremely long. Also, there is absolutely no reason to log the message IMO. If we must, we can make the message log DEBUG.
    
    (cherry picked from commit 58a6cff)
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    mergify[bot] and alexanderbez authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0c05841 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Sep 1, 2021

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

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    0f8932f View commit details
    Browse the repository at this point in the history
  2. Backport the psql indexer into v0.34.x (#6906)

    This change backports the PostgreSQL indexing sink, addressing part of #6828.
    
    Development on the main branch has diverged substantially since the v0.34.x
    release. It includes package moves, breaking API and protobuf schema changes,
    and new APIs, all of which together have a large footprint on the mapping
    between the implementation at tip and the v0.34 release branch.
    
    To avoid the need to retrofit all of those improvements, this change works by
    injecting the new indexing sink into the existing (v0.34) indexing interfaces
    by delegation. This means the backport does _not_ pull in all the newer APIs
    for event handling, and thus has minimal impact on existing code written
    against the v0.34 package structure.
    
    This change includes the test for the `psql` implementation, and thus updates
    some Go module dependencies. Because it does not interact with any other types,
    however, I did not add any unit tests to other packages in this change.
    
    Related changes:
     * Update module dependencies for psql backport.
     * Update test data to be type-compatible with the old protobuf types.
     * Add config settings for the PostgreSQL indexer.
     * Clean up some linter settings.
     * Hook up the psql indexer in the node main.
    M. J. Fromberger authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8ba6d21 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

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