Anton Kaliaev
ad715fe966
* types: change `Commit` to consist of just signatures These are final changes towards removing votes from commit and leaving only signatures (see ADR-25) Fixes #1648 * bring back TestCommitToVoteSetWithVotesForAnotherBlockOrNilBlock + add absent flag to Vote to indicate that it's for another block * encode nil votes as CommitSig with BlockIDFlagAbsent + make Commit#Precommits array of non-pointers because precommit will never be nil * add NewCommitSigAbsent and Absent() funcs * uncomment validation in CommitSig#ValidateBasic * add comments to ValidatorSet funcs * add a changelog entry * break instead of continue continue does not make sense in these cases * types: rename Commit#Precommits to Signatures * swagger: fix /commit response * swagger: change block_id_flag type * fix merge conflicts |
5 years ago | |
---|---|---|
.. | ||
codec.go | Renamed wire.go to codec.go (#3827) | 5 years ago |
peer.go | blockchain: Reorg reactor (#3561) | 5 years ago |
peer_test.go | linters: enable scopelint (#3963) | 5 years ago |
pool.go | fix linter errors thrown by `unconvert`, `goconst`, and `nakedret` (#3960) | 5 years ago |
pool_test.go | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
reactor.go | add staticcheck linting (#3828) | 5 years ago |
reactor_fsm.go | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
reactor_fsm_test.go | linters: enable scopelint (#3963) | 5 years ago |
reactor_test.go | types: change `Commit` to consist of just signatures (#4146) | 5 years ago |