tendermint/types
Emmanuel T Odeke 121f0d3fcf
types: compile time assert to, and document sort.Interface
Fixes #212

Declare the purpose of the Less, Len, Swap methods
so that readers can see why they are defined.

Raised by an auditor in their report, as it looked like a security
concern but actually sort.Interface requires those methods implemented.
2018-03-12 14:46:06 -07:00
..
protoreplace all: fix vet issues with build tags, formatting 2017-12-12 17:23:16 -07:00
application.go ABCI message updates (code/log/info) 2017-12-26 15:46:06 -08:00
messages.go remove go-wire and go-crypto deps 2018-02-03 02:39:34 -05:00
messages_test.go remove go-wire and go-crypto deps 2018-02-03 02:39:34 -05:00
result.go ABCI message updates (code/log/info) 2017-12-26 15:46:06 -08:00
types.pb.go types: RequestInitChain.AppStateBytes 2018-02-16 19:49:33 -05:00
types.proto types: RequestInitChain.AppStateBytes 2018-02-16 19:49:33 -05:00
types_test.go Add tests to protobuf objects for pr coverage 2017-12-14 09:35:33 +01:00
util.go types: compile time assert to, and document sort.Interface 2018-03-12 14:46:06 -07:00