Ethan Buchman
e1e3ea4e7f
fix a get_tools
7 years ago
Ethan Buchman
a488c0f027
update changelog and glide and a fix
7 years ago
Ethan Buchman
629e2fc2a0
update readme
7 years ago
Ethan Buchman
c38ac88d69
Merge branch 'develop' into sdk2
7 years ago
Ethan Buchman
82aed60acb
Merge pull request #173 from tendermint/cobra-helpers
fill in empty command helpers
7 years ago
Ethan Buchman
19e065b6f5
Merge pull request #174 from tendermint/examples-in-readme
update readme with example code
7 years ago
Ethan Buchman
f205a937cf
Merge pull request #172 from tendermint/spec-docs
convert spec to .rst for consumption by tendermint RTD
7 years ago
Zach
f6172e84a9
Merge pull request #176 from tendermint/shasum
use sha256sum because more secure
7 years ago
Zach Ramsay
f47b8f8a2d
use sha256sum because more secure
7 years ago
Zach Ramsay
a77213e6c5
update readme, closes #134
7 years ago
Zach Ramsay
47d5fd0f1b
prettify the command helpers
7 years ago
Zach Ramsay
12fd445e6f
spec: convert to rst
7 years ago
Zach Ramsay
e9ff0eefbb
move spec from readme to own file
7 years ago
Ethan Buchman
5d5ea6869b
Merge pull request #170 from tendermint/develop
v0.9.0
7 years ago
Ethan Buchman
70da70d852
abandon the metalinter because honestly who has the time
7 years ago
Ethan Buchman
38eb32d7bf
version and changelog
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
66580408f8
GasWanted and GasUsed for Check & Deliver
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
Zach
96c816f428
Merge pull request #160 from KrzysiekJ/test-cmd-short-circuit
Short-circuit assertions in test command
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
f390385baf
Fee is a KNPair ( #167 )
KVPair is {[]byte,[]byte}
7 years ago
Jae Kwon
aaaacba1cd
Use gogoproto's nullable=false ( #166 )
* Use gogoproto's nullable=false where appropriate.
7 years ago
Jae Kwon
e4b9f1abe7
Id -> ID using gogo
7 years ago
Ethan Buchman
98a38737c4
Merge pull request #156 from tendermint/use-single-connection-in-console
cmd/abci-cli: use a single connection per session
7 years ago
Ethan Buchman
9c145a9e19
Merge branch 'develop' into use-single-connection-in-console
7 years ago
Ethan Buchman
2927caa0eb
fix flag parsing in console mode
7 years ago
Ethan Buchman
c03928766d
Merge pull request #163 from tendermint/feature/enhance-endblock
Update the ResponseEndBlock values
7 years ago
Ethan Buchman
fa15e4f554
update changelog [ci skip]
7 years ago
Anton Kaliaev
0d69ace961
fix circleci config
7 years ago
Jae Kwon
e46a99a32f
Fix Makefile
7 years ago
Adrian Brink
57c49cc825
Include unsaved circle.yml file
7 years ago
Adrian Brink
c268c4e767
Update Circle and Makefile to run tests/linting on CI
7 years ago
Jae Kwon
57a83fe73e
Merge branch 'develop' into feature/enhance-endblock
7 years ago
Jae Kwon
3798f9fa8e
Reorder README
7 years ago
Jae Kwon
c14d3982ac
ValidatorSetUpdates -> ValidatorUpdates
7 years ago
Anton Kaliaev
9a5b943e77
update changelog [ci skip]
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
Anton Kaliaev
66296fe11a
updates -> validator_set_updates
ConsensusParamChanges -> ConsensusParamUpdates
7 years ago
Anton Kaliaev
843b10ed26
Merge pull request #157 from tendermint/linter-fix-v2
enable linter & make deterministic
7 years ago
Anton Kaliaev
dd7728c4c5
Merge pull request #161 from tendermint/fix-some-vet-issues
all: fix vet issues with build tags, formatting
7 years ago
Emmanuel Odeke
e3d244091d
cleanup requested from review by @melekes
7 years ago
Ethan Frey
eb6d412a82
Add tests to protobuf objects for pr coverage
7 years ago
Ethan Frey
9c5e1a824d
Updated naming of EndBlock parameters
* Changes -> Updates for validators
* ConsensusParams.XXXParams -> ConsensusParams.XXX
* As per feedback from Jae on PR
7 years ago
Ethan Frey
895e14d6bd
Update Diffs to Changes, fix README
7 years ago
Ethan Frey
25f6f6518c
Update the ResponseEndBlock values
* Rename diffs -> changes
* Add consensus_param_changes
For context, see:
https://github.com/tendermint/tendermint/issues/924
https://github.com/tendermint/tendermint/issues/952
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
Emmanuel Odeke
5ea42475ce
cmd/abci-cli: implement batch
Can now run batch which can be tested by:
```shell
echo -e "echo foo\necho blue" | abci-cli batch
```
giving
```shell
I[12-12|07:55:55.513] Starting socketClient
module=abci-client impl=socketClient
-> code: OK
-> data: foo
-> data.hex: 0x666F6F
-> code: OK
-> data: blue
-> data.hex: 0x626C7565
```
7 years ago