diff --git a/web/e.cash/components/navbar/index.js b/web/e.cash/components/navbar/index.js --- a/web/e.cash/components/navbar/index.js +++ b/web/e.cash/components/navbar/index.js @@ -66,7 +66,7 @@ - The network upgrade has activated! + Prepare for the eCash network upgrade! Click here for more details diff --git a/web/e.cash/pages/upgrade.js b/web/e.cash/pages/upgrade.js --- a/web/e.cash/pages/upgrade.js +++ b/web/e.cash/pages/upgrade.js @@ -9,15 +9,15 @@ import { Container, GradientSpacer } from '/components/atoms'; import pins from '/public/animations/pins.json'; -const latestVersion = `0.28.4`; -const oldVersion = `0.27.15`; +const latestVersion = `0.29.0`; +const oldVersion = `0.28.12`; function Upgrade(props) { return (

@@ -29,15 +29,6 @@ -

-

- The planned upgrade of the eCash network has successfully - been completed. The first post-upgrade block is block number{' '} - - 818670 - - . -

All operators of a Bitcoin ABC full node must upgrade to the @@ -48,37 +39,47 @@ .

+

+

+ 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 1715774400 (12:00:00 UTC on May + 15th, 2024). This means that the upgrade does not 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. +

- Staking Rewards -

- A block policy is added that 10% of the block reward is - allocated as a staking reward. There is one recipient in - each block, chosen from the avalanche quorum. The reward is - sent to the Proof `payoutAddress` field, chosen - deterministically from the quorum based on the previous - block hash, with probability weighted by the Proof's - stake amount. -

- eCash miners must ensure that their mining setup is properly - configured to add the staking rewards to the coinbase - outputs. The payout address and amount are available via the - `getblocktemplate` RPC. + There are no consensus changes activating at the upgrade, + however the upgrade release includes the Chronik indexer as + an opt-in option to the Bitcoin ABC node software for Linux + and Windows.

- Miner fund increase

- The miner fund, part of the block reward that is funding - eCash network development, was increased from 8% of the - block reward to 32%. + Chronik gives you access to a brand new API to get notified + of finalized blocks, retrieve transaction history by eCash + address, gather eToken transaction data, and much more. To + enable Chronik, simply turn it on with the{' '} + -chronik option.

- eCash miners must ensure that their mining setup is properly - configured to use the proper miner fund amount. This - information is available via the `getblocktemplate` RPC. + Take a look at the full{' '} + + Setup and API documentation + {' '} + to get an overview of the features, and start building your + own application with the{' '} + + chronik-client + {' '} + to get an overview npm package.

+

The network upgrade only affects full nodes. Other eCash