Files
tendermint/CHANGELOG_PENDING.md
Ethan Buchman 7c9e767e1f 2980 fix cors (#3021)
* 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.
2018-12-15 15:26:27 -05:00

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) and NumUnconfirmedTxs() 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