mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 21:14:53 +00:00
* config: cors options are arrays of strings, not strings
Fixes #2980
* docs: update tendermint-core/configuration.html page
* set allow_duplicate_ip to false
* in `tendermint testnet`, set allow_duplicate_ip to true
Refs #2712
* fixes after Ismail's review
* Revert "set allow_duplicate_ip to false"
This reverts commit 24c1094ebc.
817 B
817 B
v0.27.1
TBD
Special thanks to external contributors on this release:
BREAKING CHANGES:
-
CLI/RPC/Config
-
Apps
-
Go API
-
Blockchain Protocol
-
P2P Protocol
FEATURES:
IMPROVEMENTS:
- [rpc] Add
UnconfirmedTxs(limit)andNumUnconfirmedTxs()methods to HTTP/Local clients (@danil-lashin) - [ci/cd] Updated CircleCI job to trigger website build when docs are updated
BUG FIXES:
- [config] #2980 fix cors options formatting
- [kv indexer] #2912 don't ignore key when executing CONTAINS
- [mempool] #2961 notifyTxsAvailable if there're txs left after committing a block, but recheck=false
- [mempool] #2994 Don't allow txs with negative gas wanted
- [p2p] #2715 fix a bug where seeds don't disconnect from a peer after 3h
- [replay] #3006 saveState only when stateHeight is also 0