rickyyangz
0b3a87a323
mempool: correct args order in the log msg (#3221)
Before: Unexpected tx response from proxy during recheck\n Expected: {r.CheckTx.Data}, got: {memTx.tx} After: Unexpected tx response from proxy during recheck\n Expected: {memTx.tx}, got: {tx} Closes #3214 |
6 years ago | |
---|---|---|
.. | ||
bench_test.go | clist: speedup Next by removing defers (#2511) | 6 years ago |
mempool.go | mempool: correct args order in the log msg (#3221) | 6 years ago |
mempool_test.go | mempool: enforce maxMsgSize limit in CheckTx (#3168) | 6 years ago |
metrics.go | add "chain_id" label for all metrics (#3123) | 6 years ago |
reactor.go | mempool: enforce maxMsgSize limit in CheckTx (#3168) | 6 years ago |
reactor_test.go | abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) | 6 years ago |
wire.go | alias amino imports (#3219) | 6 years ago |