tendermint/abci/types
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
..
protoreplace Add abci repo 2018-06-22 02:36:54 +02:00
application.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
messages.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
messages_test.go abci: remove fee (#2043) 2018-07-24 17:28:26 +02:00
pubkey.go Add abci repo 2018-06-22 02:36:54 +02:00
result.go Add abci repo 2018-06-22 02:36:54 +02:00
types.pb.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
types.proto proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
types_test.go Add abci repo 2018-06-22 02:36:54 +02:00
typespb_test.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
util.go fix import paths 2018-07-01 22:36:49 -04:00