Anton Kaliaev
8a962ffc46
deps: update gogo/protobuf from 1.1.1 to 1.2.1 and golang/protobuf from 1.1.0 to 1.3.0 ( #3357 )
* deps: update gogo/proto from 1.1.1 to 1.2.1
- verified changes manually
git diff 636bf030~ ba06b47c --stat -- ':!*.pb.go' ':!test'
* deps: update golang/protobuf from 1.1.0 to 1.3.0
- verified changes manually
git diff b4deda0~ c823c79 -- ':!*.pb.go' ':!test'
6 years ago
Ismail Khoffi
b6d5b8b745
Update to amino 0.14.0 ( #2710 )
* WIP: update to amino 0.14.0
* update Changelog
* Update to latest amino version (v0.14.0)
6 years ago
Ethan Buchman
be929acd6a
Update to Amino v0.13.0-rc0 ( #2687 )
* types: test tm2pm on fully populated header
* upgrade for amino v0.13.0-rc0
* fix lint
* comment out final test
6 years ago
Ethan Buchman
455d34134c
ADR-016: Add versions to Block and State ( #2644 )
* types: add Version to Header
* abci: add Version to Header
* state: add Version to State
* node: check software and state protocol versions match
* update changelog
* docs/spec: update for versions
* state: more tests
* remove TODOs
* remove empty test
6 years ago
Ethan Buchman
4f61b97bbe
update dep for proto. fix types/proto3/block.proto
6 years ago
Anton Kaliaev
d7035abe73
change ABCI header to match Tendermint exactly
Now that Tendermint Amino will be compatible with proto3, the Header in ABCI
should exactly match the Tendermint header - they will then be encoded
identically in ABCI and in Tendermint Core.
Refs #265
6 years ago
Liamsi
96818af9d5
fix protos to make all tests pass, document differences
6 years ago
Liamsi
a81ca93139
update to new (timestamp & empty structs) encoding in amino
- timestamps no longer have fixed length encoding
-
6 years ago
Liamsi
3c38a25bbb
add empty struct examples
7 years ago
Liamsi
99fa7f8132
everything works with https://github.com/tendermint/go-amino/pull/178
7 years ago
Liamsi
82104c9329
almost
7 years ago