Ethan Buchman
4b080454bb
Merge pull request #236 from tendermint/bucky/absent-vals
absent_validators: repeated int -> repeated bytes
7 years ago
Ethan Buchman
f7d775337b
absent_validators: repeated int -> repeated bytes
7 years ago
Ethan Buchman
6f316db5de
Merge pull request #213 from tendermint/validators-type-assert-to-sortInterface
types: compile time assert to, and document sort.Interface
7 years ago
Ethan Buchman
453e8efe8a
Merge pull request #234 from tendermint/adrian/genesis_bytes
Change AppStateBytes to GenesisBytes
7 years ago
Ethan Buchman
063a7d83c1
Merge branch 'develop' into adrian/genesis_bytes
7 years ago
Ethan Buchman
49849de414
Merge pull request #233 from tendermint/adrian/requestinitchain
Allow ResponseInitChain to return the initial validator set
7 years ago
Ethan Buchman
43e72bbcc0
version bump
7 years ago
Ethan Buchman
cd24e92dcb
Merge pull request #235 from tendermint/develop
Develop
7 years ago
Ethan Buchman
da73fb87a4
Merge branch 'develop' into adrian/requestinitchain
7 years ago
Ethan Buchman
e132e7842b
Merge pull request #223 from tendermint/adrian/circle2
Upgrade to Circle 2.0
7 years ago
Zach
52d6dfe074
Update specification.rst
7 years ago
Adrian Brink
9439306f0f
Change last instance of AppStateBytes to GenesisBytes
7 years ago
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, ...
7 years ago
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.
7 years ago
Ethan Buchman
da088e3ecd
Merge pull request #229 from tendermint/update-spec
specify DeliverTx/CheckTx Tags format
7 years ago
Anton Kaliaev
a6fe2a9854
specify DeliverTx/CheckTx Tags format
7 years ago
Zach
d02e4f344f
Merge pull request #227 from tendermint/tm-1422-commit-hash
[docs/Commit] all application instances must return the same hash
7 years ago
Anton Kaliaev
44a8a23932
[docs/Commit] all application instances must return the same hash
Refs https://github.com/tendermint/tendermint/issues/1422
7 years ago
Ethan Buchman
78a8905690
update deps and version bump
7 years ago
Adrian Brink
eea93b8904
Upgrade to Circle 2.0
7 years ago
Jae Kwon
c62aed95f2
Lock to 0.8.0-dev tmlibs
7 years ago
Ethan Buchman
aeb6d14c1c
version bump
7 years ago
Ethan Buchman
46686763ba
Merge pull request #219 from tendermint/release/v0.10.2
Release/v0.10.2
7 years ago
Ethan Buchman
454db6c12b
version and changelog
7 years ago
Ethan Buchman
8fc21cdcd9
remove omitempty
7 years ago
Ethan Buchman
5310e85bbb
run make protoc
7 years ago
Ethan Buchman
f3f9f792a5
Merge pull request #218 from tendermint/release/v0.10.1
Release/v0.10.1
7 years ago
Ethan Buchman
968db546ee
changelog update
7 years ago
Ethan Buchman
4600f19d9f
add nullable=false and omitempty to fee
7 years ago
Ethan Buchman
e0c174b02b
remove nullable=false from fee
7 years ago
Ethan Buchman
f9d9d92ea3
fix dep for minor version bumps
7 years ago
Ethan Buchman
c11bcd7890
update dep for tmlibs
7 years ago
Ethan Buchman
3135fca73b
changelog, dep, version
7 years ago
Ethan Buchman
215831d035
update spec and explain more
7 years ago
Ethan Buchman
5306147a2d
types: revert CheckTx/DeliverTx changes. make them the same
7 years ago
Jae Kwon
4e02184676
Remove pkg/errors; Update Gopkg.toml, but not GRPC because it breaks.
7 years ago
Ethan Buchman
791f95bac3
Merge pull request #215 from tendermint/bucky/fees-gas
comment some fields in ResponseCheck/DeliverTx. closes #214
7 years ago
Ethan Buchman
f7afa3d91f
comment some fields in ResponseCheck/DeliverTx. closes #214
7 years ago
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.
7 years ago
Zach
d5361de300
Merge pull request #209 from zmanian/transitive_deps
Move the tmlibs dependency to develop
7 years ago
Zaki Manian
a38ad4e21b
Move the tmlibs dependency to develop
7 years ago
Zach
a29163d85b
Merge pull request #208 from tendermint/zramsay-patch-1
update spec formatting for docs
7 years ago
Zach
a183219659
update spec formatting for docs
this file is pulled in by tendermint's doc building
7 years ago
Ethan Buchman
7579abd710
bring back dummy for backwards compatibility ...
7 years ago
Ethan Buchman
9e0e00bef4
Merge branch 'master' into develop
7 years ago
Ethan Buchman
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
7 years ago
Ethan Buchman
fb808a00d5
update CHANGELOG, README, spec for v0.10. Fixes #205
7 years ago
Zach
031be404cf
Merge pull request #203 from tendermint/fix-dockerfile-develop
fix Dockerfile.develop
7 years ago
Anton Kaliaev
345a5a5a34
remove glide
7 years ago
Anton Kaliaev
c57ab8724e
fix Dockerfile.develop
7 years ago