52 Commits (ce124c4aebb8b1e0137f15cd3b236ee91304d909)

Author SHA1 Message Date
  Anton Kaliaev 986bdd00a5
new logging 7 years ago
  Ethan Buchman 28d042fdae use tmlibs 7 years ago
  Ethan Buchman b025c13f67 drop BlockchainAware 8 years ago
  Jae Kwon 2a4894310d Remove Proof message, replace with more flexible Query 8 years ago
  Jae Kwon 9745f07bee common -> cmn 8 years ago
  Ethan Frey 58ea995032 Begin adding proof calls 8 years ago
  Tzu-Jung Lee 55cb08722d lint: s/+=1/++, remove else clauses 8 years ago
  Tzu-Jung Lee 9134905f42 cleanup: replace common.Exit with log.Crit or log.Fatal 8 years ago
  Tzu-Jung Lee fcaa545e1e lint: remove dot import (go-common) 8 years ago
  Tzu-Jung Lee aae3c91e88 fmt: run 'make fmt' 8 years ago
  Ethan Buchman 5189a2248d TMSP -> ABCI 8 years ago
  Ethan Buchman 80f377135b AppendTx -> DeliverTx 8 years ago
  Jae Kwon f8167872d8 EndBlock also returns ResponseEndBlock 8 years ago
  Ethan Buchman ddb2b01631 BeginBlock(hash, header) 8 years ago
  Ethan Buchman debbf122db add version/block/config to Info. add header to BeginBlock 8 years ago
  Ethan Buchman 6aa85b642e BeginBlock 8 years ago
  Jae Kwon 7998ba668a QuitService->BaseService 8 years ago
  Ethan Buchman 83920a1c37 fixes from review 8 years ago
  Ethan Buchman 1b13f14e08 consolidate example tests; grpc fail fast 8 years ago
  Ethan Buchman 1ab3c74718 silly grpc client 8 years ago
  Ethan Buchman f84f11ffe7 base grpc support 8 years ago
  Ethan Buchman 5dc7bee57b Responses/Requests -> Value 8 years ago
  Ethan Buchman 35f4f0e271 use real protobuf message types 8 years ago
  Jae Kwon 6785b9a3b6 CommitSync returns tmsp.Result 8 years ago
  Jae Kwon 8cac8600e5 Return NewServer listener start error 8 years ago
  Jae Kwon 55e2ce9de2 Group (code,data,log) return values into types.Result 8 years ago
  Jae Kwon 61c34ade0d Remove BeginBlock 8 years ago
  Jae Kwon 36c25f242f s/InitValidators/InitChain/g, s/SyncValidators/EndBlock/g, added BeginBlock 8 years ago
  Jae Kwon dcabdad9b9 Implement Init/Sync Validators 8 years ago
  Jae Kwon 2c1aa7af2b s/StartListener/NewServer/g 8 years ago
  Jae Kwon 88fcacac7a s/GetHash/Commit/g 8 years ago
  Jae Kwon 012abc437b Use protobuf enums 9 years ago
  Jae Kwon 028cc4aa06 Query returns Code 9 years ago
  Jae Kwon 2936c68339 Convert TMSP to use Protobuf 9 years ago
  Jae Kwon b21c6b5e5b s/logstr/logStr/g 9 years ago
  Jae Kwon 9696a71f6e Log not error; Remove Listener TMSP messages...; Make counter BigEndian 9 years ago
  Jae Kwon 53a8a40785 Swap Query return params 9 years ago
  Jae Kwon 3f812038a4 Add Query; Add benchmark tests 9 years ago
  Jae Kwon f15476b157 Remove TMSP Commit/Rollback; Add CheckTx 9 years ago
  Jae Kwon 2d9abb06ca Conform to new go-wire TypeByte behavior 9 years ago
  Jae Kwon 3393fc34c2 Use wire.*LengthPrefixed 9 years ago
  Ethan Buchman 93308a3e6f interactive tmsp console 9 years ago
  Jae Kwon 5d994944c6 Refactor Application to Application & AppContext 9 years ago
  Ethan Buchman fe782cb8ac server: allow multiple connections 9 years ago
  Jae Kwon e40c4834a8 Replace SetEventsMode with SetOption 9 years ago
  Jae Kwon 201bf2374b Update README; Remove GetEvents() from Application 9 years ago
  Jae Kwon d319c5be0d Conform to go-wire 1.0 9 years ago
  Jae Kwon e8505a714b Handle RequestInfo in handleRequest 9 years ago
  Jae Kwon cce812b1fa Remove retcode from echo; Add Info message 9 years ago
  Jae Kwon ef93c95853 Added new Flush request/response type 9 years ago