package fork
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class ContractInteroperabilityFork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
- case class GasFeeFork(blockGasLimit: BigInteger = BigInteger.valueOf(30000000), baseFeeElasticityMultiplier: BigInteger = BigInteger.valueOf(2), baseFeeChangeDenominator: BigInteger = BigInteger.valueOf(8), baseFeeMinimum: BigInteger = BigInteger.ZERO) extends OptionalSidechainFork with Product with Serializable
- case class Version1_2_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
- case class Version1_3_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
- case class Version1_4_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
- case class Version1_5_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
- case class ZenDAOFork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
Value Members
- object ContractInteroperabilityFork extends Serializable
- object GasFeeFork extends Serializable
-
object
Version1_2_0Fork extends Serializable
This fork introduces 2 major changes:
This fork introduces 2 major changes:
- 1. Allow Forward Transfer to Smart Contact addresses
- 2. Allow sending funds with a FT to a Forger Pool address, these funds will be distributed between forgers at the end of withdrawal epoch.
-
object
Version1_3_0Fork extends Serializable
This fork introduces the following major changes:
This fork introduces the following major changes:
- 1. It enables the new features introduced with Ethereum Shanghai Upgrade
-
object
Version1_4_0Fork extends Serializable
This fork introduces the following major changes:
This fork introduces the following major changes:
- 1. It enables new stake delegation management
- 2. It enables max cap for mainchain forger reward distribution based on mainchain coinbase.
- 2. It enables the minimum stake for forgers for participating in the Lottery.
-
object
Version1_5_0Fork extends Serializable
This fork introduces the following major changes:
This fork introduces the following major changes:
- 1. It disables the backward transfers submissions as part of the strategy which stops any cross-chain transfer operation between Mainchain and Sidechain with a view to EON2 migration.
- object ZenDAOFork extends Serializable