diff --git a/upgrade.html b/upgrade.html --- a/upgrade.html +++ b/upgrade.html @@ -7,17 +7,17 @@
May 15, 2023 Upgrade +

What happened?

+

The planned upgrade of the eCash network has successfully been completed. The first post-upgrade block is block number 792117.

Who needs to upgrade?

All operators of a Bitcoin ABC full node must upgrade to the latest major version (0.27.x). This includes Avalanche staking nodes, Miners and Exchanges. The up-to-date node version is available at our Releases page.

-

Exactly when will the upgrade activate?

-

In order to activate reliably at a predictable time, the network upgrade uses the "Median Time Past" mechanism. The upgrade activates when the median of the last 11 blocks reaches timestamp 1684152000 (12:00:00 UTC on May 15th, 2023). This means that the upgrade doesn't actually activate exactly at that time, but typically about one hour later, when 6 blocks with timestamps greater than the activation time have been produced.

What features are included in the Network Upgrade?

Consensus-enforced transaction version

-

The version field of eCash transactions will be restricted to versions 1 or 2 by the consensus rules. This means that blocks containing a transaction with a different version number can no longer be mined. The purpose of this change is to pave the way for future implementation of a new transaction format. It will allow the new transaction format to use a version number that has never been used before in the eCash blockchain. This rule was previously enforced by policy, so no wallet update is required.

+

The version field of eCash transactions is now restricted to versions 1 or 2 by the consensus rules. This means that blocks containing a transaction with a different version number can no longer be mined. The purpose of this change is to pave the way for future implementation of a new transaction format. It will allow the new transaction format to use a version number that has never been used before in the eCash blockchain. This rule was previously enforced by policy, so no wallet update is required.

Miner fund moved out of consensus rules

-

The miner fund, part of the block reward that is funding eCash network development, will no longer be enforced by consensus. It will be enforced by policy, and a block that contains an invalid or no miner fund output will be rejected by Avalanche Post-Consensus. This will make it easier for updating the miner fund parameters such as the acceptable addresses.

+

The miner fund, part of the block reward that is funding eCash network development, is no longer be enforced by consensus. It is now enforced by policy, and a block that contains an invalid or no miner fund output will be rejected by Avalanche Post-Consensus. This makes it easier to update the miner fund parameters such as the acceptable addresses.

Removed chained transactions limits

-

After the upgrade activates, Bitcoin ABC nodes will start accepting an unlimited number of chained transactions in the mempool. This was limited to 50 transactions before the upgrade. Note that this is a policy change and has no impact on the consensus rules.

+

With the upgrade activated, Bitcoin ABC nodes now accept an unlimited number of chained transactions in the mempool. This was limited to 50 transactions before the upgrade. Note that this is a policy change and has no impact on the consensus rules.

How do I upgrade?

{% assign latestVersion = site.data.github-releases[0].name %}

The process of upgrading your node is straightforward: simply stop the currently running node, download the new version, and start the new version. Here are some example instructions for upgrading from version 0.26.13 to the latest version ({{ latestVersion }}) on Linux: