Releases: reef-defi/reef-chain
v10
Reef v10
Reef v10 features and improvements:
- on chain multisig accounts
- transaction batching support (via Utilities pallet)
- consistent storage costs across all modules
- removed storage deposit refund when destructing live contracts
- enhanced EVM events with additional metadata (caller/maintainer and gas usage)
- ability to create forks in development mode
Upgrade instructions
The node operators do not need to do anything, because this release will be rolled out as an on-chain runtime upgrade.
All apps must upgrade the their evm-provider to the latest version on NPM. All apps interacting with EVM must upgrade their event processing logic according with the v10 changes.
Live rollout
Testnet upgraded to v10 on block 3,679,422.
Mainnet upgraded to v10 on block 3,780,541.
v9
Reef v9
Testnet upgraded to v9 on block 3,662,452.
Mainnet upgrade has been skipped and rolled up into v10 release.
v8
Reef v8
Reef v8 is the largest blockchain upgrade yet:
- Upgraded from Polkadot Substrate 3 to Substrate 4
- Upgraded Ethereum virtual machine (EVM) to post London fork
- Support for live chain forking in development mode
- Support for blockchain database snapshots /w Postgres mirroring
- Improved integration tests suite
Upgrade instructions
This release also requires node upgrade.
!!! All users must upgrade the their Reef node to 4.0.0 !!!
Chain re-sync is not required.
git checkout v8
make release
Full node compilation instructions are available here.
Live rollout
Testnet upgraded to v8 on block 1293333.
Mainnet upgraded to v8 on block 1408888.
Reef chain v7
This release fixes EVM storage hash bug introduced in v6.
The smart contracts deployed on testnet from block 1,077,077 to 1,145,000 have been lost. Any smart contracts affected by address overwriting will have to be redeployed as well.
Mainnet has been unaffected.
Reef chain v6
This release packs the runtime and node upgrade for Reef chain.
The node upgrade is not mandatory, but recommended.
Mainnet
Testnet 5
Reef Testnet 5 is live.
The Reef Testnet 5 is live. It mostly contains bugfixes and is aimed at developers. The main focus of this release is extensive testing and deployment of EVM applications on top of Reef chain.
Testnet 4
Reef Testnet 4 is live.
The Reef Testnet 4 is live. It mostly contains bugfixes and is aimed at developers. The main focus of this release is extensive testing and deployment of EVM applications on top of Reef chain.
Release Candidate 1
rc-1 rc1
Testnet 3
Reef Testnet 3 is live.
The Reef Testnet 3 is live. It mostly contains bugfixes and is aimed at developers. The main focus of this release is extensive testing and deployment of EVM applications on top of Reef chain.