Commit Graph

236 Commits

Author SHA1 Message Date
Ethan Buchman e909cafa0b BaseApplication 2017-02-13 20:16:21 -05:00
Ethan Buchman b6afa8d85b Query: Height -> LastHeight 2017-02-13 20:16:17 -05:00
Ethan Buchman b025c13f67 drop BlockchainAware 2017-02-06 19:20:02 -05:00
Jae Kwon 8df0bc3a40 Merge branch 'abci_proof' into develop 2017-01-27 22:27:32 -08:00
Jae Kwon b9e2ad12e6 Merge pull request #58 from tendermint/abci_proof_jae
Updates to ABCI_Proof PR
2017-01-27 21:58:52 -08:00
Jae Kwon 2a4894310d Remove Proof message, replace with more flexible Query 2017-01-27 10:35:27 -08:00
Jae Kwon 4bdddf9829 First commit to demonstrate change 2017-01-23 20:54:24 -08:00
Jae Kwon 9745f07bee common -> cmn 2017-01-23 20:26:17 -08:00
Jae Kwon a33b75fe8b Merge pull request #54 from roylee17/lint
Lint
2017-01-23 20:23:14 -08:00
Jae Kwon 6efadac330 Merge pull request #53 from roylee17/makefile
Makefile: add fmt and lint targets
2017-01-23 20:18:19 -08:00
Jae Kwon f94ae5eeed TSP -> Socket 2017-01-23 20:14:14 -08:00
Jae Kwon 366479c7ad Merge branch 'readme' into hotfix_readme 2017-01-23 20:09:03 -08:00
Ethan Frey fdc047ae7a Proof uses uint64 for blockHeight 2017-01-17 17:22:34 +01:00
Ethan Frey e0309007ad Improve Makefile 2017-01-17 15:53:24 +01:00
Ethan Frey dde413d44b Cleaned up text 2017-01-17 15:53:24 +01:00
Ethan Frey 732274b7f6 Add tests for client-server proofs over socket and grpc 2017-01-17 15:53:24 +01:00
Ethan Frey cfc3f24751 Everything compiles, test proof in dummy app 2017-01-17 15:44:41 +01:00
Ethan Frey 7cd39dafea Update protocol buffers 2017-01-17 15:44:40 +01:00
Ethan Frey 58ea995032 Begin adding proof calls 2017-01-17 15:42:54 +01:00
Ethan Frey 98c4679f39 Fixed Makefile to cleanup after run 2017-01-17 15:41:11 +01:00
Tzu-Jung Lee 55cb08722d lint: s/+=1/++, remove else clauses 2017-01-17 00:30:36 -08:00
Tzu-Jung Lee af2a66b226 test_app: unexport internal function.
This reverts commit 24c9b2761d7da5ab5084310f0cb3e51c7fc9738d.
2017-01-16 23:23:19 -08:00
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?
2017-01-16 23:23:19 -08:00
Tzu-Jung Lee 1150bbfe36 lint: s/common.Fmt/fmt.Sprintf 2017-01-16 23:20:04 -08:00
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.
2017-01-16 23:20:04 -08:00
Tzu-Jung Lee c65bb21a51 Makefile: add 'build' target 2017-01-16 22:33:48 -08:00
Tzu-Jung Lee aae3c91e88 fmt: run 'make fmt' 2017-01-16 22:03:27 -08:00
Tzu-Jung Lee 235b18d694 Makefile: add gmt and lint 2017-01-16 22:02:45 -08:00
Jae Kwon 05096de368 Add Result.String 2017-01-15 14:43:16 -08:00
Ethan Buchman 6526ab2137 Merge pull request #50 from tendermint/hotfix_make
Make sure we install before test, since test relies on counter etc
2017-01-13 13:17:24 -05:00
Jae Kwon b9d1465488 Make sure we install before test, since test relies on counter etc 2017-01-13 10:12:38 -08:00
Ethan Buchman 68ef6bc1bf update README 2017-01-13 03:17:53 -05:00
Ethan Buchman 699d45bc67 Merge pull request #48 from tendermint/develop
move glide deps to master
2017-01-13 00:26:36 -05:00
Ethan Buchman 5626a1125a move glide deps to master 2017-01-13 00:24:38 -05:00
Ethan Buchman 068afb5b7f Merge pull request #36 from tendermint/develop
v0.3.0, for Tendermint v0.8.0
2017-01-12 22:03:00 -05:00
Ethan Buchman b5ca28d60f Merge branch 'master' into develop
Conflicts:
	README.md
2017-01-12 21:44:09 -05:00
Ethan Buchman 42b7bfbf0c update version and glide 2017-01-12 21:20:09 -05:00
Ethan Buchman 624dca61b3 Merge pull request #47 from tendermint/rename
Rename
2017-01-12 16:06:40 -05:00
Ethan Buchman 5189a2248d TMSP -> ABCI 2017-01-12 16:04:32 -05:00
Ethan Buchman 80f377135b AppendTx -> DeliverTx 2017-01-12 15:27:08 -05:00
Ethan Buchman 2e414ebe6b Merge pull request #42 from tendermint/collapse_info
Flatten ResponseInfo
2017-01-12 15:20:59 -05:00
Ethan Buchman 490a96ef66 drop unneeded variable copy 2017-01-12 15:18:38 -05:00
Jae Kwon f8167872d8 EndBlock also returns ResponseEndBlock 2017-01-12 14:50:41 -05:00
Jae Kwon 8b76f3dd00 Make fields in ResponseInfo be flat 2017-01-12 14:50:41 -05:00
Jae Kwon 0d82d26408 Frist commit on types.proto 2017-01-12 14:50:08 -05:00
Ethan Buchman a7b7fe83d6 Merge pull request #46 from tendermint/updates
Updates
2017-01-12 01:11:11 -05:00
Ethan Buchman 831cb4adcd update glide 2017-01-12 01:08:31 -05:00
Ethan Buchman e6b9a2b6aa response struct and persistent args 2017-01-12 01:04:25 -05:00
rigelrozanski 81b2697cce fix console exit, closes #35 2017-01-12 01:04:25 -05:00
rigelrozanski c31df4081c added counter query support 2017-01-12 01:04:22 -05:00