https://github.com/tendermint/tendermint
Name Target Message Date
refs/heads/jae/literefactor6 eb9b37e Pull out consensus liveness fix, which went to #1815 02 August 2018, 08:59:46 UTC
refs/heads/jae/verifyingcachineprovider 806e8d2 fix warning 19 August 2019, 07:02:52 UTC
refs/heads/jasmina-200-testnet 3b4d8e9 Revert "security/p2p: prevent peers who errored being added to the peer_set (backport #9500) (#9516)" This reverts commit 430afb23e7816516a5555150fa8be2094ec481b9. 10 October 2022, 15:36:09 UTC
refs/heads/jasmina/4457-blocksync-verification_part1 7a6af86 Merge remote-tracking branch 'origin' into jasmina/4457-blocksync-verification_part1 16 June 2022, 12:17:53 UTC
refs/heads/jasmina/4457_block_sync_verification 4af43af blocksync: fixed issues after merge 11 May 2022, 15:03:25 UTC
refs/heads/jasmina/8219-blocksync-spec 790d3f8 Updated communication 04 July 2022, 15:06:27 UTC
refs/heads/jasmina/8219-blocksync-verification-rfc 851c0dc build(deps): Bump async from 2.6.3 to 2.6.4 in /docs (#8357) Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 16 April 2022, 00:48:10 UTC
refs/heads/jasmina/e2efix-nightly-fails 38d1488 Statesync:attempt to retry if only two peers and fail 22 July 2022, 15:26:14 UTC
refs/heads/jasmina/kvindexer-eventq-0.37 b9f5a5b Fixed match.events order in light client rpc 14 December 2022, 12:35:15 UTC
refs/heads/jasmina/kvindexer-fix-0.34 1e27e76 Fixed linter error 22 December 2022, 15:29:50 UTC
refs/heads/jasmina/p2p-bad-peers 7c0a558 Updated section on current banning 14 November 2022, 12:41:03 UTC
refs/heads/jk/pbtsPOL 89e71f2 Generators 05 May 2022, 11:08:48 UTC
refs/heads/jlandrews/removetimestamp 5fe60fe removed timestamp from canonical vote so they won't be signed 09 June 2018, 00:11:57 UTC
refs/heads/jlandrews/trim_commit 43d40ee Addressing review comments 28 August 2018, 01:42:01 UTC
refs/heads/jmalicevic/4729-evidence-individual-processing 1b2d33f Merge branch 'master' into jmalicevic/4729-evidence-individual-processing 26 January 2022, 16:36:53 UTC
refs/heads/josef/check-validators 2506acb fixes 03 June 2019, 13:48:42 UTC
refs/heads/josef/i9573-josef-p2p 3bc10d1 req 05 December 2022, 16:39:44 UTC
refs/heads/lasarojc-patch-1 3aff314 Update reference to v0.36.x 01 December 2022, 10:15:45 UTC
refs/heads/lasarojc-patch-2 131c43a Merge branch 'main' into lasarojc-patch-2 16 November 2022, 13:42:48 UTC
refs/heads/lasarojc/spec/gossip 6660c69 experimenting with permalink to .tnt file 20 December 2022, 17:29:33 UTC
refs/heads/main 35581cf Update README.md 02 February 2023, 21:35:52 UTC
refs/heads/main-libp2p 37cce25 merge 08 July 2022, 16:56:05 UTC
refs/heads/main-pbts e8d239c readme update 2 31 May 2022, 14:38:31 UTC
refs/heads/main_backup a9feb1c markdownlint (#9834) Co-authored-by: Sergio Mena <sergio@informal.systems> 22 December 2022, 00:52:21 UTC
refs/heads/manuel/abci++-spec-refactor-methodspage a4ecd0b refactor finalizeBlock 08 March 2022, 17:44:07 UTC
refs/heads/marko/4698grpc_priv 3d2f989 remove remotesignererror and fix proto-lint 15 June 2020, 13:50:10 UTC
refs/heads/marko/bringbackdocs 5f6dc05 Merge branch 'master' into marko/bringbackdocs 05 May 2022, 14:36:14 UTC
refs/heads/marko/filter_logging 23fe4f7 Merge branch 'master' into marko/filter_logging 21 July 2022, 13:36:37 UTC
refs/heads/marko/int64- 57ac518 blocks 22 March 2021, 11:22:14 UTC
refs/heads/marko/remove-apphash b4762f5 Merge branch 'master' into marko/remove-apphash 27 April 2021, 09:48:34 UTC
refs/heads/master 85a584d add retraction notice for v0.35 (#9308) 24 August 2022, 13:57:05 UTC
refs/heads/mergify/bp/v0.34.x/pr-7266 c31c27e evidence: remove source of non-determinism from test (#7266) The evidence test produces a set of mock evidence in the evidence pool of the 'Primary' node. The test then fills the evidence pools of secondaries with half of this mock evidence. Finally, the test waits until the secondary has an evidence pool as full as the primary. The assertions that are removed here were checking that the primary and secondaries' evidence channels were empty. However, nothing in the test actually ensures that the channels are empty. The test only waits for the secondaries to have received the complete set of evidence, and the secondaries already received half of the evidence at the beginning. It's more than possible that the secondaries can receive the complete set of evidence and not finish reading the duplicate evidence off the channels. (cherry picked from commit 4acd117b5e28cf39709e87cf802dbee8e928d8b9) # Conflicts: # internal/evidence/reactor_test.go 09 November 2021, 20:48:01 UTC
refs/heads/mergify/bp/v0.34.x/pr-7551 c3321f5 fix merge conflicts 19 January 2022, 01:02:31 UTC
refs/heads/mergify/bp/v0.34.x/pr-7625 1ab555f Merge branch 'v0.34.x' into mergify/bp/v0.34.x/pr-7625 19 January 2022, 17:34:00 UTC
refs/heads/mergify/bp/v0.34.x/pr-9351 c074430 add nolint 02 September 2022, 19:27:04 UTC
refs/heads/mergify/bp/v0.34.x/pr-9367 2f857e0 fix lint 06 September 2022, 14:57:12 UTC
refs/heads/mergify/bp/v0.35.x/pr-7551 24b0075 fix merge conflicts 19 January 2022, 01:04:58 UTC
refs/heads/mergify/bp/v0.35.x/pr-7625 ebe5f5e gofmt 19 January 2022, 18:01:14 UTC
refs/heads/mergify/bp/v0.35.x/pr-7849 fe09d74 merge fix 18 February 2022, 18:37:17 UTC
refs/heads/mergify/bp/v0.35.x/pr-8694 1e4414d consensus: switch timeout message to be debug and clarify meaning (#8694) (cherry picked from commit 75a12ea0c6ef166dbc38695fb7cc6b2a64f6a77a) 03 June 2022, 17:46:10 UTC
refs/heads/mergify/bp/v0.35.x/pr-9007 75a6283 config: update config to reflect simple-priority queue (#9007) Update the queue documentation to reflect the types of queues and current default queue. (cherry picked from commit c1c501ecd43dec53e56a197f7013bface2a962fb) 14 July 2022, 20:19:53 UTC
refs/heads/mergify/bp/v0.36.x/pr-9007 2f5c664 config: update config to reflect simple-priority queue (#9007) Update the queue documentation to reflect the types of queues and current default queue. (cherry picked from commit c1c501ecd43dec53e56a197f7013bface2a962fb) 14 July 2022, 20:19:53 UTC
refs/heads/mergify/bp/v0.37.x/pr-9367 ef7b7cb fix lint 06 September 2022, 14:56:44 UTC
refs/heads/mergify/bp/v0.37.x/pr-9473 4fefbec indexer: move deduplication functionality purely to the kvindexer (#9473) (cherry picked from commit 4fd19a275ef8bc6a11526f6f5a1d107ad405a851) 07 October 2022, 13:54:44 UTC
refs/heads/mergify/bp/v0.37.x/pr-9500 a0cfdd5 Added Changelog entry 06 October 2022, 08:26:44 UTC
refs/heads/mergify/bp/v0.37.x/pr-9505 840dccd Use evidence period when pruning (#9505) * Added logic so when pruning, the evidence period is taken into consideration and only deletes unecessary data (cherry picked from commit abbeb919dffd519ac52c10e2762b45db616f085f) # Conflicts: # CHANGELOG_PENDING.md # go.sum # state/execution.go 04 October 2022, 15:57:09 UTC
refs/heads/mergify/bp/v0.37.x/pr-9622 93c8c1f comment out old print statement 31 October 2022, 21:57:53 UTC
refs/heads/mergify/bp/v0.37.x/pr-9650 1b94b42 fix check_tx cache problem (#9690) 09 November 2022, 23:50:25 UTC
refs/heads/mergify/bp/v0.37.x/pr-9720 6932425 Merge branch 'v0.37.x' into mergify/bp/v0.37.x/pr-9720 29 November 2022, 10:17:45 UTC
refs/heads/mergify/bp/v0.37.x/pr-9933 ef1a4d9 Resolve conflicts Signed-off-by: Thane Thomson <connect@thanethomson.com> 21 December 2022, 22:20:51 UTC
refs/heads/mjf/adr075-eventlog 45df8ca Use a hex constant. 18 February 2022, 21:02:48 UTC
refs/heads/mjf/panic-tooling b8197ff Tools for analyzing use of built-in functions. 18 February 2022, 13:30:00 UTC
refs/heads/mjf/rpc-rfc-bbq 4f401dd Paste and reformat draft from the original gist. 08 September 2021, 15:40:22 UTC
refs/heads/mr/short-tests 4a9f286 Merge remote-tracking branch 'origin/master' into mr/short-tests 29 July 2022, 13:26:16 UTC
refs/heads/p2p-accept-not-abort 8146692 fix lint/unitest 14 June 2022, 22:03:35 UTC
refs/heads/proto-fixup d8f63fb remove unused app signed update 15 March 2022, 17:05:06 UTC
refs/heads/proxy-move-internal d3a421b rename NewABCIClient to NewClient 17 September 2021, 19:27:21 UTC
refs/heads/proxy-remove-triforcated-client c5c088b reorg files 04 March 2022, 20:41:58 UTC
refs/heads/rc0/v0.33.8 0ed7b12 changelog: rc0/33.8 (#5222) 11 August 2020, 09:23:41 UTC
refs/heads/rc1/0.33.4 227cc4d change grammer of entry 21 April 2020, 12:25:34 UTC
refs/heads/rc1/v0.32.12 d85e2e5 Release/v0.32.11 (#4709) * privval: retry GetPubKey, SignVote/Proposal indefinitely Fixes #4275 29 April 2020, 15:25:27 UTC
refs/heads/rc1/v0.33.5 70a4b5e Merge pull request #4714 from tendermint/release/v0.33.4 release: v0.33.4 21 April 2020, 13:47:36 UTC
refs/heads/rc1/v0.33.6 9ee3e48 prepare v0.33.5 RC2 27 May 2020, 15:42:57 UTC
refs/heads/rc2/v0.33.5 5a17fc4 prepare v0.33.5 RC2 27 May 2020, 15:42:57 UTC
refs/heads/rc5/v0.34.0 bd1f43d changelog: prepare changelog for RC5 (#5494) * changelog: prepare changelog for RC5 * Update CHANGELOG.md Co-authored-by: Marko <marbar3778@yahoo.com> * Update CHANGELOG.md Co-authored-by: Marko <marbar3778@yahoo.com> Co-authored-by: Marko <marbar3778@yahoo.com> 13 October 2020, 18:00:59 UTC
refs/heads/rc6/v0.34.0 ca2c9df CHANGELOG: fix accidental header move (#5623) 05 November 2020, 16:56:59 UTC
refs/heads/rc7/v0.34.0 25199bd changelog: squash changelog from 0.34 RCs into one (#5687) "Squashes" the changelog from RCs 2-6 into one changelog message for 0.34.0, and adds the changelog pending. 19 November 2020, 16:32:02 UTC
refs/heads/release/0.32.12 b8c6745 test: revert Go 1.13→1.14 bump Since we support 1.13 and above, let's use that as a baseline for tests. 11 May 2020, 14:10:31 UTC
refs/heads/release/v0.28.0 6d6d103 fixes from review (#3137) 16 January 2019, 18:41:37 UTC
refs/heads/release/v0.28.1 5a2e69d changelog and version 18 January 2019, 17:11:02 UTC
refs/heads/release/v0.29.0 a97d699 fix changelog indent (#3190) 22 January 2019, 17:24:26 UTC
refs/heads/release/v0.29.1 90970d0 fix changelog 24 January 2019, 16:19:52 UTC
refs/heads/release/v0.29.2 af6e6cd remove MixEntropy (#3278) * remove MixEntropy * changelog 08 February 2019, 01:12:57 UTC
refs/heads/release/v0.30.0 792b125 Prepare v0.30.0 (#3287) * changelog, upgrading, version * update for evidence fixes * linkify * fix an entry 08 February 2019, 23:50:02 UTC
refs/heads/release/v0.30.1 f2351dc update changelog 20 February 2019, 15:05:57 UTC
refs/heads/release/v0.30.2 f996b10 update changelog and bump version to 0.30.2 10 March 2019, 09:06:34 UTC
refs/heads/release/v0.30.3 4ae9b63 Merge pull request tendermint/security#77 from tendermint/sec/bucky/backport-v0.30.3 Backport fixes for v0.30.3 02 April 2019, 20:01:59 UTC
refs/heads/release/v0.31.0 1e34697 Ensure WriteTimeout > TimeoutBroadcastTxCommit (#3443) * Make sure config.TimeoutBroadcastTxCommit < rpcserver.WriteTimeout() * remove redundant comment * libs/rpc/http_server: move Read/WriteTimeout into Config * increase defaults for read/write timeouts Based on this article https://www.digitalocean.com/community/tutorials/how-to-optimize-nginx-configuration * WriteTimeout should be larger than TimeoutBroadcastTxCommit * set a deadline for subscribing to txs * extract duration into const * add two changelog entries * Update CHANGELOG_PENDING.md Co-Authored-By: melekes <anton.kalyaev@gmail.com> * Update CHANGELOG_PENDING.md Co-Authored-By: melekes <anton.kalyaev@gmail.com> * 12 -> 10 * changelog * changelog 19 March 2019, 23:45:51 UTC
refs/heads/release/v0.31.0-dev0-fix ef39b71 Fixes tendermint/tendermint#3439 * make sure we create valid private keys: - genPrivKey samples and rejects invalid fieldelems (like libsecp256k1) - GenPrivKeySecp256k1 uses `(sha(secret) mod (n − 1)) + 1` - fix typo, rename test file: s/secpk256k1/secp256k1/ * Update crypto/secp256k1/secp256k1.go 01 April 2019, 23:45:57 UTC
refs/heads/release/v0.31.1 9390a81 minor changelog updates (#3499) 28 March 2019, 01:03:28 UTC
refs/heads/release/v0.31.3 3cfd975 changelog and version v0.31.3 02 April 2019, 13:14:33 UTC
refs/heads/release/v0.31.4 def5c8c address review comments: (#3550) - mention ADR in release summary - remove [p2p] api changes - amend v0.31.3 log to contain note about breaking change 12 April 2019, 14:48:34 UTC
refs/heads/release/v0.31.6 0dd6b92 Relocate GenesisDocProvider and DefaultGenesisDocProviderFunc (#3693) * Move GenesisDocProvider and DefaultGenesisDocProviderFunc GenesisDocProvider, being a provider of *types.GenesisDoc, makes sense to be part of the types package. DefaultGenesisDocProviderFunc, which relies on *config.Config to produce a types.GenesisDocProvider, makes sense being part of the config package. * Add aliases to avoid breaking node package API * Revert to original structure After discussion, it appears as though the best place for the relocated structures is still in the node package. This means that for the v0.31.6 release and into the future, there will be no changes two these two entities' APIs. 30 May 2019, 22:40:17 UTC
refs/heads/release/v0.31.7 65a3dfe changelog and version (#3709) 03 June 2019, 15:34:21 UTC
refs/heads/release/v0.31.8 bb9ee2c bump version and update changelog 29 July 2019, 13:58:58 UTC
refs/heads/release/v0.31.9 8fea8d5 Merge PR #4029: golangci remove 02 October 2019, 06:25:11 UTC
refs/heads/release/v0.32.1 79e924b Merge branch 'master' into release/v0.32.1 15 July 2019, 15:42:36 UTC
refs/heads/release/v0.32.11 0a3bdbb fix comment 27 April 2020, 10:58:37 UTC
refs/heads/release/v0.32.13 d14681b add dates to changelog 05 August 2020, 09:12:06 UTC
refs/heads/release/v0.32.14 d500782 use fmt.Sprint for string to int conversion 10 November 2020, 12:33:20 UTC
refs/heads/release/v0.32.2 8ba8497 Merge branch 'master' into release/v0.32.2 02 August 2019, 15:52:21 UTC
refs/heads/release/v0.32.3 af467cb update changelog and bump version 27 August 2019, 07:07:10 UTC
refs/heads/release/v0.32.4 0d13736 address pr comments in #4002 (#4004) 19 September 2019, 16:24:17 UTC
refs/heads/release/v0.32.5 c2a9433 update changelog 30 September 2019, 20:43:50 UTC
refs/heads/release/v0.32.8 83f1801 Merge remote-tracking branch 'origin/v0.32' into release/v0.32.8 19 November 2019, 13:47:49 UTC
refs/heads/release/v0.32.9 64e6136 release: changelog & version (#4298) * release: changelog & version - update version and changelogs Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * change changelog pending version 10 January 2020, 04:46:02 UTC
refs/heads/release/v0.33.1 30e5619 Merge branch 'v0.33' into release/v0.33.1 14 February 2020, 11:39:01 UTC
refs/heads/release/v0.33.2 c534291 rc1/v0.33.2(#4541) * rc1/v0.33.2 - release candiadte for 0.33.2 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com> 11 March 2020, 10:57:42 UTC
refs/heads/release/v0.33.4 6018f2d kick CI 21 April 2020, 13:00:22 UTC
refs/heads/release/v0.33.5 9ee3e48 prepare v0.33.5 RC2 27 May 2020, 15:42:57 UTC
back to top