Ethan Buchman
90c3a469ff
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
This reverts commit ef79007433
, reversing
changes made to bcfdd6dbaf
.
7 years ago
Ethan Buchman
cfdec76020
update everything for Params and Result types
7 years ago
Jae Kwon
8f87efd7f8
ABCI message updates (code/log/info)
* Add info to Response[CheckTx/DeliverTx/Query]
* Remove code and log from Response[SetOption/Commit]
7 years ago
Ethan Buchman
1b2c383205
ResponseSetOption includes a response Code. Closes #64"
7 years ago
Ethan Buchman
550d6a6081
shame: forgot to add new code pkg
7 years ago
Ethan Buchman
42a8e3240c
remove CodeType
7 years ago
Ethan Buchman
c7f54fb56c
everything takes Request, returns Response; expect DeliverTx/CheckTx/Commit
7 years ago
Anton Kaliaev
3a3d508e5c
CheckTx and DeliverTx return ResponseCheckTx and ResponseDeliverTx respectively
Commit now returns ResponseCommit
7 years ago
Ethan Buchman
667c2543ea
use request struct for Info
7 years ago
Ethan Buchman
28d042fdae
use tmlibs
8 years ago
Ethan Buchman
eaeb2658ea
fixes from review
8 years ago
Ethan Buchman
e909cafa0b
BaseApplication
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
Ethan Frey
fdc047ae7a
Proof uses uint64 for blockHeight
8 years ago
Ethan Frey
7cd39dafea
Update protocol buffers
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
1150bbfe36
lint: s/common.Fmt/fmt.Sprintf
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
8b76f3dd00
Make fields in ResponseInfo be flat
8 years ago
rigelrozanski
c31df4081c
added counter query support
8 years ago
Jae Kwon
c5f008d60f
Fix TMSP tutorial outputs
8 years ago
Ethan Buchman
e813b8c71d
counter: fix tx buffer overflow
8 years ago
Ethan Buchman
b200b82418
dummy: valset changes and tests
8 years ago
Ethan Buchman
debbf122db
add version/block/config to Info. add header to BeginBlock
8 years ago
Jae Kwon
6785b9a3b6
CommitSync returns tmsp.Result
9 years ago
Jae Kwon
55e2ce9de2
Group (code,data,log) return values into types.Result
9 years ago
Jae Kwon
90e38f08f4
Added counter test written in Golang
9 years ago
Jae Kwon
88fcacac7a
s/GetHash/Commit/g
9 years ago
Jae Kwon
69e587f57f
Use protobuf enums for RetCode. s/RetCode/CodeType/g
9 years ago
Jae Kwon
028cc4aa06
Query returns Code
9 years ago
Jae Kwon
9696a71f6e
Log not error; Remove Listener TMSP messages...; Make counter BigEndian
9 years ago
Jae Kwon
53a8a40785
Swap Query return params
9 years ago
Jae Kwon
3f812038a4
Add Query; Add benchmark tests
9 years ago
Jae Kwon
44f22e351b
Add RetCodeBadNonce and fix response formats
9 years ago
Jae Kwon
f15476b157
Remove TMSP Commit/Rollback; Add CheckTx
9 years ago
Ethan Buchman
36b7045f5c
example/golang
9 years ago
Jae Kwon
4a0469d3ec
Make counter app use LittleEndian uint64 encoding
9 years ago
Jae Kwon
5c20d1b3e5
Add way to enforce serial order in counter app from command line
9 years ago
Jae Kwon
21abda0602
Make Counter app return nil hash initially
9 years ago
Ethan Buchman
3e721456f5
tmsp batch and some tests
9 years ago
Jae Kwon
7448cdc154
Add serial=on option for CounterApplication
9 years ago
Jae Kwon
6a5b804523
Refactor CounterApplication to implement AppContext
9 years ago
Ethan Buchman
fe782cb8ac
server: allow multiple connections
9 years ago
Ethan Buchman
c21c2ed69b
counter example
9 years ago