Versions in this module Expand all Collapse all v1 v1.0.0 Jan 22, 2019 Changes in this version + const BloomBitsBlocks + const BloomBitsBlocksClient + const BloomConfirms + const BloomTrieFrequency + const Bn256AddGas + const Bn256PairingBaseGas + const Bn256PairingPerPointGas + const Bn256ScalarMulGas + const CHTFrequencyClient + const CHTFrequencyServer + const CallCreateDepth + const CallGas + const CallNewAccountGas + const CallStipend + const CallValueTransferGas + const CopyGas + const Create2Gas + const CreateDataGas + const CreateGas + const EcrecoverGas + const EpochDuration + const Ether + const ExpByteGas + const ExpGas + const GWei + const GasLimitBoundDivisor + const GenesisGasLimit + const HelperTrieConfirmations + const HelperTrieProcessConfirmations + const IdentityBaseGas + const IdentityPerWordGas + const JumpdestGas + const LogDataGas + const LogGas + const LogTopicGas + const MaxCodeSize + const MaximumExtraDataSize + const MemoryGas + const MinGasLimit + const ModExpQuadCoeffDiv + const QuadCoeffDiv + const Ripemd160BaseGas + const Ripemd160PerWordGas + const Sha256BaseGas + const Sha256PerWordGas + const Sha3Gas + const Sha3WordGas + const SloadGas + const SstoreClearGas + const SstoreRefundGas + const SstoreResetGas + const SstoreSetGas + const StackLimit + const SuicideRefundGas + const TierStepGas + const TxDataNonZeroGas + const TxDataZeroGas + const TxGas + const TxGasContractCreation + const VersionMajor + const VersionMeta + const VersionMinor + const VersionPatch + const Wei + const WinchainMaximumExtraDataSize + const WinchainVersionMajor + const WinchainVersionMinor + const WinchainVersionPatch + var AllAlienProtocolChanges = &ChainConfig + var AllCliqueProtocolChanges = &ChainConfig + var AllEthashProtocolChanges = &ChainConfig + var DAOForkBlockExtra = common.FromHex("0x64616f2d686172642d666f726b") + var DAOForkExtraRange = big.NewInt(10) + var DAORefundContract = common.HexToAddress("0xbf4ed7b27f1d666546e30d74d50d173d20bca754") + var DifficultyBoundDivisor = big.NewInt(2048) + var DiscoveryV5Bootnodes = []string + var DurationLimit = big.NewInt(13) + var GasTableConstantinople = GasTable + var GasTableEIP150 = GasTable + var GasTableEIP158 = GasTable + var GasTableHomestead = GasTable + var GenesisDifficulty = big.NewInt(131072) + var LuckyWinChainConfig = &ChainConfig + var LuckyWinGenesisHash = common.HexToHash("0x79613748e5aeeb87d1562331c0251ce23136a9814fc845069bcd939ec2b6b54b") + var MainnetBootnodes = []string + var MainnetChainConfig = &ChainConfig + var MainnetGenesisHash = common.HexToHash("0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3") + var MinimumDifficulty = big.NewInt(131072) + var OttomanBootnodes = []string + var OttomanChainConfig = &ChainConfig + var RinkebyBootnodes = []string + var RinkebyChainConfig = &ChainConfig + var RinkebyGenesisHash = common.HexToHash("0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177") + var TestChainConfig = &ChainConfig + var TestRules = TestChainConfig.Rules(new(big.Int)) + var TestnetBootnodes = []string + var TestnetChainConfig = &ChainConfig + var TestnetGenesisHash = common.HexToHash("0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d") + var Version = func() string { ... }() + var VersionWithMeta = func() string { ... }() + var WinchainTestChainConfig = &ChainConfig + var WinchainVersion = func() string { ... }() + func ArchiveVersion(gitCommit string) string + func DAODrainList() []common.Address + func GetMaximumExtraDataSize(isWinchain bool) uint64 + func VersionWithCommit(gitCommit string) string + func WinchainVersionWithCommit(gitCommit string) string + type ChainConfig struct + ByzantiumBlock *big.Int + ChainID *big.Int + Clique *CliqueConfig + ConstantinopleBlock *big.Int + DAOForkBlock *big.Int + DAOForkSupport bool + DPos *DPosConfig + EIP150Block *big.Int + EIP150Hash common.Hash + EIP155Block *big.Int + EIP158Block *big.Int + Ethash *EthashConfig + GasFeeConfig *GasFeeConfig + HomesteadBlock *big.Int + IsWinchain bool + Istanbul *IstanbulConfig + Raft *RaftConfig + WPoa *WPoaConfig + func (c *ChainConfig) CheckCompatible(newcfg *ChainConfig, height uint64) *ConfigCompatError + func (c *ChainConfig) GasTable(num *big.Int) GasTable + func (c *ChainConfig) IsByzantium(num *big.Int) bool + func (c *ChainConfig) IsConstantinople(num *big.Int) bool + func (c *ChainConfig) IsDAOFork(num *big.Int) bool + func (c *ChainConfig) IsEIP150(num *big.Int) bool + func (c *ChainConfig) IsEIP155(num *big.Int) bool + func (c *ChainConfig) IsEIP158(num *big.Int) bool + func (c *ChainConfig) IsHomestead(num *big.Int) bool + func (c *ChainConfig) Rules(num *big.Int) Rules + func (c *ChainConfig) String() string + type CliqueConfig struct + Epoch uint64 + Period uint64 + func (c *CliqueConfig) String() string + type ConfigCompatError struct + NewConfig *big.Int + RewindTo uint64 + StoredConfig *big.Int + What string + func (err *ConfigCompatError) Error() string + type DPosConfig struct + Epoch uint64 + GenesisTimestamp uint64 + MaxSignerCount uint64 + MinVoterBalance *big.Int + Period uint64 + SelfVoteSigners []common.Address + func (c *DPosConfig) String() string + type EthashConfig struct + func (c *EthashConfig) String() string + type GasFeeConfig struct + GasFeeLimit uint64 + GaspriceLimit uint64 + IsGasFeeZero bool + IsGaspriceZero bool + type GasTable struct + Balance uint64 + Calls uint64 + CreateBySuicide uint64 + ExpByte uint64 + ExtcodeCopy uint64 + ExtcodeHash uint64 + ExtcodeSize uint64 + SLoad uint64 + Suicide uint64 + type IstanbulConfig struct + Epoch uint64 + Period uint64 + ProposerPolicy uint64 + func (c *IstanbulConfig) String() string + type RaftConfig struct + func (c *RaftConfig) String() string + type Rules struct + ChainID *big.Int + IsByzantium bool + IsEIP150 bool + IsEIP155 bool + IsEIP158 bool + IsHomestead bool + type WPoaConfig struct + Epoch uint64 + Period uint64 + func (c *WPoaConfig) String() string