146 Commits (4c7a2be06afa9bea6ee8aa6f8ea2b1129d93af8e)

Author SHA1 Message Date
  Ethan Buchman fcf78a5da7 cleanup go-config/viper and some unnamed imports 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Buchman 52d03d0071 post rebase fixes 7 years ago
  Jae Kwon cd9e9e9f45 s/ExecBlock/ValExecBlock/g; s/sm.ApplyBlock/sm.ExecCommitBlock/g 7 years ago
  Ethan Buchman 935f70a346 comments and cleanup 7 years ago
  Ethan Buchman 5109746b1c Handshake uses ApplyBlock, no ConsensuState 7 years ago
  Ethan Buchman 1684ec163f ABCIResponses not needed as field in state 7 years ago
  Ethan Buchman cb279bf662 state: ABCIResponses, s.Save() in ApplyBlock 7 years ago
  Ethan Buchman 45876d0828 NewBatch takes size, batch.Add doesn't use append 7 years ago
  Ethan Buchman b6a04a3456 more fixes from review 7 years ago
  Ethan Buchman f4d0076344 TxResult includes Tx. /tx only works if indexer active 7 years ago
  Ethan Buchman d572bb0c5d state/txindex and pkg per indexer impl 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 d7c5690f17 index by bytes. add TxID to broadcast_tx responses 7 years ago
  Anton Kaliaev 3478de50a1
no need for map - tx responses should arrive in order (Refs #237) 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
  Ethan Buchman f9df4294f3 move some interfaces to types/services.go 7 years ago
  Ethan Buchman 0765613778 move handshake to consensus package 7 years ago
  Ethan Buchman 756213c5f5 check appHash 7 years ago
  Ethan Buchman bc67859672 make ReplayBlocks logic exhaustive 7 years ago
  Ethan Buchman 44d472ddd3 comments from review 7 years ago
  Ethan Buchman 7228b11e3f state: remove StateIntermediate 7 years ago
  Ethan Buchman 0bec99fbd4 consensus: handshake replay test using wal 7 years ago
  Ethan Buchman 3c5adebcd3 applyBlock to simplify replay of many blocks. still wip 7 years ago
  Ethan Buchman 6403b2f468 fixes for handshake replay through consensus 7 years ago
  Ethan Buchman cbe6dbe7a1 handshake replay through consensus using mockApp 7 years ago
  Ethan Buchman 99b068b313 BlockMeta uses BlockID 7 years ago
  Ethan Buchman 94b6dd65ee AppendTx -> DeliverTx 8 years ago
  Ethan Buchman c147b41013 TMSP -> ABCI 8 years ago
  Ethan Buchman 2dd7030579 tmsp: ResponseInfo and ResponseEndBlock 8 years ago
  Ethan Buchman bae0bc02a6 consensus: be more explicit when we need to write height after handshake 8 years ago
  Ethan Buchman 0c01b0ded9 state.State and wal.writeHeight after handshake 8 years ago
  Ethan Buchman 0e7694ca94 state: AppHashIsStale -> IntermediateState 8 years ago
  Ethan Buchman 2425711734 blockchain: use ApplyBlock 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 0fe53dc5cf remove privValIndex; Stale->AppHashIsStale 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 e0db20c0cf update privValidatorIndex on valset change 8 years ago
  Ethan Buchman e1e2c1c740 cleanup ReplayBlocks 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 befd8b0cb2 post rebase fixes 8 years ago
  Ethan Buchman 3f90fcae48 fail tests and fix 8 years ago
  Ethan Buchman 8ec1839f5d save block b4 apply; track stale apphash 8 years ago