Ethan Buchman
c32338f29b
Merge pull request #66 from tendermint/readme
update readme
8 years ago
Ethan Buchman
e6a5b060f9
update readme
8 years ago
Ethan Buchman
1236e8fb6e
Merge pull request #65 from tendermint/develop
v0.4.0
8 years ago
Ethan Buchman
be5a4345a3
formatting and update CHANGELOG
8 years ago
Ethan Buchman
700a62c22e
CHANGELOG
8 years ago
Ethan Buchman
0b1ee4b673
version bump to 0.4.0
8 years ago
Ethan Buchman
eaeb2658ea
fixes from review
8 years ago
Ethan Buchman
c1f5a96382
Merge branch 'master' into develop
Conflicts:
README.md
8 years ago
Anton Kaliaev
33e52343d0
Merge branch '4gn3s-patch-1' into develop
8 years ago
Agnieszka Kramarek
b350b08021
Update README.md
Typo fixed
8 years ago
Ethan Buchman
1e8791bc9a
Merge pull request #62 from wolfposd/patch-1
Update: jTMSP -> jABCI
8 years ago
Wolf
d299afe630
Update: jTMSP -> jABCI
8 years ago
Jae Kwon
f81a9c647d
Update README.md
8 years ago
Ethan Buchman
31bdda27ad
Query: LastHeight -> Height :)
8 years ago
Ethan Buchman
2a3f638495
Merge pull request #61 from tendermint/interface-fixes
Interface fixes
8 years ago
Ethan Buchman
e909cafa0b
BaseApplication
8 years ago
Ethan Buchman
b6afa8d85b
Query: Height -> LastHeight
8 years ago
Jae Kwon
5d673ecf31
Fix comment for BeginBlock hash
8 years ago
Ethan Buchman
b025c13f67
drop BlockchainAware
8 years ago
Ethan Buchman
a954f91e5f
Merge pull request #60 from tendermint/readme
fixes #38 and #59
8 years ago
Ethan Buchman
dafcc3d3e3
fixes #38 and #59
8 years ago
Jae Kwon
8df0bc3a40
Merge branch 'abci_proof' into develop
8 years ago
Jae Kwon
b9e2ad12e6
Merge pull request #58 from tendermint/abci_proof_jae
Updates to ABCI_Proof PR
8 years ago
Jae Kwon
2a4894310d
Remove Proof message, replace with more flexible Query
8 years ago
Jae Kwon
4bdddf9829
First commit to demonstrate change
8 years ago
Jae Kwon
9745f07bee
common -> cmn
8 years ago
Jae Kwon
a33b75fe8b
Merge pull request #54 from roylee17/lint
Lint
8 years ago
Jae Kwon
6efadac330
Merge pull request #53 from roylee17/makefile
Makefile: add fmt and lint targets
8 years ago
Jae Kwon
f94ae5eeed
TSP -> Socket
8 years ago
Jae Kwon
366479c7ad
Merge branch 'readme' into hotfix_readme
8 years ago
Ethan Frey
fdc047ae7a
Proof uses uint64 for blockHeight
8 years ago
Ethan Frey
e0309007ad
Improve Makefile
8 years ago
Ethan Frey
dde413d44b
Cleaned up text
8 years ago
Ethan Frey
732274b7f6
Add tests for client-server proofs over socket and grpc
8 years ago
Ethan Frey
cfc3f24751
Everything compiles, test proof in dummy app
8 years ago
Ethan Frey
7cd39dafea
Update protocol buffers
8 years ago
Ethan Frey
58ea995032
Begin adding proof calls
8 years ago
Ethan Frey
98c4679f39
Fixed Makefile to cleanup after run
8 years ago
Tzu-Jung Lee
55cb08722d
lint: s/+=1/++, remove else clauses
8 years ago
Tzu-Jung Lee
af2a66b226
test_app: unexport internal function.
This reverts commit 24c9b2761d
.
8 years ago
Tzu-Jung Lee
9134905f42
cleanup: replace common.Exit with log.Crit or log.Fatal
Later we can pick another logger that has fatal, like zap?
8 years ago
Tzu-Jung Lee
1150bbfe36
lint: s/common.Fmt/fmt.Sprintf
8 years ago
Tzu-Jung Lee
fcaa545e1e
lint: remove dot import (go-common)
Spell out the package explicitly.
This commit is totally textual, and does not change any logic.
The swiss-army knife package may serve a kick-start in early
stage development. But as the codebase growing, we might want
to retire it gradually:
For simple wrapping functions, just inline it on the call site.
For larger pice of code, make it an independent package.
8 years ago
Tzu-Jung Lee
c65bb21a51
Makefile: add 'build' target
8 years ago
Tzu-Jung Lee
aae3c91e88
fmt: run 'make fmt'
8 years ago
Tzu-Jung Lee
235b18d694
Makefile: add gmt and lint
8 years ago
Jae Kwon
05096de368
Add Result.String
8 years ago
Ethan Buchman
6526ab2137
Merge pull request #50 from tendermint/hotfix_make
Make sure we install before test, since test relies on counter etc
8 years ago
Jae Kwon
b9d1465488
Make sure we install before test, since test relies on counter etc
8 years ago
Ethan Buchman
68ef6bc1bf
update README
8 years ago