Zaki Manian
3d5f0a8b94
Switch dependency management to dep from glide ( #202 )
7 years ago
Ethan Buchman
70da70d852
abandon the metalinter because honestly who has the time
7 years ago
Jae Kwon
e1ff53fd0b
Use []byte instead of Bytes, use tmlibs/common.KVPair
7 years ago
Jae Kwon
ff65421324
Proposal: New Makefile standard template ( #168 )
* Cleaned up makefile.
* Improve 'make all' order
* Add devdoc
* Update circle.yml
7 years ago
Jae Kwon
e46a99a32f
Fix Makefile
7 years ago
Adrian Brink
c268c4e767
Update Circle and Makefile to run tests/linting on CI
7 years ago
Jae Kwon
c14d3982ac
ValidatorSetUpdates -> ValidatorUpdates
7 years ago
Emmanuel T Odeke
811dc071aa
protoc: "//nolint: gas" directive after pb generation ( #164 )
* protoc: "//nolint: gas" directive after pb generation
Fixes #138
Since we can't add package directives through the protoc
compiler, yet we need to "//nolint: gas" the Go generated
protobuf file, added a script whose purpose is to
go find the "package (\w+)$" declaration after go fmt
was run by protoc.
The competing solutions were more complex and can be
examined by visiting
https://github.com/tendermint/abci/issues/138#issuecomment-352226217
* simplify script
* rewrite script to work on Mac
7 years ago
Zach Ramsay
d6e821ea4f
linter: enable in CI & make deterministic
7 years ago
Ethan Buchman
2b804bb5a1
remove custom type int https://github.com/gogo/protobuf/issues/359
7 years ago
Ethan Buchman
b20273439d
types: RequestBeginBlock includes absent and byzantine validators
7 years ago
Ethan Buchman
0ad7dea71f
uint64 -> int64
7 years ago
Ethan Buchman
81e4effbdb
types: use data.Bytes directly in type.proto via gogo/protobuf. wow
7 years ago
Ethan Buchman
308cb8e454
use gogo/protobuf
7 years ago
Ethan Buchman
42a8e3240c
remove CodeType
7 years ago
Ethan Buchman
67a81c13e2
run linter on make test
7 years ago
Anton Kaliaev
a0bf6dc1a1
move comment
7 years ago
Ethan Buchman
fb612e5a7b
fixup tests
7 years ago
Anton Kaliaev
52ec4efe27
retire test_integrations in favor of just make test
7 years ago
Anton Kaliaev
29c1cd03ea
[make install_protoc] fix folder name
7 years ago
Anton Kaliaev
3cbf44058d
no need for protoc in make all since we have types.pb.go generated
7 years ago
Anton Kaliaev
8b71e47002
add linter for proto files ( Fixes #128 )
7 years ago
Anton Kaliaev
76bd68f881
add docker commands to Makefile
7 years ago
Anton Kaliaev
480e4e4444
install protoc
7 years ago
Anton Kaliaev
1d49453ffb
fix integration tests ( Fixes #131 )
7 years ago
Anton Kaliaev
5efe88cd10
simplify Makefile install and build commands
7 years ago
Zach Ramsay
f67e43625b
Makefile: fix linter
7 years ago
Ethan Frey
5162ed1b2b
Remove gotype from metalinter so it passes (need newer go on circleci)
7 years ago
Ethan Frey
7aa00e9ddd
Fix metalinter errors
7 years ago
Zach Ramsay
47d6f71e5a
Makefile: remove redundant lint
7 years ago
Zach Ramsay
65eb7e8974
linted, somewhat
7 years ago
Zach Ramsay
36e96c5bf1
linting: catch some errors
7 years ago
Zach Ramsay
bd9f1d0d4c
metalinter: add linter to Makefile like tendermint
7 years ago
Ethan Buchman
7f5f48b6b9
dist: dont mkdir in container
8 years ago
Ethan Buchman
b86da57571
scripts for building
8 years ago
Anton Kaliaev
317e91748f
remove all .sock files!
8 years ago
Anton Kaliaev
ce124c4aeb
modify test scripts to use relative paths
8 years ago
Ethan Frey
e0309007ad
Improve Makefile
8 years ago
Ethan Frey
7cd39dafea
Update protocol buffers
8 years ago
Ethan Frey
98c4679f39
Fixed Makefile to cleanup after run
8 years ago
Tzu-Jung Lee
c65bb21a51
Makefile: add 'build' target
8 years ago
Tzu-Jung Lee
235b18d694
Makefile: add gmt and lint
8 years ago
Jae Kwon
b9d1465488
Make sure we install before test, since test relies on counter etc
8 years ago
Ethan Buchman
5189a2248d
TMSP -> ABCI
8 years ago
Ethan Buchman
8374785c1d
update glide, grpc to v4
8 years ago
Ethan Buchman
1f9142873b
add glide
8 years ago
Ethan Buchman
3b329039d8
better testing. cli test for tutorial
8 years ago
Ethan Buchman
ba11348508
update make test
8 years ago
Jae Kwon
2936c68339
Convert TMSP to use Protobuf
9 years ago
Jae Kwon
87b9866d1f
Fix Makefile to get_deps then install
9 years ago