mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 05:25:35 +00:00
When set to true, an invalid transaction will be kept in the cache (this may help some applications to protect against spam). NOTE: this is a temporary config option. The more correct solution would be to add a TTL to each transaction (i.e. CheckTx may return a TTL in ResponseCheckTx). Closes: #5751
32 lines
638 B
Markdown
32 lines
638 B
Markdown
# Unreleased Changes
|
|
|
|
## v0.34.1
|
|
|
|
Special thanks to external contributors on this release:
|
|
|
|
Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).
|
|
|
|
### BREAKING CHANGES
|
|
|
|
- CLI/RPC/Config
|
|
|
|
- [cli] \#5786 deprecate snake_case commands for hyphen-case (@cmwaters)
|
|
|
|
- Apps
|
|
|
|
- P2P Protocol
|
|
|
|
- Go API
|
|
|
|
- Blockchain Protocol
|
|
|
|
### FEATURES
|
|
|
|
### IMPROVEMENTS
|
|
|
|
- [mempool] \#5813 Add `keep-invalid-txs-in-cache` config option. When set to true, mempool will keep invalid transactions in the cache (@p4u)
|
|
|
|
### BUG FIXES
|
|
|
|
- [crypto] \#5707 Fix infinite recursion in string formatting of Secp256k1 keys (@erikgrinaker)
|