a1eb2f6c6b
tm-cmn to tm-db ( #3850 )
...
* tm-cmn to tm-db
* go.mod changes
* go.mod changes
* more go.mod
* fix tm-db
* ci fix, pending change
2019-07-31 11:34:17 +02:00
41bf54a906
gocritic (1/2) ( #3836 )
...
Add gocritic as a linter
The linting is not complete, but should i complete in this PR or in a following.
23 files have been touched so it may be better to do in a following PR
Commits:
* Add gocritic to linting
- Added gocritic to linting
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com >
* gocritic
* pr comments
* remove switch in cmdBatch
2019-07-30 18:13:35 +04:00
c6daa48368
rpc: /broadcast_evidence ( #3481 )
...
* implement broadcast_duplicate_vote endpoint
* fix test_cover
* address comments
* address comments
* Update abci/example/kvstore/persistent_kvstore.go
Co-Authored-By: mossid <torecursedivine@gmail.com >
* Update rpc/client/main_test.go
Co-Authored-By: mossid <torecursedivine@gmail.com >
* address comments in progress
* reformat the code
* make linter happy
* make tests pass
* replace BroadcastDuplicateVote with BroadcastEvidence
* fix test
* fix endpoint name
* improve doc
* fix TestBroadcastEvidenceDuplicateVote
* Update rpc/core/evidence.go
Co-Authored-By: Thane Thomson <connect@thanethomson.com >
* add changelog entry
* fix TestBroadcastEvidenceDuplicateVote
2019-07-22 12:15:29 +04:00
816dfce8fe
libs: Remove db from tendermint in favor of tendermint/tm-cmn ( #3811 )
...
* Remove db from tendemrint in favor of tendermint/tm-cmn
- remove db from `libs`
- update dependancy, there have been no breaking changes in the updated deps
- https://github.com/grpc/grpc-go/releases
- https://github.com/golang/protobuf/releases
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com >
* changelog add
* gofmt
* more gofmt
2019-07-19 09:54:45 +04:00
2e5b2a9537
abci/examples: switch from hex to base64 pubkey in kvstore ( #3641 )
...
* abci/example: use base64 for update validator set
* update kvstore/README.md
* update CHANGELOG_PENDING.md and abci/example/kvstore/README.md
2019-06-21 15:18:49 +04:00
9d5ba576ee
abci: Refactor ABCI CheckTx and DeliverTx signatures ( #3735 )
...
* Refactor signature of Application.CheckTx
* Refactor signature of Application.DeliverTx
* Refactor example variable names for clarity and consistency
* Rename method variables for consistency
* Rename method variables for consistency
* add a changelog entry
* update docs
2019-06-21 09:56:27 +04:00
e3f54ece2f
abci: VoteInfo, ValidatorUpdate. See ADR-018
2018-08-16 13:19:13 -04:00
2756be5a59
libs: Remove usage of custom Fmt, in favor of fmt.Sprintf ( #2199 )
...
* libs: Remove usage of custom Fmt, in favor of fmt.Sprintf
Closes #2193
* Fix bug that was masked by custom Fmt!
2018-08-10 09:25:57 +04:00
d55243f0e6
fix import paths
2018-07-01 22:36:49 -04:00
a605b66c5a
Move abci imports
2018-06-22 07:28:07 +02:00
4bee228ba7
Add abci repo
2018-06-22 02:36:54 +02:00