Jae Kwon
|
53f74d052f
|
Fix deadlock bug in websocket client impl
|
9 years ago |
Jae Kwon
|
3da76496b0
|
Fix BlockchainReactor bug w/ mismatched state.LastBlockHeight vs store.Height
This is due to a non-atomic saves of state.State vs blockchain.Store.
This is a simple hack.
|
9 years ago |
Jae Kwon
|
12c7f00c44
|
Merge pull request #164 from tendermint/proxy_fix
didSend -> willSend
|
9 years ago |
Ethan Buchman
|
2c595284d8
|
msgQueue and msgProcessor
|
9 years ago |
Jae Kwon
|
67e74756f4
|
Remove PEX/AddrBook
|
9 years ago |
Ethan Buchman
|
a7d0998bc0
|
didSend -> willSend
|
9 years ago |
Ethan Buchman
|
36e89b606e
|
fix test
|
9 years ago |
Jae Kwon
|
4347b91b89
|
Remove wrong comment
|
9 years ago |
Jae Kwon
|
432a37857d
|
Add RemoteAddr and ListenAddr to NodeInfo; Refactor IPRange logic
|
9 years ago |
Jae Kwon
|
f37f578b1d
|
Add RemoteAddr and ListenAddr to NodeInfo
|
9 years ago |
Jae Kwon
|
21abda0602
|
Make Counter app return nil hash initially
|
9 years ago |
Jae Kwon
|
35abb4df92
|
Allow for test apps to return nil hashes
|
9 years ago |
Jae Kwon
|
e5b9a5e849
|
Add proxy_app as node flag
|
9 years ago |
Jae Kwon
|
e67f385574
|
Conform to go-common WriteFile*(path,mode)
|
9 years ago |
Jae Kwon
|
c37e25e76b
|
Conform to go-common WriteFile*(path, mode)
|
9 years ago |
Jae Kwon
|
3b50efbe02
|
WriteFile*() takes file mode
|
9 years ago |
Jae Kwon
|
543ca16b6f
|
Conform to go-common EnsureDir(path, mode)
|
9 years ago |
Jae Kwon
|
4b6741ca3b
|
EnsureDir() takes file mode
|
9 years ago |
Jae Kwon
|
7b1ebb9245
|
Update README.md
|
9 years ago |
Jae Kwon
|
b52cd4969b
|
Update README.md
|
9 years ago |
Jae Kwon
|
465cb6d327
|
Make benchmarks a real package for go get ./...
|
9 years ago |
Jae Kwon
|
09351996a4
|
Add GenesisDoc.SaveAs utility method
|
9 years ago |
Jae Kwon
|
bbaacce472
|
Change server listener addr to 0.0.0.0
|
9 years ago |
Jae Kwon
|
1df2d7b8eb
|
Remove spurious programs
|
9 years ago |
Jae Kwon
|
ef43af19ab
|
Tendermint <-> Application refactor
|
9 years ago |
Jae Kwon
|
7931e2b9ca
|
Change port 8080 to 46658
|
9 years ago |
Jae Kwon
|
4fc7aa234f
|
Merge pull request #3 from tendermint/console
tmsp cli enhancements and simple tests
|
9 years ago |
Ethan Buchman
|
3e721456f5
|
tmsp batch and some tests
|
9 years ago |
Ethan Buchman
|
86c2484c29
|
cmdInfo, cmdSetOption; append_tx can take hex
|
9 years ago |
Ethan Buchman
|
93308a3e6f
|
interactive tmsp console
|
9 years ago |
Jae Kwon
|
7448cdc154
|
Add serial=on option for CounterApplication
|
9 years ago |
Jae Kwon
|
e3d88d2d79
|
Add ScanRightDeleteRandom test; Add GCRandom test
|
9 years ago |
Jae Kwon
|
dbd04eadeb
|
Remove CList, moved to go-clist
|
9 years ago |
Jae Kwon
|
d939cd964b
|
First commit of CList
|
9 years ago |
Jae Kwon
|
6a5b804523
|
Refactor CounterApplication to implement AppContext
|
9 years ago |
Jae Kwon
|
5d994944c6
|
Refactor Application to Application & AppContext
|
9 years ago |
Jae Kwon
|
8b9df7d685
|
Merge pull request #2 from tendermint/cli
refactor dummy; flush tmsp reqs
|
9 years ago |
Ethan Buchman
|
fe782cb8ac
|
server: allow multiple connections
|
9 years ago |
Ethan Buchman
|
c21c2ed69b
|
counter example
|
9 years ago |
Ethan Buchman
|
2de72d26cf
|
refactor dummy; flush tmsp reqs
|
9 years ago |
Jae Kwon
|
80c7e26bee
|
Fix memory-leak in CList; Patched with DetachPrev/DetachHead
|
9 years ago |
Jae Kwon
|
76189fde0d
|
Add Remove() implementation, CList is doubly-linked
|
9 years ago |
Jae Kwon
|
e40c4834a8
|
Replace SetEventsMode with SetOption
|
9 years ago |
Jae Kwon
|
9a72da4fcd
|
Add .gitignore file
|
9 years ago |
Jae Kwon
|
edf3abaf8f
|
Merge pull request #1 from tendermint/retcode
retcode.Error() from go generate
|
9 years ago |
Jae Kwon
|
32937f2815
|
Add Apache2.0 license
|
9 years ago |
Ethan Buchman
|
4d0eb1d95a
|
retcode.Error() from go generate
|
9 years ago |
Jae Kwon
|
c65e9e7d91
|
Added CList
|
9 years ago |
Jae Kwon
|
201bf2374b
|
Update README; Remove GetEvents() from Application
|
9 years ago |
Jae Kwon
|
a8dc417cd9
|
Add ProxyApp logic
|
9 years ago |