Home
last modified time | relevance | path

Searched defs:ChainConfig (Results 1 – 25 of 64) sorted by relevance

123

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/params/
H A Dconfig.go326 type ChainConfig struct { struct
356 Ethash *EthashConfig `json:"ethash,omitempty"`
357 Clique *CliqueConfig `json:"clique,omitempty"`
380 func (c *ChainConfig) String() string {
417 func (c *ChainConfig) IsDAOFork(num *big.Int) bool {
422 func (c *ChainConfig) IsEIP150(num *big.Int) bool {
427 func (c *ChainConfig) IsEIP155(num *big.Int) bool {
432 func (c *ChainConfig) IsEIP158(num *big.Int) bool {
464 func (c *ChainConfig) IsBerlin(num *big.Int) bool {
469 func (c *ChainConfig) IsLondon(num *big.Int) bool {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/params/
H A Dconfig.go144 type ChainConfig struct { struct
164 Ethash *EthashConfig `json:"ethash,omitempty"`
165 Clique *CliqueConfig `json:"clique,omitempty"`
188 func (c *ChainConfig) String() string {
213 func (c *ChainConfig) IsHomestead(num *big.Int) bool {
218 func (c *ChainConfig) IsDAOFork(num *big.Int) bool {
223 func (c *ChainConfig) IsEIP150(num *big.Int) bool {
228 func (c *ChainConfig) IsEIP155(num *big.Int) bool {
233 func (c *ChainConfig) IsEIP158(num *big.Int) bool {
248 func (c *ChainConfig) IsEWASM(num *big.Int) bool {
[all …]
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/stream/
H A Dconfig.hh12 struct ChainConfig { struct
15 ChainConfig() {} in ChainConfig() argument
25 ChainConfig(std::size_t in_entry_size, std::size_t in_block_count, std::size_t in_total_memory) in ChainConfig() function
31 std::size_t entry_size;
36 std::size_t block_count;
43 std::size_t total_memory;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/forkid/
H A Dforkid.go69 func NewID(config *params.ChainConfig, genesis common.Hash, head uint64) ID {
109 func NewStaticFilter(config *params.ChainConfig, genesis common.Hash) Filter {
117 func newFilter(config *params.ChainConfig, genesis common.Hash, headfn func() uint64) Filter {
215 func gatherForks(config *params.ChainConfig) []uint64 {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/misc/
H A Deip1559.go32 func VerifyEip1559Header(config *params.ChainConfig, parent, header *types.Header) error {
55 func CalcBaseFee(config *params.ChainConfig, parent *types.Header) *big.Int {
H A Dforks.go30 func VerifyForkHashes(config *params.ChainConfig, header *types.Header, uncle bool) error {
H A Ddao.go47 func VerifyDAOHeaderExtraData(config *params.ChainConfig, header *types.Header) error {
H A Deip1559_test.go30 func copyConfig(original *params.ChainConfig) *params.ChainConfig {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dstate_processor.go44 func NewStateProcessor(config *params.ChainConfig, bc *BlockChain, engine consensus.Engine) *StateP…
95 func applyTransaction(msg types.Message, config *params.ChainConfig, bc ChainContext, author *commo…
144 func ApplyTransaction(config *params.ChainConfig, bc ChainContext, author *common.Address, gp *GasP…
H A Dstate_prefetcher.go39 func newStatePrefetcher(config *params.ChainConfig, bc *BlockChain, engine consensus.Engine) *state…
88 func precacheTransaction(msg types.Message, config *params.ChainConfig, gaspool *GasPool, statedb *…
H A Dstate_processor_test.go306 …*types.Block, engine consensus.Engine, txs types.Transactions, config *params.ChainConfig) *types.…
H A Dblock_validator.go40 func NewBlockValidator(config *params.ChainConfig, blockchain *BlockChain, engine consensus.Engine)…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/
H A Dworker_test.go119 func newTestWorkerBackend(t *testing.T, chainConfig *params.ChainConfig, engine consensus.Engine, d…
197 func newTestWorker(t *testing.T, chainConfig *params.ChainConfig, engine consensus.Engine, db ethdb…
275 func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consensus.Engine) {
379 func testRegenerateMiningBlock(t *testing.T, chainConfig *params.ChainConfig, engine consensus.Engi…
439 func testAdjustInterval(t *testing.T, chainConfig *params.ChainConfig, engine consensus.Engine) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dodr_test.go48 func odrGetBlock(ctx context.Context, db ethdb.Database, config *params.ChainConfig, bc *core.Block…
66 func odrGetReceipts(ctx context.Context, db ethdb.Database, config *params.ChainConfig, bc *core.Bl…
88 func odrAccounts(ctx context.Context, db ethdb.Database, config *params.ChainConfig, bc *core.Block…
124 func odrContractCall(ctx context.Context, db ethdb.Database, config *params.ChainConfig, bc *core.B…
171 func odrTxStatus(ctx context.Context, db ethdb.Database, config *params.ChainConfig, bc *core.Block…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/
H A Dstate_processor.go41 func NewStateProcessor(config *params.ChainConfig, bc *BlockChain, engine consensus.Engine) *StateP…
88 func ApplyTransaction(config *params.ChainConfig, bc ChainContext, author *common.Address, gp *GasP…
H A Dblock_validator.go39 func NewBlockValidator(config *params.ChainConfig, blockchain *BlockChain, engine consensus.Engine)…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/misc/
H A Dforks.go30 func VerifyForkHashes(config *params.ChainConfig, header *types.Header, uncle bool) error {
H A Ddao.go47 func VerifyDAOHeaderExtraData(config *params.ChainConfig, header *types.Header) error {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/devp2p/internal/ethtest/
H A Dtransaction.go342 func generateTx(chainConfig *params.ChainConfig, nonce uint64, gas uint64) *types.Transaction {
412 func signWithFaucet(chainConfig *params.ChainConfig, tx *types.Transaction) *types.Transaction {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/rawdb/
H A Daccessors_metadata.go61 func WriteChainConfig(db DatabaseWriter, hash common.Hash, cfg *params.ChainConfig) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/vm/
H A Devm.go132 func NewEVM(ctx Context, statedb StateDB, chainConfig *params.ChainConfig, vmConfig Config) *EVM {
449 func (evm *EVM) ChainConfig() *params.ChainConfig { return evm.chainConfig } func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/gasprice/
H A Dgasprice_test.go90 func (b *testBackend) ChainConfig() *params.ChainConfig { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/rawdb/
H A Daccessors_metadata.go71 func WriteChainConfig(db ethdb.KeyValueWriter, hash common.Hash, cfg *params.ChainConfig) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/ethash/
H A Dconsensus.go313 func CalcDifficulty(config *params.ChainConfig, time uint64, parent *types.Header) *big.Int {
608 func accumulateRewards(config *params.ChainConfig, state *state.StateDB, header *types.Header, uncl…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dinstructions_test.go127 {"0000000000000000000000000000000000000000000000000000000000102030", "1E", "20"},
128 {"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff", "20", "00"},
516 func TestOpMstore(t *testing.T) {

123