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 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 ZenDAOFork extends Serializable

Ungrouped