118 Commits (922af7c40550929423d4e1d6e3db14c29017f05a)

Author SHA1 Message Date
  Ethan Buchman c55d83281a move into rpc package 7 years ago
  Ethan Buchman 15d5b2ac49 use tmlibs 7 years ago
  Ethan Buchman 0017fb7ffe premerge 7 years ago
  Ethan Frey 6d223d5526 Update to latest go-crypto 7 years ago
  Ethan Frey 6a0217688f Ensure private validator addresses are hex 7 years ago
  Ethan Frey e325ffc681 Lots of updates to use new go-crypto / json style 7 years ago
  Ethan Frey 516e78ea54 Fix types to use updated go-crypto 7 years ago
  Ethan Buchman f4d0076344 TxResult includes Tx. /tx only works if indexer active 7 years ago
  Ethan Buchman 6e065affe5 rpc: /tx allows height+hash 7 years ago
  Ethan Buchman a1387c7c17 remove expected panic in test 7 years ago
  Ethan Buchman ffe6d58a58 add Height to ResultBroadcastTxCommit and EventDataTx 7 years ago
  Ethan Buchman 2a59cda77e /tx returns tx bytes 7 years ago
  Ethan Buchman c3295f4878 RPCRequest.Params can be map[string]interface{} or []interface{} 7 years ago
  Ethan Frey 705e7bd577 Implemented and tested Txs.Index, hopefully better coverage 7 years ago
  Ethan Frey 285a2a7061 More thorough testing of mutated bytes, use fixed go-wire 7 years ago
  Ethan Frey fd68bc7cfd Test Tx proofs secure 7 years ago
  Ethan Frey 28307fd4c9 Add proof generation for one tx 7 years ago
  Anton Kaliaev 63704454a3
expose `/tx?hash="XXXXXXXXXXXX"` RPC call 7 years ago
  Anton Kaliaev c3f1b08b6a
tx indexing (Refs #237) 8 years ago
  Anton Kaliaev e1d5873bdf
support key-value params in JSONRPC (Refs #1) 7 years ago
  Ethan Buchman b1cd677711 types: valSet LastProposer->Proposer and Proposer()->GetProposer() 7 years ago
  Ethan Buchman 0fa34f7f67 fix ProposerSelection by persisting proposer 7 years ago
  Ethan Buchman 55602b9be6 failing ProposerSelection test 7 years ago
  Ethan Buchman de0153a1c4 consensus: some more informative logging 7 years ago
  Ethan Buchman 8ba79252c8 types: use mtx on PartSet.String() 7 years ago
  Ethan Buchman f9df4294f3 move some interfaces to types/services.go 7 years ago
  Ethan Buchman 99b068b313 BlockMeta uses BlockID 7 years ago
  Jae Kwon 67ab574e98 Cleanup, add stub for VerifyCommitAny 8 years ago
  Ethan Buchman c147b41013 TMSP -> ABCI 8 years ago
  Ethan Buchman d68cdce2d5 consensus: check HasAll when TwoThirdsMajority 8 years ago
  Jae Kwon 43fdc4a1ce Fix #341 8 years ago
  Ethan Buchman faf23aa0d4 consensus: TimeoutTicker, skip TimeoutCommit on HasAll 8 years ago
  Ethan Buchman 38783e7fa1 types: SignatureEd25519 -> Signature 8 years ago
  Ethan Buchman 1b3766d802 types: canonical_json.go 8 years ago
  zachary balder da8b043612 sign bytes w struct literals 8 years ago
  Ethan Buchman ed42f70248 types: benchmark WriteSignBytes 8 years ago
  Ethan Buchman de6bba4609 test: randConsensusNet takes more args 8 years ago
  Ethan Buchman 6be5bda8c9 types: copy commit bit array 8 years ago
  Ethan Buchman 69ef1da58c types: copy vote set bit array 8 years ago
  Jae Kwon 4202c4bf20 Fix Merge pull request #319 8 years ago
  Ethan Buchman b74a97a4f6 update grpc broadcast tx 8 years ago
  Ethan Buchman 2f9063c1d6 consensus: test validator set change 8 years ago
  Ethan Buchman 5046d5b181 more handshake replay cleanup 8 years ago
  Ethan Buchman 6f8c91b651 use NewValidator; fix setPrivValidatorIndex 8 years ago
  Ethan Buchman e0db20c0cf update privValidatorIndex on valset change 8 years ago
  Ethan Buchman 655b6300f5 val set changes 8 years ago
  Ethan Buchman d7f6c0775a remove LastCommitHeight 8 years ago
  Ethan Buchman 07597dfd45 post rebase fixes for BlockID, partSize 8 years ago
  Ethan Buchman 4360c360a4 move handshake to state, use Handshaker, more tests 8 years ago
  Ethan Buchman 138de19e1e test: app persistence 8 years ago