Ethan Buchman
10031f57d5
fix grpc version; add log_level and some logging
7 years ago
Ethan Buchman
26d967af7e
linter
7 years ago
Ethan Buchman
c7f54fb56c
everything takes Request, returns Response; expect DeliverTx/CheckTx/Commit
7 years ago
Anton Kaliaev
fc7db13fa8
remove tags from CheckTx
add value_type field to KVPair
7 years ago
Anton Kaliaev
bb0d7e9526
add tags field to DeliverTx and CheckTx
7 years ago
Ethan Buchman
3bd8782ab2
server: minor refactor
7 years ago
Paul
43c64163d8
Update socket_server.go
This is likely related to #125
7 years ago
Ethan Buchman
6c41ec65bc
server: use cmn.ProtocolAndAddress
7 years ago
Ethan Buchman
667c2543ea
use request struct for Info
7 years ago
Zach Ramsay
36e96c5bf1
linting: catch some errors
7 years ago
Ethan Buchman
f279171a28
use request structs for InitChain and BeginBlock
7 years ago
Ethan Buchman
d07b2352ad
NewXXXServer doesnt run Start or return error
8 years ago
Adrian Brink
ea2d83e513
Clean up comments
8 years ago
Adrian Brink
e43bcf3f26
Move package comment
8 years ago
Jacob Gadikian
840e658ec0
Update grpc_server.go
8 years ago
Anton Kaliaev
1dc3629b1a
update log interface
8 years ago
Anton Kaliaev
986bdd00a5
new logging
8 years ago
Ethan Buchman
28d042fdae
use tmlibs
8 years ago
Ethan Buchman
b025c13f67
drop BlockchainAware
8 years ago
Jae Kwon
2a4894310d
Remove Proof message, replace with more flexible Query
8 years ago
Jae Kwon
9745f07bee
common -> cmn
8 years ago
Ethan Frey
58ea995032
Begin adding proof calls
8 years ago
Tzu-Jung Lee
55cb08722d
lint: s/+=1/++, remove else clauses
8 years ago
Tzu-Jung Lee
9134905f42
cleanup: replace common.Exit with log.Crit or log.Fatal
Later we can pick another logger that has fatal, like zap?
8 years ago
Tzu-Jung Lee
fcaa545e1e
lint: remove dot import (go-common)
Spell out the package explicitly.
This commit is totally textual, and does not change any logic.
The swiss-army knife package may serve a kick-start in early
stage development. But as the codebase growing, we might want
to retire it gradually:
For simple wrapping functions, just inline it on the call site.
For larger pice of code, make it an independent package.
8 years ago
Tzu-Jung Lee
aae3c91e88
fmt: run 'make fmt'
8 years ago
Ethan Buchman
5189a2248d
TMSP -> ABCI
8 years ago
Ethan Buchman
80f377135b
AppendTx -> DeliverTx
8 years ago
Jae Kwon
f8167872d8
EndBlock also returns ResponseEndBlock
8 years ago
Ethan Buchman
ddb2b01631
BeginBlock(hash, header)
8 years ago
Ethan Buchman
debbf122db
add version/block/config to Info. add header to BeginBlock
8 years ago
Ethan Buchman
6aa85b642e
BeginBlock
8 years ago
Jae Kwon
7998ba668a
QuitService->BaseService
8 years ago
Ethan Buchman
83920a1c37
fixes from review
8 years ago
Ethan Buchman
1b13f14e08
consolidate example tests; grpc fail fast
8 years ago
Ethan Buchman
1ab3c74718
silly grpc client
9 years ago
Ethan Buchman
f84f11ffe7
base grpc support
9 years ago
Ethan Buchman
5dc7bee57b
Responses/Requests -> Value
9 years ago
Ethan Buchman
35f4f0e271
use real protobuf message types
9 years ago
Jae Kwon
6785b9a3b6
CommitSync returns tmsp.Result
9 years ago
Jae Kwon
8cac8600e5
Return NewServer listener start error
9 years ago
Jae Kwon
55e2ce9de2
Group (code,data,log) return values into types.Result
9 years ago
Jae Kwon
61c34ade0d
Remove BeginBlock
9 years ago
Jae Kwon
36c25f242f
s/InitValidators/InitChain/g, s/SyncValidators/EndBlock/g, added BeginBlock
9 years ago
Jae Kwon
dcabdad9b9
Implement Init/Sync Validators
9 years ago
Jae Kwon
2c1aa7af2b
s/StartListener/NewServer/g
9 years ago
Jae Kwon
88fcacac7a
s/GetHash/Commit/g
9 years ago
Jae Kwon
012abc437b
Use protobuf enums
9 years ago
Jae Kwon
028cc4aa06
Query returns Code
9 years ago
Jae Kwon
2936c68339
Convert TMSP to use Protobuf
9 years ago