Commit Graph
601 Commits
Author SHA1 Message Date
Ethan Buchman f7d775337b absent_validators: repeated int -> repeated bytes 2018-05-14 18:54:48 -04:00
Ethan BuchmanandGitHub 6f316db5de Merge pull request #213 from tendermint/validators-type-assert-to-sortInterface
types: compile time assert to, and document sort.Interface
2018-05-14 18:37:57 -04:00
Ethan BuchmanandGitHub 453e8efe8a Merge pull request #234 from tendermint/adrian/genesis_bytes
Change AppStateBytes to GenesisBytes
2018-05-14 18:34:27 -04:00
Ethan BuchmanandGitHub 063a7d83c1 Merge branch 'develop' into adrian/genesis_bytes 2018-05-14 18:32:47 -04:00
Ethan BuchmanandGitHub 49849de414 Merge pull request #233 from tendermint/adrian/requestinitchain
Allow ResponseInitChain to return the initial validator set
2018-05-14 18:23:40 -04:00
Ethan Buchman 43e72bbcc0 version bump 2018-05-14 18:30:41 -04:00
Ethan BuchmanandGitHub cd24e92dcb Merge pull request #235 from tendermint/develop
Develop
2018-05-14 18:22:02 -04:00
Ethan BuchmanandGitHub da73fb87a4 Merge branch 'develop' into adrian/requestinitchain 2018-05-14 18:19:36 -04:00
Ethan BuchmanandGitHub e132e7842b Merge pull request #223 from tendermint/adrian/circle2
Upgrade to Circle 2.0
2018-05-14 15:09:13 -04:00
ZachandGitHub 52d6dfe074 Update specification.rst 2018-05-14 12:27:29 -04:00
Adrian Brink 9439306f0f Change last instance of AppStateBytes to GenesisBytes 2018-05-13 20:05:45 -04:00
Adrian Brink f80b3aee48 Change AppStateBytes to GenesisBytes
The consensus should pass the entire genesis file to the application.
That way the application has access to the chain_id, the timestap, ...
2018-05-13 19:50:15 -04:00
Adrian Brink ef67705524 Allow ResponseInitChain to return the initial validator set
ResponseInitChain should be able to return an initial validator set that
is determined by some logic within the genesis.json file.
2018-05-13 19:04:03 -04:00
Ethan BuchmanandGitHub da088e3ecd Merge pull request #229 from tendermint/update-spec
specify DeliverTx/CheckTx Tags format
2018-04-25 23:39:29 -04:00
Anton Kaliaev a6fe2a9854 specify DeliverTx/CheckTx Tags format 2018-04-25 22:52:11 +02:00
ZachandGitHub d02e4f344f Merge pull request #227 from tendermint/tm-1422-commit-hash
[docs/Commit] all application instances must return the same hash
2018-04-17 13:34:50 -04:00
Anton Kaliaev 44a8a23932 [docs/Commit] all application instances must return the same hash
Refs https://github.com/tendermint/tendermint/issues/1422
2018-04-16 13:40:19 +02:00
Ethan Buchman 78a8905690 update deps and version bump 2018-04-09 16:27:58 +03:00
Adrian Brink eea93b8904 Upgrade to Circle 2.0 2018-03-28 12:37:42 +02:00
Jae Kwon c62aed95f2 Lock to 0.8.0-dev tmlibs 2018-03-24 23:51:08 +01:00
Ethan Buchman aeb6d14c1c version bump 2018-03-23 09:13:59 -04:00
Ethan BuchmanandGitHub 46686763ba Merge pull request #219 from tendermint/release/v0.10.2
Release/v0.10.2
2018-03-23 00:16:46 -04:00
Ethan Buchman 454db6c12b version and changelog 2018-03-23 00:21:27 -04:00
Ethan Buchman 8fc21cdcd9 remove omitempty 2018-03-22 23:59:25 -04:00
Ethan Buchman 5310e85bbb run make protoc 2018-03-22 23:46:23 -04:00
Ethan BuchmanandGitHub f3f9f792a5 Merge pull request #218 from tendermint/release/v0.10.1
Release/v0.10.1
2018-03-22 23:18:30 -04:00
Ethan Buchman 968db546ee changelog update 2018-03-22 23:13:55 -04:00
Ethan Buchman 4600f19d9f add nullable=false and omitempty to fee 2018-03-22 22:53:09 -04:00
Ethan Buchman e0c174b02b remove nullable=false from fee 2018-03-22 22:50:26 -04:00
Ethan Buchman f9d9d92ea3 fix dep for minor version bumps 2018-03-22 20:01:07 -04:00
Ethan Buchman c11bcd7890 update dep for tmlibs 2018-03-22 19:44:43 -04:00
Ethan Buchman 3135fca73b changelog, dep, version 2018-03-22 19:19:16 -04:00
Ethan Buchman 215831d035 update spec and explain more 2018-03-22 19:12:08 -04:00
Ethan Buchman 5306147a2d types: revert CheckTx/DeliverTx changes. make them the same 2018-03-22 19:11:34 -04:00
Jae Kwon 4e02184676 Remove pkg/errors; Update Gopkg.toml, but not GRPC because it breaks. 2018-03-18 01:40:26 +01:00
Ethan BuchmanandGitHub 791f95bac3 Merge pull request #215 from tendermint/bucky/fees-gas
comment some fields in ResponseCheck/DeliverTx. closes #214
2018-03-14 18:47:26 +01:00
Ethan Buchman f7afa3d91f comment some fields in ResponseCheck/DeliverTx. closes #214 2018-03-13 13:40:41 +01:00
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
ZachandGitHub d5361de300 Merge pull request #209 from zmanian/transitive_deps
Move the tmlibs dependency to develop
2018-03-05 12:12:56 +08:00
Zaki Manian a38ad4e21b Move the tmlibs dependency to develop 2018-03-04 20:00:42 -08:00
ZachandGitHub a29163d85b Merge pull request #208 from tendermint/zramsay-patch-1
update spec formatting for docs
2018-03-05 10:48:26 +08:00
ZachandGitHub a183219659 update spec formatting for docs
this file is pulled in by tendermint's doc building
2018-03-05 10:46:51 +08:00
Ethan Buchman 7579abd710 bring back dummy for backwards compatibility ... 2018-03-03 20:40:43 -05:00
Ethan Buchman 9e0e00bef4 Merge branch 'master' into develop 2018-03-01 23:55:14 -05:00
Ethan BuchmanandGitHub c015e7a23d Merge pull request #206 from tendermint/bucky/fix-spec-and-changelog-for-v0.10.0
update CHANGELOG, README, spec for v0.10. Fixes #205
2018-03-01 19:50:05 -05:00
Ethan Buchman fb808a00d5 update CHANGELOG, README, spec for v0.10. Fixes #205 2018-03-01 19:52:01 -05:00
ZachandGitHub 031be404cf Merge pull request #203 from tendermint/fix-dockerfile-develop
fix Dockerfile.develop
2018-03-01 14:43:43 +08:00
Anton Kaliaev 345a5a5a34 remove glide 2018-02-27 17:54:25 +04:00
Anton Kaliaev c57ab8724e fix Dockerfile.develop 2018-02-27 17:54:25 +04:00
Zaki ManianandAnton Kaliaev 3d5f0a8b94 Switch dependency management to dep from glide (#202) 2018-02-27 17:24:09 +04:00