tendermint/mempool
Anton Kaliaev 96ae535fb8 proto3 timestamp (#2064)
This PR changes ABCI time format from int64 (Unix seconds) to WKT (WellKnownType) google.protobuf.Timestamp.

Refs #1857

Reasons:

better precision
standard DT for proto

* update Gopkg.lock
* [makefile] remove extra grep
    - go list excludes vendor by default now
* proto3 timestamp
* [docs/abci-spec] note about serialisation format
* make time non-nullable
2018-07-27 04:23:19 +02:00
..
mempool.go mempool: chan bool -> chan struct{} 2018-07-23 21:06:47 -04:00
mempool_test.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
metrics.go fixes after @xla review 2018-06-20 12:40:25 +04:00
reactor.go unexport DecodeMessage functions 2018-07-09 13:01:23 +04:00
reactor_test.go fix import paths 2018-07-01 22:36:49 -04:00
wire.go Fix mempool 2018-03-31 11:51:32 +02:00