Home
last modified time | relevance | path

Searched refs:ChainReader (Results 1 – 19 of 19) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/
H A Dconsensus.go32 type ChainReader interface { interface
62 VerifyHeader(chain ChainReader, header *types.Header, seal bool) error argument
68 …VerifyHeaders(chain ChainReader, headers []*types.Header, seals []bool) (chan<- struct{}, <-chan e… argument
72 VerifyUncles(chain ChainReader, block *types.Block) error argument
76 VerifySeal(chain ChainReader, header *types.Header) error argument
80 Prepare(chain ChainReader, header *types.Header) error argument
86 Finalize(chain ChainReader, header *types.Header, state *state.StateDB, txs []*types.Transaction, argument
94 …Seal(chain ChainReader, block *types.Block, results chan<- *types.Block, stop <-chan struct{}) err… argument
101 CalcDifficulty(chain ChainReader, time uint64, parent *types.Header) *big.Int argument
104 APIs(chain ChainReader) []rpc.API argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/consensus/clique/
H A Dclique.go246 func (c *Clique) VerifyHeader(chain consensus.ChainReader, header *types.Header, seal bool) error {
253 func (c *Clique) VerifyHeaders(chain consensus.ChainReader, headers []*types.Header, seals []bool) …
275 func (c *Clique) verifyHeader(chain consensus.ChainReader, header *types.Header, parents []*types.H…
338 func (c *Clique) verifyCascadingFields(chain consensus.ChainReader, header *types.Header, parents […
457 func (c *Clique) VerifyUncles(chain consensus.ChainReader, block *types.Block) error {
466 func (c *Clique) VerifySeal(chain consensus.ChainReader, header *types.Header) error {
474 func (c *Clique) verifySeal(chain consensus.ChainReader, header *types.Header, parents []*types.Hea…
517 func (c *Clique) Prepare(chain consensus.ChainReader, header *types.Header) error {
603 func (c *Clique) Seal(chain consensus.ChainReader, block *types.Block, results chan<- *types.Block,…
676 func (c *Clique) CalcDifficulty(chain consensus.ChainReader, time uint64, parent *types.Header) *bi…
[all …]
H A Dapi.go29 chain consensus.ChainReader
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dforkchoice.go35 type ChainReader interface { interface
49 chain ChainReader
59 func NewForkChoice(chainReader ChainReader, preserve func(header *types.Header) bool) *ForkChoice { argument
H A Dchain_makers.go287 func makeHeader(chain consensus.ChainReader, parent *types.Block, state *state.StateDB, engine cons… argument
/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.go85 func (ethash *Ethash) VerifyHeader(chain consensus.ChainReader, header *types.Header, seal bool) er… argument
106 func (ethash *Ethash) VerifyHeaders(chain consensus.ChainReader, headers []*types.Header, seals []b… argument
168 func (ethash *Ethash) verifyHeaderWorker(chain consensus.ChainReader, headers []*types.Header, seal… argument
186 func (ethash *Ethash) VerifyUncles(chain consensus.ChainReader, block *types.Block) error { argument
239 func (ethash *Ethash) verifyHeader(chain consensus.ChainReader, header, parent *types.Header, uncle… argument
306 func (ethash *Ethash) CalcDifficulty(chain consensus.ChainReader, time uint64, parent *types.Header… argument
484 func (ethash *Ethash) VerifySeal(chain consensus.ChainReader, header *types.Header) error { argument
491 func (ethash *Ethash) verifySeal(chain consensus.ChainReader, header *types.Header, fulldag bool) e… argument
556 func (ethash *Ethash) Prepare(chain consensus.ChainReader, header *types.Header) error { argument
567 func (ethash *Ethash) Finalize(chain consensus.ChainReader, header *types.Header, state *state.Stat… argument
H A Dsealer.go50 func (ethash *Ethash) Seal(chain consensus.ChainReader, block *types.Block, results chan<- *types.B… argument
H A Dethash.go694 func (ethash *Ethash) APIs(chain consensus.ChainReader) []rpc.API {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/
H A Dconsensus.go54 type ChainReader interface {
81 VerifyUncles(chain ChainReader, block *types.Block) error
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/coordinates/
H A Dchain.py142 class ChainReader(base.ProtoReader): class
235 super(ChainReader, self).__init__()
625 super(ChainReader, self).add_transformations(*transformations)
/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 Dchain_makers.go39 chainReader consensus.ChainReader
231 func makeHeader(chain consensus.ChainReader, parent *types.Block, state *state.StateDB, engine cons… argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/
H A Dinterfaces.go54 type ChainReader interface { interface
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/
H A Dinterfaces.go54 type ChainReader interface { interface
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/beacon/
H A Dconsensus.go160 func (beacon *Beacon) VerifyUncles(chain consensus.ChainReader, block *types.Block) error {
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/
H A DCHANGELOG94 * ChainReader can correctly handle continuous trajectories split into multiple files,
544 * moved coordinates.base.ChainReader to coordinates.chain.ChainReader
545 * renamed private method ChainReader.get_flname() to ChainReader._get_filename()
558 * Remove deprecated `delta` keyword for ChainReader
739 * ChainReader `delta` keyword deprecated in favor of `dt`. (Issue #522)
750 * ChainReader now reports times properly summed over sub-readers (Issue #522)
1024 ChainReader and SingleFrameReader), thus preventing memleaks
1559 ChainReader fail with "Runtime Error: Maximum recursion depth
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/ethclient/
H A Dethclient_test.go45 _ = ethereum.ChainReader(&Client{})
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/ethash/
H A Dconsensus.go199 func (ethash *Ethash) VerifyUncles(chain consensus.ChainReader, block *types.Block) error { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/consensus/clique/
H A Dclique.go451 func (c *Clique) VerifyUncles(chain consensus.ChainReader, block *types.Block) error {
/dports/science/py-MDAnalysisTests/MDAnalysisTests-0.19.2/MDAnalysisTests/lib/
H A Dtest_util.py643 ('CHAIN', mda.topology.MinimalParser.MinimalParser, mda.coordinates.chain.ChainReader),