-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tendermint/tendermint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 53 files changed
- 8 contributors
Commits on Jun 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0712063 - Browse repository at this point
Copy the full SHA 0712063View commit details
Commits on Jul 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8b84c7c - Browse repository at this point
Copy the full SHA 8b84c7cView commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2c2f511 - Browse repository at this point
Copy the full SHA 2c2f511View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da9eefd - Browse repository at this point
Copy the full SHA da9eefdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b69ac23 - Browse repository at this point
Copy the full SHA b69ac23View commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6fde228 - Browse repository at this point
Copy the full SHA 6fde228View commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0366c2b - Browse repository at this point
Copy the full SHA 0366c2bView commit details
Commits on Aug 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e290bd6 - Browse repository at this point
Copy the full SHA e290bd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dff227 - Browse repository at this point
Copy the full SHA 3dff227View commit details -
Configuration menu - View commit details
-
Copy full SHA for d030cdd - Browse repository at this point
Copy the full SHA d030cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 093961a - Browse repository at this point
Copy the full SHA 093961aView commit details
Commits on Aug 18, 2021
-
e2e: avoid starting nodes from the future (#6835) (#6838)
(cherry picked from commit a4cc831) Co-authored-by: Sam Kleinman <garen@tychoish.com>
Configuration menu - View commit details
-
Copy full SHA for 2db1e42 - Browse repository at this point
Copy the full SHA 2db1e42View commit details
Commits on Aug 20, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4023580 - Browse repository at this point
Copy the full SHA 4023580View commit details
Commits on Aug 26, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0c05841 - Browse repository at this point
Copy the full SHA 0c05841View commit details
Commits on Aug 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0c6199 - Browse repository at this point
Copy the full SHA e0c6199View commit details
Commits on Sep 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 73ef267 - Browse repository at this point
Copy the full SHA 73ef267View commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0f8932f - Browse repository at this point
Copy the full SHA 0f8932fView commit details -
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 authoredSep 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ba6d21 - Browse repository at this point
Copy the full SHA 8ba6d21View commit details
Commits on Sep 8, 2021
-
M. J. Fromberger authored
Sep 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 849461a - Browse repository at this point
Copy the full SHA 849461aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.34.11...v0.34.13