Skip to content

v0.22.4

Compare
Choose a tag to compare
@xgreenx xgreenx released this 09 Mar 00:24
a31f64b

Version v0.22.4

Added

  • #1743: Added blacklisting of the transactions on the TxPool level.
          --tx-blacklist-addresses <TX_BLACKLIST_ADDRESSES>
              The list of banned addresses ignored by the `TxPool`
    
              [env: TX_BLACKLIST_ADDRESSES=]
    
          --tx-blacklist-coins <TX_BLACKLIST_COINS>
              The list of banned coins ignored by the `TxPool`
    
              [env: TX_BLACKLIST_COINS=]
    
          --tx-blacklist-messages <TX_BLACKLIST_MESSAGES>
              The list of banned messages ignored by the `TxPool`
    
              [env: TX_BLACKLIST_MESSAGES=]
    
          --tx-blacklist-contracts <TX_BLACKLIST_CONTRACTS>
              The list of banned contracts ignored by the `TxPool`
    
              [env: TX_BLACKLIST_CONTRACTS=]

What's Changed

  • Added blacklisting transaction on the TxPool by @xgreenx in #1743

Full Changelog: v0.22.3...v0.22.4