Anton Kaliaev
60378fd7f9
abci: remove fee ( #2043 )
Refs #1861
We don't use the fee field and its likely just confusing.
We can add backwards compatible priority (instead of fee) later.
Note priority is better than fee because it lets the app do the math on how to rank order transactions, rather than forcing that into tendermint (ie. if we return fee, priority would be fee/gas)
6 years ago
Silas Davis
21b900dceb
Add gogo generated tests for pb.go files
Signed-off-by: Silas Davis <silas@monax.io>
6 years ago
Silas Davis
c9f92f465b
Use pattern rule for protoc building and \\nolint in generated pb.go files
Signed-off-by: Silas Davis <silas@monax.io>
6 years ago
Silas Davis
398f3779cc
Add gogoproto marshallers to proto files in order to make use of
gogoproto.nullable compatible with GRPC downstream of ABCI and libs
protbuf types
6 years ago
Anton Kaliaev
1034a35b3a
remove print statements
Refs https://github.com/tendermint/tendermint/pull/1891#discussion_r201339918
6 years ago
Ethan Frey
f9ae7730fe
abciClient.BeginBlockSync should not hang on crashed server ( #1891 )
* Add test showing normal Sync call
* Show hanging response if server dies during BeginBlock
* Flush all in-flight requests on shutdown, not just pending requests
* Add bugfix to CHANGELOG
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Zach Ramsay
0c393b5c62
abci mostly done, still gonna want to consolidate the tests
6 years ago
Zach Ramsay
cf9d63628b
move abci Dockerfile (still needs to be updated tho)
6 years ago
Zach Ramsay
f9c39740cd
remove old abci scripts
6 years ago
Zach Ramsay
8e4b803161
abci spec is in docs/abci-spec.md, closes #1847
6 years ago
Ethan Buchman
d55243f0e6
fix import paths
6 years ago
Zach
867550dd8b
docs: update abci links ( #1796 )
6 years ago
Alexander Simmerl
3f34deab90
abci: Remove LICENSE
6 years ago
Alexander Simmerl
693a973997
abci: Remove nested .gitignore
6 years ago
Alexander Simmerl
02e5cbaa07
abci: Remove old repo docs
6 years ago
Alexander Simmerl
77573a1bad
ci: Move over abci-cli tests
6 years ago
Alexander Simmerl
a605b66c5a
Move abci imports
6 years ago