Files
tendermint/CHANGELOG_PENDING.md
Anton Kaliaev 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

728 B

v0.32.2

**

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES:

  • CLI/RPC/Config

  • Apps

  • Go API

    • [libs] #3811 Remove db from libs in favor of https://github.com/tendermint/tm-cmn

FEATURES:

IMPROVEMENTS:

  • [abci] #3809 Recover from application panics in server/socket_server.go to allow socket cleanup (@ruseinov)
  • [rpc] #2252 Add /broadcast_evidence endpoint to submit double signing and other types of evidence
  • [rpc] #3818 Make max_body_bytes and max_header_bytes configurable
  • [p2p] #3664 p2p/conn: reuse buffer when write/read from secret connection

BUG FIXES: