Home
last modified time | relevance | path

Searched defs:StateDB (Results 1 – 25 of 94) sorted by relevance

1234

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/
H A Dstatedb.go68 trie Trie
87 dbErr error
90 refund uint64
92 thash common.Hash
93 txIndex int
95 logSize uint
106 nextRevisionId int
121 AccountUpdated int
122 StorageUpdated int
123 AccountDeleted int
[all …]
H A Diterator.go48 func NewNodeIterator(state *StateDB) *NodeIterator {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dcontracts_test.go35 NoBenchmark bool // Benchmark primarily the worst-cases
43 Name string
44 }
45
46 // allPrecompiles does not map to the actual set of precompiles, as it also contains
50 common.BytesToAddress([]byte{2}): &sha256hash{},
H A Dinstructions_test.go102 for i, test := range tests {
127 {"0000000000000000000000000000000000000000000000000000000000102030", "1E", "20"},
/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 Dtypes.go35 …ValidateState(block, parent *types.Block, state *state.StateDB, receipts types.Receipts, usedGas u…
45 …Process(block *types.Block, statedb *state.StateDB, cfg vm.Config) (types.Receipts, []*types.Log, …
H A Devm.go89 func CanTransfer(db vm.StateDB, addr common.Address, amount *big.Int) bool {
94 func Transfer(db vm.StateDB, sender, recipient common.Address, amount *big.Int) {
H A Dstate_processor.go88 …ainConfig, bc ChainContext, author *common.Address, gp *GasPool, statedb *state.StateDB, header *t…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/core/state/
H A Dmanaged_state.go32 *StateDB anonMember
40 func ManageState(statedb *StateDB) *ManagedState {
H A Diterator.go47 func NewNodeIterator(state *StateDB) *NodeIterator {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dstate_processor.go95 …ainConfig, bc ChainContext, author *common.Address, gp *GasPool, statedb *state.StateDB, blockNumb…
144 …ainConfig, bc ChainContext, author *common.Address, gp *GasPool, statedb *state.StateDB, header *t…
H A Dtx_noncer.go36 func newTxNoncer(statedb *state.StateDB) *txNoncer {
H A Dstate_prefetcher.go88 …msg types.Message, config *params.ChainConfig, gaspool *GasPool, statedb *state.StateDB, header *t…
/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 Ddao.go74 func ApplyDAOHardFork(statedb *state.StateDB) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/misc/
H A Ddao.go74 func ApplyDAOHardFork(statedb *state.StateDB) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/state/
H A Dupgrade_int_test.go123 func checkUpgradedAlloc(t *testing.T, path string, db StateDB, alloc *structs.Allocation) {
H A Ddb_test.go43 func testDB(t *testing.T, f func(*testing.T, StateDB)) { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/
H A Dstate_accessor.go48 func (eth *Ethereum) StateAtBlock(block *types.Block, reexec uint64, base *state.StateDB, checkLive…
H A Dapi_test.go36 func accountRangeTest(t *testing.T, trie *state.Trie, statedb *state.StateDB, start common.Hash, re…
/dports/sysutils/nomad/nomad-1.1.0/client/state/
H A Dupgrade_int_test.go123 func checkUpgradedAlloc(t *testing.T, path string, db StateDB, alloc *structs.Allocation) {
H A Ddb_test.go46 func testDB(t *testing.T, f func(*testing.T, StateDB)) { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/ethash/
H A Dconsensus.go593 …Finalize(chain consensus.ChainHeaderReader, header *types.Header, state *state.StateDB, txs []*typ…
601 …Assemble(chain consensus.ChainHeaderReader, header *types.Header, state *state.StateDB, txs []*typ…
645 func accumulateRewards(config *params.ChainConfig, state *state.StateDB, header *types.Header, uncl…
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/
H A Dconfig_darwin64.h93 #define HAVE_ALTIVEC_EXTERNAL 0
94 #define HAVE_DCBZL_EXTERNAL 0
101 #define HAVE_AMD3DNOWEXT_EXTERNAL 1
102 #define HAVE_AVX_EXTERNAL 1
/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.go106 StateDB StateDB member
132 func NewEVM(ctx Context, statedb StateDB, chainConfig *params.ChainConfig, vmConfig Config) *EVM {
/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.go567 …hash) Finalize(chain consensus.ChainReader, header *types.Header, state *state.StateDB, txs []*typ…
608 func accumulateRewards(config *params.ChainConfig, state *state.StateDB, header *types.Header, uncl…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/
H A Dconfig.go28 StateDB cstate.StateDB member

1234