tendermint/state
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
..
txindex abci: remove fee (#2043) 2018-07-24 17:28:26 +02:00
errors.go fix import paths 2018-07-01 22:36:49 -04:00
execution.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
execution_test.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
services.go mempool: chan bool -> chan struct{} 2018-07-23 21:06:47 -04:00
state.go consensus: include evidence in proposed block parts. fixes #2050 2018-07-24 21:58:39 -04:00
state_test.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 2018-07-20 10:44:21 -07:00
store.go Merge branch 'develop' into jae/optimize_blockchain 2018-07-23 22:16:34 -04:00
validation.go fix import paths 2018-07-01 22:36:49 -04:00
validation_test.go fix import paths 2018-07-01 22:36:49 -04:00
wire.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00