github stacks-network/stacks-core 2.0.5
Release 2.0.5

latest releases: 2.5.0.0.7, 2.5.0.0.8-rc1, signer-2.5.0.0.5.2...
3 years ago

Note: This release contains a database schema change and therefore a fresh working directory must be used to spin up the node.

During this, miners are recommended to use the new --mine-at-height command line argument which will instruct the node to not mine until the Stacks chain has synchronized to the provided Stacks block height.

Added

  • Miner heuristic for handling relatively large or computationally
    expensive transactions: such transactions will be dropped from the
    mempool to prevent miners from re-attempting them once they fail.
    Miners can also now continue processing transactions that are
    behind those transactions in the mempool "queue".

Fixed

  • Miner block assembly now uses the correct block limit available via
    the node config
  • tx_fees_streamed_produced fees are included in miner coinbase
    events for event observers
  • SQLite indexes are now correctly created on database instantion

Changed

  • STX unlock events are now sent over the events endpoint bundled
    into an associated unlock transaction
  • Atlas attachments networking endpoints are disabled for this
    release, while networking issues are addressed in the
    implementation

Don't miss a new stacks-core release

NewReleases is sending notifications on new releases.