github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/FORKED_CHANGELOG.md (about)

     1  # Changelog
     2  
     3  
     4  ## Current
     5  
     6  November 16 2022
     7  
     8  ### FEATURES
     9  
    10  - Gossip TxKey in proposal and allow validators to proactively create blocks from txs in mempool
    11  - [Hard rollback by deleting app and block states](https://github.com/sei-protocol/sei-tendermint/pull/24)
    12      - Cherry picked from this [PR](https://github.com/tendermint/tendermint/pull/9261) with some modifications
    13  
    14  ### IMPROVEMENTS
    15  
    16  - Increase block part size and delay fsync
    17  - Increase WAL message size
    18  - Add tracing
    19  
    20  ### BUG FIXES
    21  
    22  - Fix open connection race conditions within p2p channels by waiting synchronously for descriptors to be registered before establishing peer connections
    23