31 Commits (6d83c60c407b6f5e72da4b33b768347f0999e616)

Author SHA1 Message Date
  Ethan Buchman 6d83c60c40 [types] dont hash validator.Accum 7 years ago
  Ethan Buchman e1792c1ea5 fix tx string format take 2 7 years ago
  Ethan Buchman d5113377e2 fix tx string format 7 years ago
  Ethan Frey 926fb83e33 Re-added comment 7 years ago
  Ethan Frey 157ec8af2d Add json tags to validator set 7 years ago
  Anton Kaliaev f8fdbe3dbc
changes as per Bucky's review 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman 75b6c5215f fewer structs. remove viper from consensus 7 years ago
  Ethan Buchman 29c0e6e4f4 remove viper from blockchain and state 7 years ago
  Jae Kwon 4c7a2be06a Add Tx String representation 7 years ago
  Ethan Buchman 07e59e63f9 TMEventDataInner 7 years ago
  Ethan Buchman bdb34f9f4e types: []byte -> data.Bytes 7 years ago
  Adrian Brink 842609ddcb Send InitChain message from ABCI to Core on Genesis 7 years ago
  Ethan Buchman a70c95b79e tmlibs/common/test -> tmlibs/test 7 years ago
  Ethan Buchman d5b524e309 go-merkle -> merkleeyes/iavl and tmlibs/merkle 7 years ago
  Ethan Buchman e6fe6b5b76 go-data -> go-wire/data 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Buchman 5da9b3a803 postmerge 7 years ago
  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