Commit Graph

  • 1e8791bc9a Merge pull request #62 from wolfposd/patch-1 Ethan Buchman 2017-02-19 10:51:49 -05:00
  • d299afe630 Update: jTMSP -> jABCI Wolf 2017-02-19 16:46:57 +01:00
  • 44d472ddd3 comments from review Ethan Buchman 2017-02-18 22:15:59 -05:00
  • f81a9c647d Update README.md Jae Kwon 2017-02-18 07:36:14 +01:00
  • 7228b11e3f state: remove StateIntermediate Ethan Buchman 2017-02-17 19:13:35 -05:00
  • 0bec99fbd4 consensus: handshake replay test using wal Ethan Buchman 2017-02-17 19:12:05 -05:00
  • 3c5adebcd3 applyBlock to simplify replay of many blocks. still wip Ethan Buchman 2017-02-17 11:32:56 -05:00
  • edc5e272db consensus: nice error msg if ApplyBlock fails Ethan Buchman 2017-02-17 10:57:09 -05:00
  • 6403b2f468 fixes for handshake replay through consensus Ethan Buchman 2017-02-17 10:51:05 -05:00
  • cbe6dbe7a1 handshake replay through consensus using mockApp Ethan Buchman 2017-02-16 17:56:45 -05:00
  • 3ebd69db1b Merge pull request #405 from tendermint/rpc-commit Ethan Buchman 2017-02-16 16:11:39 -05:00
  • a3898fae0f rpc: fix SeenCommit condition Ethan Buchman 2017-02-16 15:35:34 -05:00
  • 75c856ed3f Merge pull request #404 from tendermint/feature/develop-docker-container Ethan Buchman 2017-02-16 13:21:54 -05:00
  • d081485e6a Merge pull request #402 from tendermint/feature/collect-logs-from-docker-containers Ethan Buchman 2017-02-16 13:13:13 -05:00
  • bb5688b1be make: dont use -v on go test Ethan Buchman 2017-02-14 17:09:47 -05:00
  • 6f83f0bd4e glide update Ethan Buchman 2017-02-14 17:09:12 -05:00
  • 99b068b313 BlockMeta uses BlockID Ethan Buchman 2017-02-14 15:33:14 -05:00
  • e229c8c3d7 rpc: /commit Ethan Buchman 2017-02-09 22:44:43 -05:00
  • 31bdda27ad Query: LastHeight -> Height :) Ethan Buchman 2017-02-14 16:53:21 -05:00
  • 6b499e2a8b add Makefile for docker files [ci skip] [circleci skip] Anton Kaliaev 2017-02-15 00:57:54 +04:00
  • a756a9feba add readme mirroring https://hub.docker.com/r/tendermint/tendermint/ Anton Kaliaev 2017-02-15 00:49:43 +04:00
  • d0ca0cb308 otherwise we end up with unmount errors due to busy disk Anton Kaliaev 2017-02-14 20:40:23 +04:00
  • 86f85525dd dockerfile for develop branch Anton Kaliaev 2017-02-14 20:30:15 +04:00
  • ad354c4c48 stop containers to avoid futher errors Anton Kaliaev 2017-02-14 19:23:28 +04:00
  • b5bb1657d2 increase memory quota for Vagrant users Anton Kaliaev 2017-02-14 19:09:03 +04:00
  • 1275458c3f collect and add docker logs to CircleCI artifacts (Refs #387) Anton Kaliaev 2017-02-14 18:53:22 +04:00
  • ac971c1a19 some docs fixes Ethan Buchman 2017-02-05 15:19:03 -05:00
  • 7d91d4300b update glide Ethan Buchman 2017-02-13 21:07:26 -05:00
  • 2a3f638495 Merge pull request #61 from tendermint/interface-fixes Ethan Buchman 2017-02-13 20:19:24 -05:00
  • e909cafa0b BaseApplication Ethan Buchman 2017-02-13 18:48:59 -05:00
  • b6afa8d85b Query: Height -> LastHeight Ethan Buchman 2017-02-06 19:20:33 -05:00
  • 5d673ecf31 Fix comment for BeginBlock hash Jae Kwon 2017-02-12 18:38:10 -08:00
  • e972b942e6 Merge pull request #399 from tendermint/feature/cli-cleanup-gen-validator-output Ethan Buchman 2017-02-09 13:32:30 -05:00
  • 4896364952 [cli] cleanup gen_validator output (Fixes #396) Anton Kaliaev 2017-02-08 23:20:25 +04:00
  • ca21b6be93 update Vagrantfile Anton Kaliaev 2017-02-08 22:56:17 +04:00
  • d4b3dde853 make install now uses vendored dependencies Ethan Frey 2017-02-08 19:28:25 +01:00
  • 1aceeb7116 Merge pull request #392 from tendermint/feature/issue-template Ethan Buchman 2017-02-08 02:17:11 -05:00
  • 930b3bcf5c Merge pull request #393 from tendermint/feature/CONTRIBUTING.md Ethan Buchman 2017-02-08 02:16:22 -05:00
  • 937c06a0c9 Merge pull request #395 from tendermint/feature/alpine-docker-base-image Ethan Buchman 2017-02-08 02:11:57 -05:00
  • 77cc15a77a Merge pull request #394 from tendermint/feature/improve-circleci-setup Ethan Buchman 2017-02-07 09:25:07 -05:00
  • d5d7286cb6 improve circleci config Anton Kaliaev 2017-02-03 17:20:52 +04:00
  • b025c13f67 drop BlockchainAware Ethan Buchman 2017-02-06 19:08:37 -05:00
  • a954f91e5f Merge pull request #60 from tendermint/readme Ethan Buchman 2017-02-06 18:37:33 -05:00
  • dafcc3d3e3 fixes #38 and #59 Ethan Buchman 2017-02-06 18:10:20 -05:00
  • bf64dd21fd [docker] move to alpine base image Anton Kaliaev 2017-02-05 17:58:08 +04:00
  • 36b5d86eda [ci skip] [circle skip] Document research on backing dbs Ethan Frey 2017-02-05 16:29:37 +01:00
  • 1bf5ae9c8d Finish main argument on merkle data store architecture Ethan Frey 2017-02-03 19:44:08 +01:00
  • 5c2ead741c Lots more text on transactions and interface Ethan Frey 2017-02-03 18:54:19 +01:00
  • b31e5d7764 Starting some thoughts on merkle storage Ethan Frey 2017-02-03 15:39:35 +01:00
  • e5ef3e3019 add ISSUE_TEMPLATE for github [ci skip] [circle skip] Anton Kaliaev 2017-02-03 12:29:18 +04:00
  • d696550494 add CONTRIBUTING.md [ci skip] [circle skip] Anton Kaliaev 2017-02-03 13:01:40 +04:00
  • 5fe0440916 Strawman docs/architecture dir Ethan Frey 2017-02-02 20:10:56 +01:00
  • d545ac4c51 Merge pull request #383 from tendermint/feature/rename-dockerimage-to-tendermint Ethan Buchman 2017-01-31 11:18:18 -08:00
  • 23eb8691a8 Merge pull request #386 from tendermint/bugfix/385-dist-build-error Ethan Buchman 2017-01-31 11:07:28 -08:00
  • f849e2c414 copy instead of move (Fixes #385) Anton Kaliaev 2017-01-31 11:30:54 +04:00
  • 1f527c5013 fix go version in Vagrantfile Anton Kaliaev 2017-01-30 12:03:09 +04:00
  • 65dfacac4b do we really have to build in order to test? Anton Kaliaev 2017-01-30 12:02:24 +04:00
  • c0e7d05b5c rename tmbase image to tendermint Anton Kaliaev 2017-01-30 11:59:35 +04:00
  • 67ab574e98 Cleanup, add stub for VerifyCommitAny Jae Kwon 2017-01-29 13:50:04 -08:00
  • 846e6d3bda fix readme links [ci skip] Ethan Buchman 2017-01-29 13:38:54 -08:00
  • 9707cb4471 README for local testnets [ci skip] Ethan Buchman 2017-01-28 19:24:46 -05:00
  • 7c15b54ccc Fix test/app/dummy_test.sh Jae Kwon 2017-01-28 09:11:31 -08:00
  • 1af930441c Support new Query message for proofs Jae Kwon 2017-01-28 08:27:13 -08:00
  • 48b17de829 Merge pull request #2 from alessio/master Jae Kwon 2017-01-28 08:01:48 -08:00
  • 1c977f78fd Update LICENSE Jae Kwon 2017-01-28 08:01:29 -08:00
  • c3b8006166 Add LICENSE file Alessio Treglia 2017-01-28 12:42:01 +00:00
  • 8df0bc3a40 Merge branch 'abci_proof' into develop Jae Kwon 2017-01-27 22:27:32 -08:00
  • b9e2ad12e6 Merge pull request #58 from tendermint/abci_proof_jae Jae Kwon 2017-01-27 21:58:52 -08:00
  • 9257d648bf test: update docker to 1.7.4 Ethan Buchman 2017-01-28 00:12:39 -05:00
  • 339e135776 Add IsDirEmpty Jae Kwon 2017-01-27 20:37:04 -08:00
  • f890ae696a Merge remote-tracking branch 'anton/feature/binaries' into unstable Ethan Buchman 2017-01-27 23:22:47 -05:00
  • 82828524fe Merge remote-tracking branch 'anton/improvement/dockerfile' into unstable Ethan Buchman 2017-01-27 22:59:01 -05:00
  • d120c328c9 Merge remote-tracking branch 'anton/feature/output-all-tendermint-commands' into unstable Ethan Buchman 2017-01-27 22:54:14 -05:00
  • 449a29b817 fixed README link for contributing guidelines rigelrozanski 2016-12-21 17:21:48 -05:00
  • 2a4894310d Remove Proof message, replace with more flexible Query Jae Kwon 2017-01-23 23:42:09 -08:00
  • ce18332b52 update Dockerfile Anton Kaliaev 2017-01-27 21:10:13 +04:00
  • 3b7a1d7149 check that we have enough arguments Anton Kaliaev 2017-01-24 21:20:29 +04:00
  • 17e822757b output all commands Anton Kaliaev 2017-01-24 21:19:45 +04:00
  • 4bdddf9829 First commit to demonstrate change Jae Kwon 2017-01-23 20:48:12 -08:00
  • 9745f07bee common -> cmn Jae Kwon 2017-01-23 20:26:17 -08:00
  • a33b75fe8b Merge pull request #54 from roylee17/lint Jae Kwon 2017-01-23 20:23:14 -08:00
  • 6efadac330 Merge pull request #53 from roylee17/makefile Jae Kwon 2017-01-23 20:18:19 -08:00
  • f94ae5eeed TSP -> Socket Jae Kwon 2017-01-23 20:14:14 -08:00
  • 366479c7ad Merge branch 'readme' into hotfix_readme Jae Kwon 2017-01-23 20:09:03 -08:00
  • a388ff198d try to get version from version/version.go Anton Kaliaev 2017-01-23 15:14:15 +04:00
  • cc2457f7d5 dist command to make binaries and package them for distribution Anton Kaliaev 2017-01-23 13:45:14 +04:00
  • c6375e414d refactor Makefile Anton Kaliaev 2017-01-22 18:03:20 +04:00
  • e825d77736 add .editorconfig to maintain consistent coding style Anton Kaliaev 2017-01-22 18:00:08 +04:00
  • ce026f4099 Merge pull request #369 from tendermint/node_refactor Ethan Buchman 2017-01-20 14:19:37 -05:00
  • fdc047ae7a Proof uses uint64 for blockHeight Ethan Frey 2017-01-17 17:22:34 +01:00
  • e0309007ad Improve Makefile Ethan Frey 2017-01-12 12:37:47 +01:00
  • dde413d44b Cleaned up text Ethan Frey 2017-01-10 19:14:35 +01:00
  • 732274b7f6 Add tests for client-server proofs over socket and grpc Ethan Frey 2017-01-10 18:12:20 +01:00
  • cfc3f24751 Everything compiles, test proof in dummy app Ethan Frey 2017-01-10 17:06:51 +01:00
  • 7cd39dafea Update protocol buffers Ethan Frey 2017-01-10 15:59:29 +01:00
  • 58ea995032 Begin adding proof calls Ethan Frey 2017-01-10 15:49:26 +01:00
  • 98c4679f39 Fixed Makefile to cleanup after run Ethan Frey 2017-01-10 15:29:47 +01:00
  • 55cb08722d lint: s/+=1/++, remove else clauses Tzu-Jung Lee 2017-01-17 00:26:32 -08:00
  • af2a66b226 test_app: unexport internal function. Tzu-Jung Lee 2017-01-16 23:23:06 -08:00
  • 9134905f42 cleanup: replace common.Exit with log.Crit or log.Fatal Tzu-Jung Lee 2017-01-16 23:09:33 -08:00