Jae Kwon
|
0c4650f329
|
Update README.md
Added introduction by Zaki
|
9 years ago |
Jae Kwon
|
9247b0fbd2
|
Fix HeightVoteSet bug where first catchup vote doesn't get added
|
9 years ago |
Jae Kwon
|
0e7b069cd8
|
Remove broken mmm benchmark that doesn't belong
|
9 years ago |
Jae Kwon
|
dcc1caaf68
|
Make Receive() logging consistent
|
9 years ago |
Jae Kwon
|
708ee232bc
|
Add more unit benchmarks
|
9 years ago |
Jae Kwon
|
5a8a9bfd69
|
Make fast_sync=true by default, with more relaxed conditions
|
9 years ago |
Ethan Buchman
|
94194fea46
|
fix logging proposal when we might not have it
|
9 years ago |
Jae Kwon
|
980f02a500
|
Change license to Apache2.0
|
9 years ago |
Jae Kwon
|
634527f5b6
|
Change license to Apache2.0
|
9 years ago |
Jae Kwon
|
ea56ed5ea2
|
Change license to Apache2.0
|
9 years ago |
Jae Kwon
|
b24269fefc
|
Change license to Apache2.0
|
9 years ago |
Jae Kwon
|
f592570310
|
Change license to Apache2.0
|
9 years ago |
Jae Kwon
|
16e5e4e8c8
|
Change license format
|
9 years ago |
Jae Kwon
|
0c9b9fe8bb
|
Change license to Apache2.0
|
9 years ago |
Jae Kwon
|
da1ef93cef
|
Added link to tendermint.com blog post
|
9 years ago |
Jae Kwon
|
ceb6e1e95f
|
Make consensus logs use default log handler
|
9 years ago |
Jae Kwon
|
20913c5e0e
|
Add .pyc to gitignore; Fix js example
|
9 years ago |
Jae Kwon
|
cf3b287245
|
Remove spurious tmsp_cli.go
|
9 years ago |
Jae Kwon
|
13c50a5fdf
|
Merge pull request #5 from tendermint/js
Length prefixed tmsp messages; counter app in javascript
|
9 years ago |
Jae Kwon
|
d58b3d54b1
|
tendermint init makes random chain ID
|
9 years ago |
Jae Kwon
|
a204f59ecb
|
Merge pull request #171 from tendermint/init
Init
|
9 years ago |
Jae Kwon
|
844c4a519d
|
Fix tmsp-cli to conform to go-wire new TypeByte behavior; Rename tmsp_cli to tmsp-cli
|
9 years ago |
Ethan Buchman
|
3fb3a81b92
|
fix js
|
9 years ago |
Jae Kwon
|
d87667a0c2
|
Conform to go-wire new TypeByte behavior for broadcasts
|
9 years ago |
Ethan Buchman
|
6f5baa8414
|
rpc: add app_hash to /status
|
9 years ago |
Ethan Buchman
|
dc75b71f55
|
tmsp_cli -> tmsp-cli
|
9 years ago |
Ethan Buchman
|
d560c1d455
|
example/js
|
9 years ago |
Ethan Buchman
|
b7b4109413
|
msg prefix python
|
9 years ago |
Jae Kwon
|
b9519391c2
|
Conform to go-wire new TypeByte behavior for PrivValidator as well
|
9 years ago |
Ethan Buchman
|
5cbb5d2541
|
tendermint init
|
9 years ago |
Jae Kwon
|
08d7980d80
|
Conform to go-wire new TypeByte behavior
|
9 years ago |
Jae Kwon
|
44d8e62689
|
Confirm to go-wire new TypeByte behavior
|
9 years ago |
Jae Kwon
|
2d9abb06ca
|
Conform to new go-wire TypeByte behavior
|
9 years ago |
Jae Kwon
|
5bf7796004
|
Add synchronous file write benchmark
|
9 years ago |
Jae Kwon
|
e57f3596a1
|
Use go-wire's new Read/Write LengthPrefixed methods
|
9 years ago |
Jae Kwon
|
3393fc34c2
|
Use wire.*LengthPrefixed
|
9 years ago |
Jae Kwon
|
f288e58c81
|
Prefix TMSP messages with length
|
9 years ago |
Ethan Buchman
|
a357f3156a
|
RetCodeEncodingError
|
9 years ago |
Jae Kwon
|
4b67e9e9d2
|
Add Makefile
|
9 years ago |
Jae Kwon
|
035966d273
|
Merge pull request #4 from tendermint/python
add counter app in python
|
9 years ago |
Jae Kwon
|
0316dfc6f2
|
Update code.google.com to use golang.org
|
9 years ago |
Ethan Buchman
|
28ec3d48fa
|
signer interface for validators
|
9 years ago |
Ethan Buchman
|
c3a8f202ab
|
consensus: fix negative timeout; log levels
|
9 years ago |
Ethan Buchman
|
36b7045f5c
|
example/golang
|
9 years ago |
Ethan Buchman
|
af2a1a6fc1
|
python fixes, tests
|
9 years ago |
Ethan Buchman
|
bb4a58aa0a
|
add counter app in python
|
9 years ago |
Jae Kwon
|
c95b89e98c
|
Merge remote-tracking branch 'origin/consensus_refactor' into consensus_refactor_jae
|
9 years ago |
Ethan Buchman
|
b9e143d956
|
Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review
|
9 years ago |
Ethan Buchman
|
261647a012
|
Enter* -> enter*. Comments/fixes from Jae
|
9 years ago |
Ethan Buchman
|
4483971776
|
conR uses events to trigger newstep & hasvote broadcasts
|
9 years ago |