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
Zaki Manian
3d5f0a8b94
Switch dependency management to dep from glide ( #202 )
7 years ago
Zaki Manian
192fb2aabc
Fix string formatting error for go1.10 ( #201 )
7 years ago
Ethan Buchman
6d47f4afe2
Merge pull request #197 from tendermint/sed-dummy-kvstore
rename dummy to kvstore
7 years ago
Ethan Buchman
68592f4d8e
Merge pull request #198 from tendermint/develop
v0.10.0
7 years ago
Ethan Buchman
9b6088cc26
glide and changelog
7 years ago
Ethan Buchman
fe7e26eecf
changelog and version bump
7 years ago
zramsay
831e10f15d
finish the job, dummy
7 years ago
zramsay
594db86069
rename dummy*.go files to kvstore*.go
7 years ago
zramsay
a3362ccf35
s/Dummy/KVStore/g
7 years ago
Ethan Buchman
c960c52756
Merge pull request #193 from tendermint/feature/init-chain-app-state
types: RequestInitChain.AppStateBytes
7 years ago
Ethan Buchman
a6be687088
types: RequestInitChain.AppStateBytes
7 years ago
Ethan Buchman
b1e29d22f6
Merge pull request #192 from tendermint/feature/fix_glide_yaml
Pin tmlibs to develop
7 years ago
Adrian Brink
7a6a079afe
Pin tmlibs to develop
7 years ago
Ethan Buchman
bf70f5e273
Merge pull request #191 from tendermint/tm-1205-quit-method-added
Quit method was added to Service/BaseService
7 years ago
Anton Kaliaev
5913ae8960
Quit method was added to Service/BaseService
Refs https://github.com/tendermint/tendermint/issues/1205
7 years ago
Ethan Buchman
5a4f56056e
Merge pull request #189 from tendermint/no-wire-crypto
remove go-wire and go-crypto deps
7 years ago
Ethan Buchman
1148027baf
remove go-wire and go-crypto deps
7 years ago
Ethan Buchman
21dd648732
Merge pull request #187 from tendermint/no-iavl
Remove IAVL dependency
7 years ago
Ethan Buchman
baea45177d
example/dummy: remove iavl dep - just use raw db
7 years ago
Ethan Buchman
c617737e03
Merge pull request #184 from tendermint/sdk2
update for go-wire sdk2
7 years ago
Ethan Buchman
4450a20bde
types: check bufio.Reader
7 years ago
Ethan Buchman
d2845d923b
add more versions to glide
7 years ago
Ethan Buchman
700792bc10
update glide
7 years ago
Ethan Buchman
11d383f1c7
update for go-wire sdk2
7 years ago
Ethan Buchman
ffbe912ff3
Merge pull request #171 from tendermint/sdk2
WIP: Sdk2
7 years ago
Ethan Buchman
2bd556205d
disable fragile bash test
7 years ago