https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
8a49364 update Evidence type - requires pubkey and valset to verify and convert to abci.Evidence 01 June 2018, 19:30:30 UTC
85bd74b fix grpc_client.go 01 June 2018, 04:07:02 UTC
1a6040b update godep for abci 01 June 2018, 04:00:28 UTC
174d0ca fix consensus tests 01 June 2018, 03:56:44 UTC
6853665 fix state tests 01 June 2018, 03:29:46 UTC
bc3abcd state test runs 01 June 2018, 02:46:19 UTC
cebf710 compiles 01 June 2018, 02:18:17 UTC
46de7a1 revert gogo 01 June 2018, 02:05:15 UTC
2a3e466 state compiles 31 May 2018, 15:57:14 UTC
8c20854 more types 31 May 2018, 15:54:22 UTC
adf74a6 update types 31 May 2018, 15:09:42 UTC
cdd01cd update for new abci 31 May 2018, 15:09:37 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
d584e03 fix link and typo 31 May 2018, 03:23:39 UTC
d454b1b SkipDuplicate -> AllowDuplicate; fix p2p test on mac 31 May 2018, 01:44:39 UTC
432f214 Merge branch 'master' into develop 31 May 2018, 01:43:31 UTC
f0ce8b3 note about state syncing 30 May 2018, 12:55:39 UTC
3da5198 fixes after @zramsay's review 30 May 2018, 12:51:20 UTC
252a0a3 move reactor descriptions to relevant specs 30 May 2018, 12:51:19 UTC
f7106bf more config variables Refs #1494 30 May 2018, 12:51:19 UTC
2a517ac hardware specs and configuration params Refs #1494 30 May 2018, 12:51:19 UTC
b542dce [docs] signal handling Refs #1494 30 May 2018, 12:51:19 UTC
82ded58 [docs] debugging/monitoring sections, restart handling Refs #1494 30 May 2018, 12:51:19 UTC
e0d4fe2 document DOS exposure and mitigation Refs #1494 30 May 2018, 12:51:19 UTC
83c6f28 document the consensus WAL Refs #1494 30 May 2018, 12:51:19 UTC
33ec8cb document logging Refs #1494 30 May 2018, 12:51:19 UTC
43a652b Merge pull request #1647 from tendermint/1643-events-query-pubsub [docs] indexing transactions and subscribing to events 30 May 2018, 12:16:08 UTC
094a400 Merge pull request #1646 from tendermint/xla/duplicate-ip-check-config Introduce option to skip duplicate ip check 30 May 2018, 12:12:46 UTC
eec9f14 [docs] indexing transactions and subscribing to events Refs #1643 30 May 2018, 09:10:04 UTC
5796e87 Introduce option to skip duplicate ip check In some scenarios like tests we want to disable the guard which prevents peers connecting from the same ip. Fixes #1632 Closes #1634 30 May 2018, 08:40:22 UTC
846ca5c Merge pull request #1641 from tendermint/release/v0.19.6 Release/v0.19.6 29 May 2018, 17:14:44 UTC
fd60218 Potential fix for blockchain pool halting issue 29 May 2018, 16:32:22 UTC
2763c85 changelog and version 29 May 2018, 16:31:01 UTC
1c0bfe1 Merge pull request #1633 from tendermint/jae/blockchain_pool Potential fix for blockchain pool halting issue 29 May 2018, 14:27:53 UTC
1e87ef7 circle: add GOCACHE=off and -v to tests 29 May 2018, 13:28:29 UTC
c8be091 gut docs/app-arch 28 May 2018, 20:58:38 UTC
ec34c8f docs: update ABCI output (#1635) 28 May 2018, 18:06:02 UTC
6004587 expect all tags to be strings (#1498) * expect all tags to be strings Refs #1369 * port changes from https://github.com/tendermint/tmlibs/pull/204 Refs #1369 28 May 2018, 10:37:11 UTC
f55725e Potential fix for blockchain pool halting issue 27 May 2018, 05:08:42 UTC
7f20eb5 generate RPC docs using Slate (#1612) * generate RPC docs using Slate (#691) * update changelog * skip if branch not develop * slate: only build if rpc/core has changes * fetch develop to compare against * slate: build on master only * [rpc/core] use original repo, not fork in README 25 May 2018, 11:59:24 UTC
eeabb4c Merge pull request #1607 from tendermint/1600-wal-bug [wal] small fixes in SearchEndHeight & replay logic 25 May 2018, 11:41:57 UTC
4da81aa commented out TestPEXReactorRunning 25 May 2018, 11:11:32 UTC
67068a3 log requesting addresses 25 May 2018, 11:11:32 UTC
2a0e9f9 provide arg to error BEFORE: ``` E[05-24|11:55:37.229] Dialing failed pex=0 addr=022ec801d79025caab3afbbf816d92ff8450d040@127.0.0.2:6593 err="Connect to self: <nil>" attempts=0 ``` AFTER: ``` E[05-24|11:55:37.229] Dialing failed pex=0 addr=022ec801d79025caab3afbbf816d92ff8450d040@127.0.0.2:6593 err="Connect to self: 022ec801d79025caab3afbbf816d92ff8450d040@127.0.0.2:6593" attempts=0 ``` 25 May 2018, 11:11:32 UTC
708f35e do not look for height in older files if we've seen height - 1 Refs #1600 25 May 2018, 11:11:15 UTC
f3f5c7f we must only return io.EOF to progress to the next file in auto.Group since we never write msg partially, if we've encountered io.EOF in the middle of the msg, we must abort 25 May 2018, 11:10:51 UTC
68f6226 data is corrupted, but this requires manual intervention i.e., can't be skipped and we should only return DataCorruptionError if we can skip a msg safely 25 May 2018, 11:10:51 UTC
118b86b fix nil panic error msg is nil and if we continue executing, we'll get nil exception at `msg.Msg.(....)` 25 May 2018, 11:10:51 UTC
b9afcbe fix typo 25 May 2018, 11:10:51 UTC
a885af0 Merge pull request #1574 from tendermint/847-separate-internal-pubsub [pubsub] Prioritise internal subscribers (e.g. reactor) over external (e.g. RPC) 24 May 2018, 17:09:56 UTC
3a947b0 Merge pull request #1619 from tendermint/zach/cleaner-repo clean up links & spec docs 24 May 2018, 01:09:15 UTC
caf5afc Merge pull request #1520 from tendermint/bucky/p2p-same-ip p2p: prevent connections from same ip 24 May 2018, 00:57:17 UTC
2aa5285 fix from self-review 23 May 2018, 14:08:57 UTC
b166831 link to both consensus specs 23 May 2018, 14:05:03 UTC
423fef1 docs: use absolute links (#1617) 23 May 2018, 14:01:32 UTC
b4d10b5 consensus: link to spec from readme (#1609) 23 May 2018, 13:41:54 UTC
6f1bfb6 Merge pull request #1616 from tendermint/zach/no-debora remove debora scripts 23 May 2018, 12:43:22 UTC
5e71770 Merge pull request #1611 from tendermint/zach/dead-links fix dead links & other doc updates 23 May 2018, 12:42:25 UTC
a0201e7 docker readme: update 23 May 2018, 12:28:55 UTC
126ddca remove debora scripts (#1610) 23 May 2018, 12:01:07 UTC
186d38d Use different loopback addresses for test switch 23 May 2018, 00:36:48 UTC
01fd102 Incoporate review feedback 22 May 2018, 23:56:03 UTC
e11f316 Fix pex reactor test 22 May 2018, 23:35:03 UTC
7d98cfd Test duplicate IP guard in peer set 22 May 2018, 23:24:27 UTC
4848e88 Fix persistent peer switch test 22 May 2018, 22:24:40 UTC
60d7486 docs: fix dead links, closes #1608 22 May 2018, 18:46:56 UTC
229c18f Merge branch 'master' into develop 21 May 2018, 20:13:11 UTC
91b6d3f Do not set address for self error 21 May 2018, 16:47:14 UTC
20e9dd0 Return fake IP even when there is no conn 21 May 2018, 15:55:40 UTC
7b02b5b Add RemoteIP to test implementation 21 May 2018, 15:41:34 UTC
0cd92a4 Fix race in test suffix 21 May 2018, 15:35:49 UTC
747f28f Merge pull request #1602 from tendermint/bucky/readme update readme 21 May 2018, 13:27:15 UTC
a9d0adb update changelog 21 May 2018, 06:56:33 UTC
3485edf update test docker image Go version to 1.10 21 May 2018, 06:51:47 UTC
c6f612b subscribe before state emits NewRoundStep I had to alter events package for that. Hope that's fine. Refs #847 21 May 2018, 06:51:47 UTC
bb9aa85 copy events and pubsub packages from tmlibs Refs #847 21 May 2018, 06:51:47 UTC
c4fef49 switch to events package 21 May 2018, 06:50:55 UTC
b77d534 rename methods for clarity 21 May 2018, 06:50:55 UTC
21f5f3f use channels to send votes, ... from consensus state to reactor Refs #847 21 May 2018, 06:50:55 UTC
bf6527f Merge pull request #1382 from EugeneChung/develop remove Heap.Update() call when setting Proposer field 20 May 2018, 23:32:13 UTC
ed8d995 point to terraform-ansible docs 20 May 2018, 21:05:57 UTC
97b39f3 update readme 20 May 2018, 21:01:15 UTC
383c255 dev version bump 20 May 2018, 20:54:21 UTC
931fb38 Merge pull request #1599 from tendermint/release/v0.19.5 Release/v0.19.5 20 May 2018, 20:45:00 UTC
018e096 Merge pull request #1601 from tendermint/bucky/wal-sync consensus: only fsync wal after internal msgs 20 May 2018, 20:36:33 UTC
ee4eb59 update comments 20 May 2018, 20:44:08 UTC
082a02e consensus: only fsync wal after internal msgs 20 May 2018, 18:40:47 UTC
2c40966 fix changelog 20 May 2018, 18:08:35 UTC
0a9dc9f changelog 20 May 2018, 14:25:21 UTC
87cefb7 version 20 May 2018, 14:22:42 UTC
6701dba changelog 20 May 2018, 14:22:22 UTC
442bbe5 Merge pull request #1598 from tendermint/bucky/docs-clean Bucky/docs clean 20 May 2018, 13:46:09 UTC
301aa92 phony 20 May 2018, 13:53:38 UTC
52f2768 Merge pull request #1567 from tendermint/909-limit-tx-search-output limit /tx_search output 20 May 2018, 13:44:41 UTC
6f9867c fix validate pagination params 20 May 2018, 05:47:15 UTC
02615c8 update readme 20 May 2018, 04:41:54 UTC
2df1371 security.md 20 May 2018, 04:33:37 UTC
1ef4157 docs/spec: blockchain and consensus dirs 20 May 2018, 04:28:47 UTC
773e391 networks: update readmes 20 May 2018, 03:35:45 UTC
back to top