Marko
1604047c39
abci: remove TotalTxs and NumTxs from Header (#3783)
* Removal of TotalTx & NumTx - Removed totalTx and numTx closes #2521 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * abci proto changes * proto number fix * txfilter_test fix * comments on PR * further changes * bring back metrics * fix indexer * fix TestBlockMaxDataBytes and TestBlockMaxDataBytesUnknownEvidence * indexer service back to header * statistics.go fix * fix ci * listen for blocks, not headers to be able to record txs throughput * fix TestNetworkNewBlock * fix tests * fix tests in types package * fixes after Anton's review * fix tests * bring back `consensus_total_txs` metric I mistakenly thought it was removed. * improve changelog * remove LastBlockTotalTx from state * docs: remove getNumTxs from BeginBlock Java example |
5 years ago | |
---|---|---|
.. | ||
protoreplace | remove mentions of go-wire (#3904) | 5 years ago |
application.go | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
messages.go | abci: Refactor CheckTx to notify of recheck (#3744) | 6 years ago |
messages_test.go | abci: remove TotalTxs and NumTxs from Header (#3783) | 5 years ago |
pubkey.go | abci: VoteInfo, ValidatorUpdate. See ADR-018 | 6 years ago |
result.go | custom marshallers for proto types, which EmitDefaults (#3889) | 5 years ago |
types.pb.go | abci: remove TotalTxs and NumTxs from Header (#3783) | 5 years ago |
types.proto | abci: remove TotalTxs and NumTxs from Header (#3783) | 5 years ago |
typespb_test.go | regenerate protobuf files with newer gogo version (#3998) | 5 years ago |
util.go | abci: VoteInfo, ValidatorUpdate. See ADR-018 | 6 years ago |