Commit Graph

56 Commits

Author SHA1 Message Date
Anton Kaliaev 64c756de47
use Makefile commands in readme [ci skip] 2017-11-12 22:30:41 -05:00
Zach Ramsay 631844895f fixes 2017-10-23 17:18:46 -04:00
Zach Ramsay 96d2a2c92f readme: re-organize & update docs links 2017-09-22 10:10:56 -04:00
Peng Zhong a072429659 Fix blog post link for ABCI
We moved our blog to Medium.
2017-09-07 13:32:56 +08:00
Zach 01181721ad readme: update install instruction (#100) 2017-08-24 17:02:14 +02:00
Anton Kaliaev f285114579
add Erlang implementation to readme [ci skip] [circleci skip] 2017-04-15 11:00:47 +04:00
Ethan Buchman af792eac77 readme: js-tmsp -> js-abci 2017-03-13 17:20:31 -04:00
Ethan Buchman 1a565b83ec fix readme 2017-03-13 17:18:10 -04:00
Ethan Buchman e6a5b060f9 update readme 2017-03-13 16:46:45 -04:00
Ethan Buchman c1f5a96382 Merge branch 'master' into develop
Conflicts:
	README.md
2017-03-03 01:17:54 -05:00
Agnieszka Kramarek b350b08021
Update README.md
Typo fixed
2017-02-20 16:58:50 +04:00
Wolf d299afe630 Update: jTMSP -> jABCI 2017-02-19 16:46:57 +01:00
Jae Kwon f81a9c647d Update README.md 2017-02-18 07:36:14 +01:00
Ethan Buchman 31bdda27ad Query: LastHeight -> Height :) 2017-02-14 16:53:21 -05:00
Ethan Buchman 2a3f638495 Merge pull request #61 from tendermint/interface-fixes
Interface fixes
2017-02-13 20:19:24 -05:00
Ethan Buchman b6afa8d85b Query: Height -> LastHeight 2017-02-13 20:16:17 -05:00
Jae Kwon 5d673ecf31 Fix comment for BeginBlock hash 2017-02-12 18:38:10 -08:00
Ethan Buchman dafcc3d3e3 fixes #38 and #59 2017-02-06 18:11:17 -05:00
Jae Kwon 8df0bc3a40 Merge branch 'abci_proof' into develop 2017-01-27 22:27:32 -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 f94ae5eeed TSP -> Socket 2017-01-23 20:14:14 -08: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 Buchman 68ef6bc1bf update README 2017-01-13 03:17:53 -05:00
Ethan Buchman b5ca28d60f Merge branch 'master' into develop
Conflicts:
	README.md
2017-01-12 21:44:09 -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
Jae Kwon b0a17b1804 Fix blog link 2017-01-02 12:12:23 -08:00
jac 5f6ad831b0 link to TMSP Blog post 2016-12-15 14:47:31 +01:00
Jae Kwon 7998ba668a QuitService->BaseService 2016-11-15 14:39:13 -05:00
Ethan Buchman 8374785c1d update glide, grpc to v4 2016-11-15 14:11:01 -05:00
Jae Kwon 5d3eb0328a Update README.md 2016-09-28 09:57:04 +09:00
Ethan Buchman fbbf82ec64 update README.md 2016-07-23 19:05:46 -04:00
Ethan Buchman 3b329039d8 better testing. cli test for tutorial 2016-07-23 18:57:05 -04:00
Ethan Buchman a263323d5c update readme. --verbose makes batch look like console 2016-07-23 17:37:09 -04:00
Ethan Buchman 49a67aee8a add circle.yml. disable js test 2016-07-06 17:13:33 -04:00
Jae Kwon 9a8d40b87c Update README.md 2016-05-04 13:37:22 -07:00
Jae Kwon d471b06bd8 Added C++ and Javascript impls 2016-04-15 15:01:05 -07:00
Jae Kwon 82a411fca5 New TMSP message BeginBlock 2016-03-26 22:35:23 -07:00
Jae Kwon 61c34ade0d Remove BeginBlock 2016-03-06 18:01:37 -08:00
Jae Kwon 36c25f242f s/InitValidators/InitChain/g, s/SyncValidators/EndBlock/g, added BeginBlock 2016-03-05 19:18:34 -08:00
Jae Kwon 1ffe780976 Initial update for Init/SyncValidators 2016-02-28 18:53:24 -08:00
Jae Kwon 851b961daf Update README 2016-02-14 12:51:49 -08:00
Jae Kwon 9696a71f6e Log not error; Remove Listener TMSP messages...; Make counter BigEndian 2016-01-25 13:58:34 -08:00
Jae Kwon c4b87dcf14 new_message 2016-01-23 20:49:15 -08:00
Jae Kwon 44f22e351b Add RetCodeBadNonce and fix response formats 2016-01-12 14:06:31 -08:00
Jae Kwon f15476b157 Remove TMSP Commit/Rollback; Add CheckTx 2016-01-08 17:07:19 -08:00
Jae Kwon 1b7243a990 Update README to point to blog post only 2016-01-01 19:09:03 -08:00
Jae Kwon 0c4650f329 Update README.md
Added introduction by Zaki
2016-01-01 18:19:58 -08:00