Packages

package fork

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ContractInteroperabilityFork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
  2. 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
  3. case class Version1_2_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
  4. case class Version1_3_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
  5. case class Version1_4_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
  6. case class Version1_5_0Fork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable
  7. case class ZenDAOFork(active: Boolean = false) extends OptionalSidechainFork with Product with Serializable

Value Members

  1. object ContractInteroperabilityFork extends Serializable
  2. object GasFeeFork extends Serializable
  3. 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.
  4. 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
  5. 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.
  6. 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.
  7. object ZenDAOFork extends Serializable

Ungrouped