Commit Graph

9070 Commits

Author SHA1 Message Date
Jae Kwon 74cdadec9f Refactor RPC to be more general 2016-01-02 16:23:29 -08:00
Jae Kwon 6132017f82 Remove mempool log bypass 2016-01-02 16:22:25 -08:00
Jae Kwon 9357e8ecf8 IsCaughtUp requires a peer 2016-01-02 16:21:40 -08:00
Jae Kwon ba01cfbb58 Remove spurious fmt.Print 2016-01-02 16:20:39 -08:00
Jae Kwon 1b7243a990 Update README to point to blog post only 2016-01-01 19:09:03 -08:00
Jae Kwon 0c4650f329 Update README.md
Added introduction by Zaki
2016-01-01 18:19:58 -08:00
Jae Kwon 9247b0fbd2 Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
Jae Kwon 0e7b069cd8 Remove broken mmm benchmark that doesn't belong 2015-12-31 14:30:50 -08:00
Jae Kwon dcc1caaf68 Make Receive() logging consistent 2015-12-31 14:27:05 -08:00
Jae Kwon 708ee232bc Add more unit benchmarks 2015-12-31 00:34:44 -08:00
Jae Kwon 5a8a9bfd69 Make fast_sync=true by default, with more relaxed conditions 2015-12-31 00:32:54 -08:00
Ethan Buchman 94194fea46 fix logging proposal when we might not have it 2015-12-29 15:39:24 -05:00
Jae Kwon 980f02a500 Change license to Apache2.0 2015-12-23 14:19:50 -08:00
Jae Kwon 634527f5b6 Change license to Apache2.0 2015-12-23 14:18:53 -08:00
Jae Kwon ea56ed5ea2 Change license to Apache2.0 2015-12-23 14:17:27 -08:00
Jae Kwon b24269fefc Change license to Apache2.0 2015-12-23 14:16:29 -08:00
Jae Kwon f592570310 Change license to Apache2.0 2015-12-23 14:14:41 -08:00
Jae Kwon 16e5e4e8c8 Change license format 2015-12-23 14:11:59 -08:00
Jae Kwon 0c9b9fe8bb Change license to Apache2.0 2015-12-23 14:08:39 -08:00
Jae Kwon da1ef93cef Added link to tendermint.com blog post 2015-12-21 17:41:35 -08:00
Jae Kwon ceb6e1e95f Make consensus logs use default log handler 2015-12-21 17:26:08 -08:00
Jae Kwon 20913c5e0e Add .pyc to gitignore; Fix js example 2015-12-21 17:23:05 -08:00
Jae Kwon cf3b287245 Remove spurious tmsp_cli.go 2015-12-21 16:36:50 -08:00
Jae Kwon 13c50a5fdf Merge pull request #5 from tendermint/js
Length prefixed tmsp messages; counter app in javascript
2015-12-21 16:35:10 -08:00
Jae Kwon d58b3d54b1 tendermint init makes random chain ID 2015-12-21 16:30:28 -08:00
Jae Kwon a204f59ecb Merge pull request #171 from tendermint/init
Init
2015-12-21 16:28:04 -08:00
Jae Kwon 844c4a519d Fix tmsp-cli to conform to go-wire new TypeByte behavior; Rename tmsp_cli to tmsp-cli 2015-12-21 16:18:41 -08:00
Ethan Buchman 3fb3a81b92 fix js 2015-12-21 18:47:14 -05:00
Jae Kwon d87667a0c2 Conform to go-wire new TypeByte behavior for broadcasts 2015-12-21 15:18:16 -08:00
Ethan Buchman 6f5baa8414 rpc: add app_hash to /status 2015-12-21 18:13:42 -05:00
Ethan Buchman dc75b71f55 tmsp_cli -> tmsp-cli 2015-12-21 18:12:38 -05:00
Ethan Buchman d560c1d455 example/js 2015-12-21 18:03:57 -05:00
Ethan Buchman b7b4109413 msg prefix python 2015-12-21 18:03:57 -05:00
Jae Kwon b9519391c2 Conform to go-wire new TypeByte behavior for PrivValidator as well 2015-12-21 15:02:37 -08:00
Ethan Buchman 5cbb5d2541 tendermint init 2015-12-21 17:52:00 -05:00
Jae Kwon 08d7980d80 Conform to go-wire new TypeByte behavior 2015-12-21 14:48:44 -08:00
Jae Kwon 44d8e62689 Confirm to go-wire new TypeByte behavior 2015-12-21 12:55:52 -08:00
Jae Kwon 2d9abb06ca Conform to new go-wire TypeByte behavior 2015-12-21 09:58:27 -08:00
Jae Kwon 5bf7796004 Add synchronous file write benchmark 2015-12-20 11:37:54 -08:00
Jae Kwon e57f3596a1 Use go-wire's new Read/Write LengthPrefixed methods 2015-12-20 09:23:30 -08:00
Jae Kwon 3393fc34c2 Use wire.*LengthPrefixed 2015-12-20 09:16:05 -08:00
Jae Kwon f288e58c81 Prefix TMSP messages with length 2015-12-20 08:18:39 -08:00
Ethan Buchman a357f3156a RetCodeEncodingError 2015-12-17 13:48:36 -08:00
Jae Kwon 4b67e9e9d2 Add Makefile 2015-12-17 13:46:04 -08:00
Jae Kwon 035966d273 Merge pull request #4 from tendermint/python
add counter app in python
2015-12-17 13:41:56 -08:00
Jae Kwon 0316dfc6f2 Update code.google.com to use golang.org 2015-12-17 13:27:30 -08:00
Ethan Buchman 28ec3d48fa signer interface for validators 2015-12-16 13:07:07 -05:00
Ethan Buchman c3a8f202ab consensus: fix negative timeout; log levels 2015-12-15 14:44:58 -05:00
Ethan Buchman 36b7045f5c example/golang 2015-12-14 20:00:48 -05:00
Ethan Buchman af2a1a6fc1 python fixes, tests 2015-12-14 20:00:48 -05:00