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 |
Ethan Buchman
|
a55adfaa4f
|
tests: use shasum to avoid rarer dependency
|
7 years ago |
Ethan Buchman
|
e1e3ea4e7f
|
fix a get_tools
|
7 years ago |
Ethan Buchman
|
a488c0f027
|
update changelog and glide and a fix
|
7 years ago |
Ethan Buchman
|
629e2fc2a0
|
update readme
|
7 years ago |
Ethan Buchman
|
c38ac88d69
|
Merge branch 'develop' into sdk2
|
7 years ago |
Ethan Buchman
|
82aed60acb
|
Merge pull request #173 from tendermint/cobra-helpers
fill in empty command helpers
|
7 years ago |
Ethan Buchman
|
19e065b6f5
|
Merge pull request #174 from tendermint/examples-in-readme
update readme with example code
|
7 years ago |
Ethan Buchman
|
f205a937cf
|
Merge pull request #172 from tendermint/spec-docs
convert spec to .rst for consumption by tendermint RTD
|
7 years ago |
Zach
|
f6172e84a9
|
Merge pull request #176 from tendermint/shasum
use sha256sum because more secure
|
7 years ago |
Zach Ramsay
|
f47b8f8a2d
|
use sha256sum because more secure
|
7 years ago |
Zach Ramsay
|
a77213e6c5
|
update readme, closes #134
|
7 years ago |
Zach Ramsay
|
47d5fd0f1b
|
prettify the command helpers
|
7 years ago |
Zach Ramsay
|
12fd445e6f
|
spec: convert to rst
|
7 years ago |
Zach Ramsay
|
e9ff0eefbb
|
move spec from readme to own file
|
7 years ago |
Ethan Buchman
|
5d5ea6869b
|
Merge pull request #170 from tendermint/develop
v0.9.0
|
7 years ago |
Ethan Buchman
|
70da70d852
|
abandon the metalinter because honestly who has the time
|
7 years ago |
Ethan Buchman
|
38eb32d7bf
|
version and changelog
|
7 years ago |
Jae Kwon
|
8f87efd7f8
|
ABCI message updates (code/log/info)
* Add info to Response[CheckTx/DeliverTx/Query]
* Remove code and log from Response[SetOption/Commit]
|
7 years ago |
Jae Kwon
|
66580408f8
|
GasWanted and GasUsed for Check & Deliver
|
7 years ago |
Jae Kwon
|
e1ff53fd0b
|
Use []byte instead of Bytes, use tmlibs/common.KVPair
|
7 years ago |
Jae Kwon
|
a861d68a31
|
Update glide.yaml and fix tests
|
7 years ago |
Zach
|
96c816f428
|
Merge pull request #160 from KrzysiekJ/test-cmd-short-circuit
Short-circuit assertions in test command
|
7 years ago |
Jae Kwon
|
ff65421324
|
Proposal: New Makefile standard template (#168)
* Cleaned up makefile.
* Improve 'make all' order
* Add devdoc
* Update circle.yml
|
7 years ago |
Jae Kwon
|
f390385baf
|
Fee is a KNPair (#167)
KVPair is {[]byte,[]byte}
|
7 years ago |