github FuelLabs/fuel-core v0.22.4

latest releases: v0.47.1, v0.47.0, v0.46.0...
20 months ago

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

Don't miss a new fuel-core release

NewReleases is sending notifications on new releases.