Home
last modified time | relevance | path

Searched refs:TxPool (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mempool/
H A Dmempool.go175 type TxPool struct { struct
196 var _ mining.TxSource = (*TxPool)(nil)
243 func (mp *TxPool) RemoveOrphan(tx *btcutil.Tx) { argument
270 func (mp *TxPool) limitNumOrphans() error { argument
665 func (mp *TxPool) txAncestors(tx *btcutil.Tx, argument
706 func (mp *TxPool) txDescendants(tx *btcutil.Tx, argument
1424 func (mp *TxPool) Count() int { argument
1454 func (mp *TxPool) TxDescs() []*TxDesc { argument
1538 func (mp *TxPool) LastUpdated() time.Time { argument
1544 func New(cfg *Config) *TxPool {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mempool/
H A Dmempool.go175 type TxPool struct { struct
196 var _ mining.TxSource = (*TxPool)(nil)
243 func (mp *TxPool) RemoveOrphan(tx *btcutil.Tx) { argument
270 func (mp *TxPool) limitNumOrphans() error { argument
665 func (mp *TxPool) txAncestors(tx *btcutil.Tx, argument
706 func (mp *TxPool) txDescendants(tx *btcutil.Tx, argument
1424 func (mp *TxPool) Count() int { argument
1454 func (mp *TxPool) TxDescs() []*TxDesc { argument
1538 func (mp *TxPool) LastUpdated() time.Time { argument
1544 func New(cfg *Config) *TxPool {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mempool/
H A Dmempool.go175 type TxPool struct { struct
196 var _ mining.TxSource = (*TxPool)(nil)
243 func (mp *TxPool) RemoveOrphan(tx *btcutil.Tx) { argument
270 func (mp *TxPool) limitNumOrphans() error { argument
665 func (mp *TxPool) txAncestors(tx *btcutil.Tx, argument
706 func (mp *TxPool) txDescendants(tx *btcutil.Tx, argument
1424 func (mp *TxPool) Count() int { argument
1454 func (mp *TxPool) TxDescs() []*TxDesc { argument
1538 func (mp *TxPool) LastUpdated() time.Time { argument
1544 func New(cfg *Config) *TxPool {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/mempool/
H A Dmempool.go175 type TxPool struct { struct
196 var _ mining.TxSource = (*TxPool)(nil)
243 func (mp *TxPool) RemoveOrphan(tx *btcutil.Tx) { argument
270 func (mp *TxPool) limitNumOrphans() error { argument
665 func (mp *TxPool) txAncestors(tx *btcutil.Tx, argument
706 func (mp *TxPool) txDescendants(tx *btcutil.Tx, argument
1424 func (mp *TxPool) Count() int { argument
1454 func (mp *TxPool) TxDescs() []*TxDesc { argument
1538 func (mp *TxPool) LastUpdated() time.Time { argument
1544 func New(cfg *Config) *TxPool {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/mempool/
H A Dmempool.go175 type TxPool struct { struct
196 var _ mining.TxSource = (*TxPool)(nil)
243 func (mp *TxPool) RemoveOrphan(tx *btcutil.Tx) { argument
270 func (mp *TxPool) limitNumOrphans() error { argument
665 func (mp *TxPool) txAncestors(tx *btcutil.Tx, argument
706 func (mp *TxPool) txDescendants(tx *btcutil.Tx, argument
1424 func (mp *TxPool) Count() int { argument
1454 func (mp *TxPool) TxDescs() []*TxDesc { argument
1538 func (mp *TxPool) LastUpdated() time.Time { argument
1544 func New(cfg *Config) *TxPool {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/mempool/
H A Dmempool.go175 type TxPool struct { struct
196 var _ mining.TxSource = (*TxPool)(nil)
243 func (mp *TxPool) RemoveOrphan(tx *btcutil.Tx) { argument
270 func (mp *TxPool) limitNumOrphans() error { argument
665 func (mp *TxPool) txAncestors(tx *btcutil.Tx, argument
706 func (mp *TxPool) txDescendants(tx *btcutil.Tx, argument
1424 func (mp *TxPool) Count() int { argument
1454 func (mp *TxPool) TxDescs() []*TxDesc { argument
1538 func (mp *TxPool) LastUpdated() time.Time { argument
1544 func New(cfg *Config) *TxPool {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/light/
H A Dtxpool.go51 type TxPool struct { struct
91 pool := &TxPool{
114 func (pool *TxPool) currentState(ctx context.Context) *state.StateDB { argument
202 func (pool *TxPool) rollbackTxs(hash common.Hash, txc txStateChanges) { argument
287 func (pool *TxPool) eventLoop() { argument
303 func (pool *TxPool) setNewHead(head *types.Header) { argument
321 func (pool *TxPool) Stop() { argument
337 func (pool *TxPool) Stats() (pending int) { argument
468 func (pool *TxPool) GetTransaction(hash common.Hash) *types.Transaction { argument
528 func (pool *TxPool) RemoveTransactions(txs types.Transactions) { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/light/
H A Dtxpool.go51 type TxPool struct { struct
90 pool := &TxPool{
113 func (pool *TxPool) currentState(ctx context.Context) *state.StateDB { argument
201 func (pool *TxPool) rollbackTxs(hash common.Hash, txc txStateChanges) { argument
286 func (pool *TxPool) eventLoop() { argument
302 func (pool *TxPool) setNewHead(head *types.Header) { argument
317 func (pool *TxPool) Stop() { argument
333 func (pool *TxPool) Stats() (pending int) { argument
465 func (tp *TxPool) GetTransaction(hash common.Hash) *types.Transaction { argument
506 func (self *TxPool) RemoveTransactions(txs types.Transactions) { argument
[all …]
/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 Dtx_pool.go185 type TxPool struct {
222 pool := &TxPool{
266 func (pool *TxPool) loop() {
439 func (pool *TxPool) Stop() {
460 func (pool *TxPool) GasPrice() *big.Int {
469 func (pool *TxPool) SetGasPrice(price *big.Int) {
481 func (pool *TxPool) State() *state.ManagedState {
490 func (pool *TxPool) Stats() (int, int) {
499 func (pool *TxPool) stats() (int, int) {
543 func (pool *TxPool) Locals() []common.Address {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/
H A Dtx_pool.go233 type TxPool struct { struct
284 pool := &TxPool{
337 func (pool *TxPool) loop() { argument
414 func (pool *TxPool) Stop() { argument
435 func (pool *TxPool) GasPrice() *big.Int { argument
474 func (pool *TxPool) Stats() (int, int) { argument
483 func (pool *TxPool) stats() (int, int) { argument
1072 func (pool *TxPool) scheduleReorgLoop() { argument
1378 func (pool *TxPool) truncatePending() { argument
1463 func (pool *TxPool) truncateQueue() { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/eth/
H A Dgen_config.go42 TxPool core.TxPoolConfig
68 enc.TxPool = c.TxPool
98 TxPool *core.TxPoolConfig
167 if dec.TxPool != nil {
168 c.TxPool = *dec.TxPool
H A Dbackend.go70 txPool *core.TxPool
171 if config.TxPool.Journal != "" {
172 config.TxPool.Journal = ctx.ResolvePath(config.TxPool.Journal)
174 eth.txPool = core.NewTxPool(config.TxPool, eth.chainConfig, eth.blockchain)
357 for _, account := range s.config.TxPool.Locals {
465 func (s *Ethereum) TxPool() *core.TxPool { return s.txPool } func
H A Dconfig.go56 TxPool: core.DefaultTxPoolConfig,
114 TxPool core.TxPoolConfig member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/ethconfig/
H A Dgen_config.go53 TxPool core.TxPoolConfig
98 enc.TxPool = c.TxPool
147 TxPool *core.TxPoolConfig
259 if dec.TxPool != nil {
260 c.TxPool = *dec.TxPool
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/protocols/eth/
H A Dhandler.go69 TxPool() TxPool methodSpec
91 type TxPool interface { interface
107 peer := NewPeer(version, p, rw, backend.TxPool())
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/
H A Dbackend.go71 txPool *core.TxPool
211 if config.TxPool.Journal != "" {
212 config.TxPool.Journal = stack.ResolvePath(config.TxPool.Journal)
214 eth.txPool = core.NewTxPool(config.TxPool, chainConfig, eth.blockchain)
225 TxPool: eth.txPool,
396 for _, account := range s.config.TxPool.Locals {
512 func (s *Ethereum) TxPool() *core.TxPool { return s.txPool } func
H A Dapi_backend.go269 return b.eth.TxPool().Content()
273 return b.eth.TxPool().ContentFrom(addr)
276 func (b *EthAPIBackend) TxPool() *core.TxPool { func
277 return b.eth.TxPool()
281 return b.eth.TxPool().SubscribeNewTxsEvent(ch)
H A Dhandler_eth.go37 func (h *ethHandler) TxPool() eth.TxPool { return h.txpool } func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/ethash/
H A Dmain.go122 if err := backend.TxPool().AddLocal(tx); err != nil {
128 if pend, _ := backend.TxPool().Stats(); pend > 2048 {
179 TxPool: core.DefaultTxPoolConfig,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/
H A Dminer_test.go40 txPool *core.TxPool
43 func NewMockBackend(bc *core.BlockChain, txPool *core.TxPool) *mockBackend { argument
54 func (m *mockBackend) TxPool() *core.TxPool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/miner/
H A Dstress_ethash.go127 if err := ethereum.TxPool().AddLocal(tx); err != nil {
133 if pend, _ := ethereum.TxPool().Stats(); pend > 2048 {
186 TxPool: core.DefaultTxPoolConfig,
H A Dstress_clique.go131 if err := ethereum.TxPool().AddLocal(tx); err != nil {
137 if pend, _ := ethereum.TxPool().Stats(); pend > 2048 {
207 TxPool: core.DefaultTxPoolConfig,
H A Dminer.go39 TxPool() *core.TxPool methodSpec
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/clique/
H A Dmain.go135 if err := backend.TxPool().AddLocal(tx); err != nil {
141 if pend, _ := backend.TxPool().Stats(); pend > 2048 {
210 TxPool: core.DefaultTxPoolConfig,
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/miner/stress/1559/
H A Dmain.go133 if err := backend.TxPool().AddLocal(tx); err != nil {
139 if pend, _ := backend.TxPool().Stats(); pend > 4192 {
249 TxPool: core.DefaultTxPoolConfig,

1234