https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
64408a4 Merge pull request #1528 from tendermint/release/v0.19.2 Release/v0.19.2 30 April 2018, 22:28:38 UTC
cae3115 fix lint 30 April 2018, 22:23:02 UTC
66c2b60 version and changelog 30 April 2018, 20:06:45 UTC
e2e2127 Merge pull request #1519 from tendermint/bucky/p2p-cleanup Cleanup P2P 30 April 2018, 19:54:04 UTC
f395b82 node: remove commented out trustMetric 30 April 2018, 19:59:05 UTC
47557f8 create addrbook even if pex=false. fixes #1525 30 April 2018, 12:31:03 UTC
b6c062c fixes from review 30 April 2018, 12:19:19 UTC
12fc396 Split CMD's param on space (#1523) This is to avoid "ERROR: unknown flag: --proxy_app dummy" message when running "docker-compose up" 29 April 2018, 14:35:10 UTC
c195772 p2p: small lint 29 April 2018, 01:17:28 UTC
d3c4f74 spec: abci notes. closes #1257 29 April 2018, 01:12:25 UTC
fae94a4 p2p/pex: some addrbook fixes * fix before/after in isBad() * allow multiple IPs per ID even if ID isOld 29 April 2018, 00:09:02 UTC
3a30ee7 minor fixes 28 April 2018, 21:27:51 UTC
3498b67 update spec and addrbook.go 28 April 2018, 21:14:58 UTC
6157c70 forgot errors file 28 April 2018, 20:15:30 UTC
c90bf77 rpc: add n_peers to /net_info 28 April 2018, 20:09:18 UTC
6805ddf p2p: change some logs from Error to Debug. #1476 28 April 2018, 20:00:45 UTC
2761861 p2p: MinNumOutboundPeers. Closes #1501 28 April 2018, 19:52:05 UTC
64569b1 fix build and test 28 April 2018, 19:39:09 UTC
0450e35 some comments 28 April 2018, 19:19:33 UTC
268055e node: remove dup code from rebase 28 April 2018, 19:04:37 UTC
aaa8109 p2p: some comments and a log line 28 April 2018, 19:01:33 UTC
3ee1d79 p2p: explicit netaddress errors 28 April 2018, 18:48:51 UTC
32268a8 limit maxPexMessageSize based on maxAddressSize 28 April 2018, 18:41:36 UTC
f645187 spec: pex update 28 April 2018, 17:11:32 UTC
40c7923 p2p: dont require minor versions to match in handshake 28 April 2018, 17:09:17 UTC
c23909e p2p/pex: minor cleanup and comments 28 April 2018, 17:08:44 UTC
936d1a0 some notes about the p2p layer 28 April 2018, 15:35:09 UTC
0cbbb61 minor cleanup 28 April 2018, 05:02:39 UTC
fa66694 Merge branch 'develop' into fix-persistent-first 28 April 2018, 04:34:03 UTC
d92def4 version bump 28 April 2018, 04:06:05 UTC
26f633e Merge pull request #1514 from tendermint/release/v0.19.1 Release/v0.19.1 28 April 2018, 03:36:15 UTC
79bfbeb rpc: docs/comments 28 April 2018, 03:19:40 UTC
f33da88 rpc: lower_case peer_round_states, use a list, add the node_address 28 April 2018, 03:00:09 UTC
ffe81a0 changelog and version 27 April 2018, 16:35:21 UTC
0e00154 Merge branch 'master' into develop 27 April 2018, 16:23:12 UTC
1ab89e6 update changelog 27 April 2018, 16:23:00 UTC
14cff48 Merge pull request #1440 from tendermint/1428-remove-wal-light [config] remove wal_light setting 27 April 2018, 16:06:51 UTC
25cee88 Merge branch 'develop' into 1428-remove-wal-light 27 April 2018, 16:06:08 UTC
65ebbcc Add GoAmino DeepCopy() benchmark for RoundState 27 April 2018, 15:55:45 UTC
1188dfe Merge pull request #1511 from tendermint/bucky/rpc-fixes Various RPC fixes 27 April 2018, 15:45:46 UTC
c45ba29 fixes from review 27 April 2018, 14:29:05 UTC
f67c5a9 forgot wire.go file 27 April 2018, 14:00:34 UTC
593a785 set NodeInfo on switch before starting RPC server should fix #1199 27 April 2018, 03:49:48 UTC
94e823c p2p: NodeInfo.Channels is HexBytes 27 April 2018, 03:43:51 UTC
47e4d64 add validator address to /status 27 April 2018, 03:43:51 UTC
a2d77cb add MarshalJSON methods to fix dump_consensus_state 27 April 2018, 03:43:48 UTC
390b592 Merge pull request #1510 from tendermint/bucky/docs-and-fixes JSON Indent and some docs 27 April 2018, 03:03:47 UTC
9ab1faf some amino json for #1504 27 April 2018, 02:06:15 UTC
94c016a use MarshalJSONIndent for init files. closes #1506 27 April 2018, 01:32:18 UTC
97f3ada update godep 27 April 2018, 01:31:48 UTC
d7d4471 Merge pull request #1507 from tendermint/bucky/docs-pre-amino document pre-amino pubkeys/addresses 27 April 2018, 00:40:53 UTC
d48a6f9 document pre-amino pubkeys/addresses 27 April 2018, 00:46:08 UTC
389a6ff Merge pull request #1500 from tendermint/bucky/spec-updates Bucky/spec updates 26 April 2018, 15:44:27 UTC
f1ead2d typo 26 April 2018, 15:50:45 UTC
e5951ac SHA256 -> RIPEMD160 26 April 2018, 15:47:13 UTC
0e1414e spec: add Address spec. notes about Query 26 April 2018, 15:46:20 UTC
97be1ee add abci notes 26 April 2018, 15:08:34 UTC
0d9004a [cmd] Turn off strict routability when using testnet cmd (#1493) * [cmd] Turn off strict routability when using testnet cmd Refs https://github.com/tendermint/tendermint/pull/1454 * use "testnet" instead of "it" 26 April 2018, 14:52:11 UTC
91c81ef spec: note on byte arrays, clean up bitarrays and more, add merkle proof, add crypto.go script 26 April 2018, 14:42:58 UTC
e2f0778 spec: update encoding.md 26 April 2018, 13:36:41 UTC
63f8c58 Merge pull request #1471 from tendermint/greg/devopstools Greg/devopstools 25 April 2018, 08:37:28 UTC
9ba208c wrapper.sh logfile check fix 24 April 2018, 20:40:51 UTC
6ce6b20 Renamed remotenet to sentrynet to match the purpose better. 24 April 2018, 18:22:19 UTC
5361073 Merge pull request #1483 from tendermint/jae/lower_case_round_state Jae/lower case round state 24 April 2018, 07:57:42 UTC
6c04465 Fix `Prove` int abci.ABCIQuery (#1485) * fix Prove in abci query * fix Prove in abci query * fix doc * fix doc 24 April 2018, 07:56:25 UTC
089ce67 Added ansible playbook to remote networks to ship logs to logz.io 24 April 2018, 02:38:49 UTC
17a5c6f typo fix 23 April 2018, 19:03:34 UTC
18c3f8f writeDefaultCondigFile -> writeDefaultConfigFile (#1490) 23 April 2018, 19:01:40 UTC
b42d5a2 blockID -> block_id for JSON 22 April 2018, 03:24:50 UTC
b20e777 lower_case json field names 21 April 2018, 06:20:44 UTC
6597627 Makefile targets for remotenet fixed 18 April 2018, 09:56:13 UTC
ece3f67 [docs/spec] update msg type and Tendermint behavior (#1468) Refs #1422 17 April 2018, 17:38:10 UTC
5b5acbb Ansible README update and small fixes 17 April 2018, 16:28:05 UTC
a2930cd Merge pull request #1474 from tendermint/release/v0.19.0 Release/v0.19.0 17 April 2018, 08:59:36 UTC
45a05b4 Merge pull request #1461 from tendermint/update-changelog update changelog 17 April 2018, 07:56:53 UTC
8bdfe15 Dockerfile, localnode, sentry node scripts changes - Updated Dockerfile and created build-docker target - Changed localnode docker image to set permissions to more permissive (docker has different user than host system) - Added sentry node terraform and ansible script 16 April 2018, 15:34:01 UTC
b3904b8 ShellChecked wrapper.sh 14 April 2018, 01:34:05 UTC
f2dae2a Moved to networks folder, introduced cloud server scripts using terraform and ansible (sentry nodes) 14 April 2018, 01:03:25 UTC
1706ce6 update changelog for 0.19.0 release 13 April 2018, 08:50:34 UTC
d0beaba Bump version to 0.19.0 13 April 2018, 08:32:47 UTC
c28784d Merge pull request #1453 from tendermint/fix-localnet Fix permissions and folder structure for localnet 12 April 2018, 15:50:08 UTC
d063906 [localnet] use routable IPs 12 April 2018, 14:02:31 UTC
3a0edc5 log error from AddrBook#AddAddress in DialPeersAsync Refs #1434 12 April 2018, 13:51:17 UTC
f8ed578 [localnet] execute cmd from root not secure, but we don't care because it's local tooling 12 April 2018, 13:51:32 UTC
5babaf9 [localnet] fix folder permissions errors 12 April 2018, 13:51:17 UTC
c0610b2 Greg/localnet (#1450) * Added new Makefile targets for local testnet running using docker * Added localnode docker image description, some documentation and refactored to use the tendermint testnet command * Fixes for the new tendermint testnet command * More fixes on tendermint testnet and docker-compose * Changed logging * Added missing targets to phony 12 April 2018, 11:15:16 UTC
1db2224 do not use mask in testnet cmd (#1451) fix node ids 11 April 2018, 18:53:33 UTC
0323b03 improve testnet cmd (#1449) * improve testnet cmd * allow non-validators * configurable prefix * populating of persistent peers * relax permissions * cleanup output dir every time * do not remove dir * remove panic comments 11 April 2018, 17:40:53 UTC
379f9f8 update docs for latest develop (#1448) * update docs for latest develop * latest_app_hash, not app_hash 11 April 2018, 15:36:14 UTC
ab00bf7 standardize PRNG access (#1411) * replace math/rand with tmlibs equivalent. * update tmlibs dependency 11 April 2018, 09:38:30 UTC
64879c1 1417 status response format (#1424) * Reformated the ResultStatus * fix misuse of ResultStatus. * updated changelog * Fixed tests * fixed rpc helper tests * fixed rpc_tests * fixed mock/status_test * fixed typo * fixed ommitempty on validatorstatus and the changelog * fixed extra line in changelog * Updated usage of the /status json response in tests after breaking changes * Updated remaining tests with changes after searching the codebase for usage * Reformated the ResultStatus * fix misuse of ResultStatus. * updated changelog * Fixed tests * fixed rpc helper tests * fixed rpc_tests * fixed mock/status_test * fixed typo * fixed ommitempty on validatorstatus and the changelog * Updated usage of the /status json response in tests after breaking changes * Updated remaining tests with changes after searching the codebase for usage * rebased against develop 11 April 2018, 08:38:34 UTC
7c22e47 Replaced NodeInfo's pubkey to ID (#1443) * Replaced NodeInfo PubKey to NodeID * Fixed tests and replaced NodeID with ID * Removed unnecessary method ID() * Fixed codec_test.go * Fixed codec_test.go * Removed unnecessary bracket * Fixed all tests * Fixed peer_set_test.go * Fixed peer_test.go * Fixed common_test.go * Fixed common_test.go * Renamed node_id to id * Removed peer.ID() from RPC net.go * Replaced NodeInfo pubKey to ID * Fixed codec_test.go * Fixed peer_set_test.go * Fix pex_reactor_test.go * Refactored code for privateKey initiali * Fixed peer_set_test.go * Fixed test.proto and removed orphan string in codec_test.go * Fixed pointer to a string * generate node_key when running tendermint init * [docs] prefix IPs with node IDs Refs #1429 * gen_node_key cmd * [docs/specification/secure-p2p] add a note about config * fix data race Closes #1442 ``` WARNING: DATA RACE Write at 0x00c4209de7c8 by goroutine 23: github.com/tendermint/tendermint/types.(*Block).fillHeader() /home/vagrant/go/src/github.com/tendermint/tendermint/types/block.go:88 +0x157 github.com/tendermint/tendermint/types.(*Block).Hash() /home/vagrant/go/src/github.com/tendermint/tendermint/types/block.go:104 +0x121 github.com/tendermint/tendermint/types.(*Block).HashesTo() /home/vagrant/go/src/github.com/tendermint/tendermint/types/block.go:135 +0x4f github.com/tendermint/tendermint/consensus.(*ConsensusState).enterPrecommit() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:1037 +0x182d github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:1425 +0x1a6c github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:1318 +0x77 github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:581 +0x7a9 github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:539 +0x6c3 Previous read at 0x00c4209de7c8 by goroutine 47: github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*HexBytes).MarshalJSON() <autogenerated>:1 +0x52 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.invokeMarshalJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:433 +0x88 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:82 +0x8d2 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).MarshalJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/amino.go:296 +0x182 github.com/tendermint/tendermint/rpc/lib/types.NewRPCSuccessResponse() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/types/types.go:100 +0x12c github.com/tendermint/tendermint/rpc/lib/server.makeJSONRPCHandler.func1() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:152 +0xab7 net/http.HandlerFunc.ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:1918 +0x51 net/http.(*ServeMux).ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:2254 +0xa2 github.com/tendermint/tendermint/rpc/lib/server.RecoverAndLogHandler.func1() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:138 +0x4fa net/http.HandlerFunc.ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:1918 +0x51 net/http.serverHandler.ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:2619 +0xbc net/http.(*conn).serve() /usr/lib/go-1.9/src/net/http/server.go:1801 +0x83b Goroutine 23 (running) created at: github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:250 +0x35b github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/reactor.go:69 +0x1b4 github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/consensus.(*ConsensusReactor).Start() <autogenerated>:1 +0x43 github.com/tendermint/tendermint/p2p.(*Switch).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/p2p/switch.go:177 +0x124 github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/node.(*Node).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/node/node.go:416 +0xa1b github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/rpc/test.StartTendermint() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/test/helpers.go:100 +0x5b github.com/tendermint/tendermint/rpc/client_test.TestMain() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/client/main_test.go:17 +0x4c main.main() github.com/tendermint/tendermint/rpc/client/_test/_testmain.go:76 +0x1cd Goroutine 47 (running) created at: net/http.(*Server).Serve() /usr/lib/go-1.9/src/net/http/server.go:2720 +0x37c net/http.Serve() /usr/lib/go-1.9/src/net/http/server.go:2323 +0xe2 github.com/tendermint/tendermint/rpc/lib/server.StartHTTPServer.func1() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:35 +0xb3 ``` * removed excessive comment Refs https://github.com/tendermint/tendermint/pull/1446#discussion_r180353446 * use the tag interface for pubsub. (#1438) * use the tag interface for pubsub. * update tmlibs. * Fix unresolved conflict. * improve `show_node_id` (#1433) * fix show_node_id * make LoadNodeKey public * make LoadNodeKey public * remove if * remove if 11 April 2018, 08:11:11 UTC
e88f74b remove wal_light setting Closes #1428 11 April 2018, 08:08:03 UTC
384b3ea improve `show_node_id` (#1433) * fix show_node_id * make LoadNodeKey public * make LoadNodeKey public * remove if * remove if 10 April 2018, 14:03:51 UTC
6a48bd0 use the tag interface for pubsub. (#1438) * use the tag interface for pubsub. * update tmlibs. * Fix unresolved conflict. 10 April 2018, 14:03:03 UTC
d93e177 Merge pull request #1446 from tendermint/1442-data-race-fix-attempt fix data race 10 April 2018, 13:49:36 UTC
cef0533 Merge pull request #1439 from tendermint/1429-add-docs-for-node-ids docs: update docs to include IDs or set auth_enc to false 10 April 2018, 09:46:48 UTC
cca1dd8 removed excessive comment Refs https://github.com/tendermint/tendermint/pull/1446#discussion_r180353446 10 April 2018, 09:36:31 UTC
26c38e7 fix data race Closes #1442 ``` WARNING: DATA RACE Write at 0x00c4209de7c8 by goroutine 23: github.com/tendermint/tendermint/types.(*Block).fillHeader() /home/vagrant/go/src/github.com/tendermint/tendermint/types/block.go:88 +0x157 github.com/tendermint/tendermint/types.(*Block).Hash() /home/vagrant/go/src/github.com/tendermint/tendermint/types/block.go:104 +0x121 github.com/tendermint/tendermint/types.(*Block).HashesTo() /home/vagrant/go/src/github.com/tendermint/tendermint/types/block.go:135 +0x4f github.com/tendermint/tendermint/consensus.(*ConsensusState).enterPrecommit() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:1037 +0x182d github.com/tendermint/tendermint/consensus.(*ConsensusState).addVote() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:1425 +0x1a6c github.com/tendermint/tendermint/consensus.(*ConsensusState).tryAddVote() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:1318 +0x77 github.com/tendermint/tendermint/consensus.(*ConsensusState).handleMsg() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:581 +0x7a9 github.com/tendermint/tendermint/consensus.(*ConsensusState).receiveRoutine() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:539 +0x6c3 Previous read at 0x00c4209de7c8 by goroutine 47: github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*HexBytes).MarshalJSON() <autogenerated>:1 +0x52 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.invokeMarshalJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:433 +0x88 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:82 +0x8d2 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSONStruct() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:348 +0x539 github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec)._encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:119 +0x83f github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).encodeReflectJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/json-encode.go:50 +0x10e github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino.(*Codec).MarshalJSON() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/go-amino/amino.go:296 +0x182 github.com/tendermint/tendermint/rpc/lib/types.NewRPCSuccessResponse() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/types/types.go:100 +0x12c github.com/tendermint/tendermint/rpc/lib/server.makeJSONRPCHandler.func1() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/server/handlers.go:152 +0xab7 net/http.HandlerFunc.ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:1918 +0x51 net/http.(*ServeMux).ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:2254 +0xa2 github.com/tendermint/tendermint/rpc/lib/server.RecoverAndLogHandler.func1() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:138 +0x4fa net/http.HandlerFunc.ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:1918 +0x51 net/http.serverHandler.ServeHTTP() /usr/lib/go-1.9/src/net/http/server.go:2619 +0xbc net/http.(*conn).serve() /usr/lib/go-1.9/src/net/http/server.go:1801 +0x83b Goroutine 23 (running) created at: github.com/tendermint/tendermint/consensus.(*ConsensusState).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/state.go:250 +0x35b github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/consensus.(*ConsensusReactor).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/consensus/reactor.go:69 +0x1b4 github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/consensus.(*ConsensusReactor).Start() <autogenerated>:1 +0x43 github.com/tendermint/tendermint/p2p.(*Switch).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/p2p/switch.go:177 +0x124 github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/node.(*Node).OnStart() /home/vagrant/go/src/github.com/tendermint/tendermint/node/node.go:416 +0xa1b github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common.(*BaseService).Start() /home/vagrant/go/src/github.com/tendermint/tendermint/vendor/github.com/tendermint/tmlibs/common/service.go:130 +0x5fc github.com/tendermint/tendermint/rpc/test.StartTendermint() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/test/helpers.go:100 +0x5b github.com/tendermint/tendermint/rpc/client_test.TestMain() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/client/main_test.go:17 +0x4c main.main() github.com/tendermint/tendermint/rpc/client/_test/_testmain.go:76 +0x1cd Goroutine 47 (running) created at: net/http.(*Server).Serve() /usr/lib/go-1.9/src/net/http/server.go:2720 +0x37c net/http.Serve() /usr/lib/go-1.9/src/net/http/server.go:2323 +0xe2 github.com/tendermint/tendermint/rpc/lib/server.StartHTTPServer.func1() /home/vagrant/go/src/github.com/tendermint/tendermint/rpc/lib/server/http_server.go:35 +0xb3 ``` 10 April 2018, 09:15:16 UTC
6094529 [docs/specification/secure-p2p] add a note about config 09 April 2018, 15:02:48 UTC
back to top