Ethan Buchman
9af8b7a7c8
fix tests file
7 years ago
Ethan Buchman
512b3121a7
include genesis file structure
7 years ago
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
Zach Ramsay
b73157141b
fix make test_cli, #244
7 years ago
Ethan Buchman
01f87fd8d3
remove gogoproto
7 years ago
Ethan Buchman
3dbdc87edb
protoc and update everything
7 years ago
Zach Ramsay
e19cedc4b4
tests: more smoothness
7 years ago
Zach Ramsay
2adef2e8f8
less bash in tests
7 years ago
Zach Ramsay
308ce8b235
tests: less bash
7 years ago
Adrian Brink
f80b3aee48
Change AppStateBytes to GenesisBytes
The consensus should pass the entire genesis file to the application.
That way the application has access to the chain_id, the timestap, ...
7 years ago
Zaki Manian
192fb2aabc
Fix string formatting error for go1.10 ( #201 )
7 years ago
zramsay
831e10f15d
finish the job, dummy
7 years ago
zramsay
a3362ccf35
s/Dummy/KVStore/g
7 years ago
Ethan Buchman
a6be687088
types: RequestInitChain.AppStateBytes
7 years ago
Ethan Buchman
1148027baf
remove go-wire and go-crypto deps
7 years ago
Ethan Buchman
2bd556205d
disable fragile bash test
7 years ago
Ethan Buchman
a55adfaa4f
tests: use shasum to avoid rarer dependency
7 years ago
Ethan Buchman
a488c0f027
update changelog and glide and a fix
7 years ago
Zach Ramsay
f47b8f8a2d
use sha256sum because more secure
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
Jae Kwon
e1ff53fd0b
Use []byte instead of Bytes, use tmlibs/common.KVPair
7 years ago
Jae Kwon
a861d68a31
Update glide.yaml and fix tests
7 years ago
Jae Kwon
aaaacba1cd
Use gogoproto's nullable=false ( #166 )
* Use gogoproto's nullable=false where appropriate.
7 years ago
Emmanuel Odeke
e3d244091d
cleanup requested from review by @melekes
7 years ago
Anton Kaliaev
c532e8cabc
add \n to Printf lines
7 years ago
Emmanuel Odeke
bbc3b807c6
all: fix vet issues with build tags, formatting
* Build tags need to come before the package name
and have at least a blank line, between them and
the package, please see
https://golang.org/pkg/go/build/#hdr-Build_Constraints
* fmt.Println doesn't take formatting verbs
* Fix a missing formatting argument to fmt.Printf
7 years ago
Ethan Buchman
293cf5e634
minor fix [ci skip]
7 years ago
Krzysztof Jurewicz
8357326db0
Fix test command
7 years ago
Adrian Brink
e99e6ea0c7
Extend abci-cli to allow integration tests
This commit adds the basic test command 'abci-cli test' that will
allow developers of server for their own language to continuously test
their implementation.
8 years ago
Ethan Buchman
f00a19eaad
fix tutorial output to remove code msg
7 years ago
Ethan Buchman
10031f57d5
fix grpc version; add log_level and some logging
7 years ago
Ethan Buchman
24fbe291ab
update glide; update services for new signature
7 years ago
Ethan Buchman
42a8e3240c
remove CodeType
7 years ago
Ethan Buchman
67a81c13e2
run linter on make test
7 years ago
Ethan Buchman
9ed5787b6a
tests: fix ensureABCIIsUp
7 years ago
Emmanuel Odeke
6231652e87
tests: sunset tmlibs/process.Process
Updates https://github.com/tendermint/tmlibs/issues/81
No longer using tmlibs/process.Process as we deemed
it racy and would incur a maintenance cost yet not
used anywhere else but in these tests and not in actual
code.
7 years ago
Ethan Buchman
fb612e5a7b
fixup tests
7 years ago
Anton Kaliaev
03fafeec2f
fix formatting of panicf function
7 years ago
Anton Kaliaev
f01f2bbf3a
DeliverTxSync/CheckTxSync/CommitSync now return error as well
7 years ago
Anton Kaliaev
fbe7234639
remove Result from the client package
plus make Client interface more consistent. All *Sync functions now
return an error as a second return param. Deliver/Check/Commit use Code
to indicate errors and have IsErr() func defined on ResponseXYZ structs.
7 years ago
Anton Kaliaev
1d49453ffb
fix integration tests ( Fixes #131 )
7 years ago
Ethan Buchman
4884747eb7
tests: add simple client/server test with no addr prefix
7 years ago
Zach Ramsay
4479e95709
console: fix tests
7 years ago
Zach Ramsay
631844895f
fixes
7 years ago
Ethan Frey
46e1f1ae65
Cleaup based on Antons PR comments
7 years ago
Ethan Frey
d236e0eef9
Fix trailing whitespace in tutorial test
7 years ago
Ethan Frey
bae4e4acce
Fix up commits, debug cli tests
7 years ago
Zach Ramsay
fe426de5d4
lint: couple more fixes
7 years ago
Ethan Buchman
a3ac825490
small fix
7 years ago
Zach Ramsay
65eb7e8974
linted, somewhat
7 years ago