https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
4b2348f mempool: fix cache_size==0. closes #1761 19 June 2018, 01:21:19 UTC
6a32476 fix circle 19 June 2018, 00:18:35 UTC
3470e5d changelog and version 19 June 2018, 00:15:41 UTC
a519825 consensus: fixes #1754 * updateToState exits early if the state isn't new, which happens after * fast syncing. This results in not sending a NewRoundStep message. The mempool * reactor depends on PeerState, which is updated by NewRoundStep * messages. If the peer never sends a NewRoundStep, the mempool reactor * will think they're behind, and never forward transactions. Note this * only happens when `create_empty_blocks = false`, because otherwise * peers will move through the consensus state and send a NewRoundStep * for a new step soon anyways. Simple fix is just to send the * NewRoundStep message during updateToState even if exit early 19 June 2018, 00:08:09 UTC
c84be3b Merge pull request #1751 from tendermint/bucky/codeowner-alex add xla as codeowner 15 June 2018, 03:22:04 UTC
050636d add xla as codeowner 15 June 2018, 00:04:45 UTC
27bd1de Merge pull request #1703 from tendermint/release/v0.20.0 Release/v0.20.0 07 June 2018, 03:47:17 UTC
76c82fd add more tests 07 June 2018, 03:49:00 UTC
9481cab fixes from review 07 June 2018, 03:45:20 UTC
46b9579 Merge branch 'develop' into release/v0.20.0 07 June 2018, 02:24:36 UTC
512e563 Merge pull request #1694 from tendermint/dev/bsd_install_script docs: Add BSD install script 07 June 2018, 02:14:46 UTC
a6a4fc7 docs: Add BSD install script 07 June 2018, 00:57:25 UTC
bfcec02 Merge pull request #1702 from tendermint/xla/fix-racy-config Fix race when mutating MConnConfig 07 June 2018, 00:15:53 UTC
fcf61b8 check addrs match pubkeys in abci Validator. version bump 06 June 2018, 23:35:35 UTC
46fb179 Merge pull request #1701 from tendermint/bucky/abci-fixes Bucky/abci fixes 06 June 2018, 23:12:12 UTC
8992550 p2p/filter/pubkey -> p2p/filter/id 06 June 2018, 23:13:51 UTC
6b8613b ResponseEndBlock: ensure Address matches PubKey if provided 06 June 2018, 23:12:14 UTC
8be2749 update abci spec. add address spec 06 June 2018, 23:11:58 UTC
c661a3e Fix race when mutating MConnConfig Instead of mutating the passed in MConnConfig part of P2PConfig we just use the default and override the values, the same as before as it was always the default version. This is yet another good reason to not embed information and access to config structs in our components and will go away with the ongoing refactoring in #1325. 06 June 2018, 23:09:13 UTC
8e45348 update for abci v0.11.0 release. let InitChain update validators 06 June 2018, 22:47:04 UTC
7dfc74a Merge pull request #1667 from tendermint/bucky/abci-11 Update ABCI for new PubKey type and changes to BeginBlock and InitChain 06 June 2018, 20:16:09 UTC
2edc68c use all fields in abci types 06 June 2018, 20:07:17 UTC
fe41236 Change reset messages (#1699) 06 June 2018, 18:07:10 UTC
2897685 abci header takes ValidatorsHash 06 June 2018, 07:28:12 UTC
71556c6 fixes from rebase 06 June 2018, 05:14:37 UTC
54e6146 fixes from review 06 June 2018, 05:04:38 UTC
5c7ccbd use const for abci type strings 06 June 2018, 05:04:38 UTC
e2f5a6f update abci 06 June 2018, 05:04:38 UTC
aa8be33 fix fmt 06 June 2018, 05:04:27 UTC
909f66e remove extra eventBus 06 June 2018, 05:04:27 UTC
3d2c4fd update Evidence type - requires pubkey and valset to verify and convert to abci.Evidence 06 June 2018, 05:04:26 UTC
e5bca1d update godep for abci 06 June 2018, 05:00:43 UTC
866bcce fix consensus tests 06 June 2018, 05:00:25 UTC
e1e6878 fix state tests 06 June 2018, 05:00:25 UTC
e4147b6 state test runs 06 June 2018, 05:00:25 UTC
7606b75 compiles 06 June 2018, 05:00:25 UTC
485b4a0 revert gogo 06 June 2018, 04:59:52 UTC
575d94d state compiles 06 June 2018, 04:59:52 UTC
ebd2fe7 more types 06 June 2018, 04:59:52 UTC
f28eae7 update types 06 June 2018, 04:59:52 UTC
e13c1ab update for new abci 06 June 2018, 04:59:52 UTC
0e0461d dev version bump 06 June 2018, 01:54:30 UTC
057e076 Merge pull request #1693 from tendermint/release/v0.19.9 Release/v0.19.9 06 June 2018, 01:00:02 UTC
775fef3 remove go-wire from test/app/grpc_client 06 June 2018, 00:43:39 UTC
9cb079d dep, version, changelog 06 June 2018, 00:38:54 UTC
6718034 Merge pull request #1663 from tendermint/zach/quick-install quick install script 06 June 2018, 00:17:47 UTC
825fdf2 Merge pull request #1679 from tendermint/flush-wal-on-stop Flush cs.wal on stop 06 June 2018, 00:14:19 UTC
61002ad Merge pull request #1628 from tendermint/bucky/selective-evidence-broadcast evidence: dont send evidence to unsynced peers 06 June 2018, 00:07:29 UTC
41e847e linter 06 June 2018, 00:02:05 UTC
55bae62 fix test 05 June 2018, 23:54:58 UTC
d225969 Merge pull request #1689 from tendermint/1688-tx-search-panic validate per_page before page 05 June 2018, 14:52:49 UTC
3271912 Merge pull request #1687 from tendermint/sdk-1045-memory-leak do not drain the channel because there is no channel, duh 05 June 2018, 14:51:21 UTC
2ce8179 validate per_page before page plus an additional check just in case Closes #1688 05 June 2018, 12:20:48 UTC
b8c076c do not drain the channel because there is no channel, duh Fixes https://github.com/cosmos/cosmos-sdk/issues/1045 05 June 2018, 10:57:20 UTC
1b2e347 checkSendEvidenceMessage 05 June 2018, 07:01:01 UTC
566024b use Hash as map key 05 June 2018, 04:50:29 UTC
932381e evidence: give each peer a go-routine 05 June 2018, 04:20:23 UTC
2007c66 fix test 05 June 2018, 04:20:23 UTC
97c5533 update some comments 05 June 2018, 04:20:23 UTC
3d33226 move types/services.go to state pkg. pass State to evpool.Update 05 June 2018, 04:20:23 UTC
edb8512 state: b -> block 05 June 2018, 04:20:23 UTC
dd62f06 state: s -> state 05 June 2018, 04:20:23 UTC
19d95b5 evidence: check peerstate exists; dont send old evidence 05 June 2018, 04:20:23 UTC
53937a8 changelog 05 June 2018, 04:20:23 UTC
f1c53c7 evidence: dont send evidence to unsynced peers * only send evidence to peers that are synced enough to validate it all * closes #1624 05 June 2018, 04:20:23 UTC
3445f12 Merge pull request #1683 from tendermint/bucky/test fix byz-test 05 June 2018, 04:09:10 UTC
097f778 fix byz-test 05 June 2018, 03:48:35 UTC
c85c21d Merge pull request #1670 from tendermint/xla/extract-privval Extract priv_validator into first class package 05 June 2018, 01:57:09 UTC
fd4db8d Merge pull request #1676 from tendermint/xla/collapse-peerconfig Collapse PeerConfig into P2PConfig 05 June 2018, 01:50:41 UTC
1318bd1 Merge pull request #1680 from Slamper/develop Return 404 for unknown RPC endpoints 05 June 2018, 00:14:16 UTC
ea89686 Collapse PeerConfig into P2PConfig As both configs are concerned with the p2p packaage and PeerConfig is only used inside of the package there is no good reason to keep the couple of fields separate, therefore it is collapsed into the more general P2PConifg. This is a stepping stone towards a setup where the components inside of p2p do not have any knowledge about the config. follow-up to #1325 05 June 2018, 00:07:56 UTC
aeb91df dev version bump 04 June 2018, 22:57:57 UTC
5727916 Merge pull request #1681 from tendermint/release/v0.19.8 Release/v0.19.8 04 June 2018, 22:48:22 UTC
876c8f1 changelog and version 04 June 2018, 21:16:58 UTC
67416fe return 404 for unknown RPC endpoints 04 June 2018, 20:14:20 UTC
8706ae7 docs: a link to quick install script 04 June 2018, 14:42:28 UTC
954a894 scripts: quickest/easiest fresh install 04 June 2018, 14:42:28 UTC
1f22f34 flush wal group on stop Refs #1659 Refs https://github.com/tendermint/tmlibs/pull/217 04 June 2018, 12:47:44 UTC
0562009 bring back assert 04 June 2018, 12:33:57 UTC
fedd07c removed assertion to avoid confusion (#1626) 04 June 2018, 10:30:46 UTC
3fa734e recheck only if there are txs left in the mempool (#1645) 04 June 2018, 10:28:47 UTC
cd6bfdc Merge pull request #1673 from tendermint/bucky/mempool fix possible mempool deadlock 03 June 2018, 20:14:58 UTC
98b0c51 fix possible mempool deadlock 03 June 2018, 20:11:52 UTC
c777be2 changelog, version 03 June 2018, 20:11:21 UTC
d66f8bf Merge branch 'master' into develop 03 June 2018, 20:10:04 UTC
bf370d3 Extract priv_validator into first class package This is a maintenance change to move the private validator package out of the types and to a top-level location. There is no good reason to keep it under the types and it will more clearly coommunicate where additions related to the privval belong. It leaves the interface and the mock in types for now as it would introduce circular dependency between privval and types, this should be resolved eventually. * mv priv_validator to privval pkg * use consistent `privval` as import Follow-up to #1255 03 June 2018, 11:51:58 UTC
1c64370 Merge pull request #1662 from Liamsi/develop WIP: simplify & update documentation, fix typo 02 June 2018, 22:39:36 UTC
0b0290b Merge pull request #1675 from tendermint/xla/disable-slate-ci Disable slate step in CI workflow 02 June 2018, 13:56:43 UTC
a4779fd Disable slate step in CI workflow It's currently breaking for unknown reasons, until fixed we going to disable it, to not block on it for unrelated PRs. 02 June 2018, 13:49:25 UTC
7030d5c remove notes column according to: https://github.com/tendermint/go-crypto/pull/110#issuecomment-394048086 02 June 2018, 12:04:40 UTC
f34d100 Merge pull request #1671 from tendermint/1518-xla/remove-auth_enc-option Remove auth_enc config option 02 June 2018, 01:07:14 UTC
0e3dc32 Merge pull request #1672 from tendermint/xla/store-ci-test-logs Store CI test logs 02 June 2018, 00:44:01 UTC
d292fa4 Store CI test logs For post-mortem introspection it is helpful to have the full logs of test runs available for download. 02 June 2018, 00:33:31 UTC
3255c07 Remove auth_enc config option As we didn't hear any voices requesting this feature, we removed the option to disable it and always have peer connection auth encrypted. closes #1518 follow-up #1325 01 June 2018, 19:07:20 UTC
978277a make slightly more readable 31 May 2018, 19:40:01 UTC
58eb76f simplify & update documentation, fiy typo 31 May 2018, 19:13:41 UTC
a017f2f Merge pull request #1654 from tendermint/release/v0.19.7 Release/v0.19.7 31 May 2018, 13:15:13 UTC
aaaa5f2 changelog and version 31 May 2018, 03:36:36 UTC
178e357 Merge pull request #1618 from tendermint/1494-production-notes [docs] notes about running a production system 31 May 2018, 03:23:51 UTC
683b527 Merge pull request #1636 from tendermint/bucky/docs gut docs/app-arch 31 May 2018, 03:17:26 UTC
back to top