mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
remove emed of rpcdaemon (not ready)
This commit is contained in:
parent
7566e1dbbe
commit
ae652ad5c9
@ -48,14 +48,11 @@ import (
|
|||||||
"github.com/ledgerwatch/erigon-lib/txpool/txpooluitl"
|
"github.com/ledgerwatch/erigon-lib/txpool/txpooluitl"
|
||||||
"github.com/ledgerwatch/erigon/cmd/downloader/downloader"
|
"github.com/ledgerwatch/erigon/cmd/downloader/downloader"
|
||||||
"github.com/ledgerwatch/erigon/cmd/downloader/downloadergrpc"
|
"github.com/ledgerwatch/erigon/cmd/downloader/downloadergrpc"
|
||||||
"github.com/ledgerwatch/erigon/cmd/rpcdaemon/cli"
|
|
||||||
"github.com/ledgerwatch/erigon/cmd/rpcdaemon/commands"
|
|
||||||
"github.com/ledgerwatch/erigon/cmd/rpcdaemon/interfaces"
|
"github.com/ledgerwatch/erigon/cmd/rpcdaemon/interfaces"
|
||||||
"github.com/ledgerwatch/erigon/cmd/sentry/sentry"
|
"github.com/ledgerwatch/erigon/cmd/sentry/sentry"
|
||||||
"github.com/ledgerwatch/erigon/common"
|
"github.com/ledgerwatch/erigon/common"
|
||||||
"github.com/ledgerwatch/erigon/common/debug"
|
"github.com/ledgerwatch/erigon/common/debug"
|
||||||
"github.com/ledgerwatch/erigon/consensus"
|
"github.com/ledgerwatch/erigon/consensus"
|
||||||
"github.com/ledgerwatch/erigon/consensus/bor"
|
|
||||||
"github.com/ledgerwatch/erigon/consensus/clique"
|
"github.com/ledgerwatch/erigon/consensus/clique"
|
||||||
"github.com/ledgerwatch/erigon/consensus/ethash"
|
"github.com/ledgerwatch/erigon/consensus/ethash"
|
||||||
"github.com/ledgerwatch/erigon/consensus/parlia"
|
"github.com/ledgerwatch/erigon/consensus/parlia"
|
||||||
@ -527,6 +524,7 @@ func New(stack *node.Node, config *ethconfig.Config, txpoolCfg txpool2.Config, l
|
|||||||
}
|
}
|
||||||
//eth.APIBackend.gpo = gasprice.NewOracle(eth.APIBackend, gpoParams)
|
//eth.APIBackend.gpo = gasprice.NewOracle(eth.APIBackend, gpoParams)
|
||||||
|
|
||||||
|
/*
|
||||||
// start HTTP API
|
// start HTTP API
|
||||||
httpRpcCfg := cli.Flags{} // TODO: add rpcdaemon cli flags to Erigon and fill this struct (or break it to smaller config objects)
|
httpRpcCfg := cli.Flags{} // TODO: add rpcdaemon cli flags to Erigon and fill this struct (or break it to smaller config objects)
|
||||||
ethRpcClient, txPoolRpcClient, miningRpcClient, starkNetRpcClient, stateCache, ff, err := cli.EmbeddedServices(
|
ethRpcClient, txPoolRpcClient, miningRpcClient, starkNetRpcClient, stateCache, ff, err := cli.EmbeddedServices(
|
||||||
@ -551,6 +549,7 @@ func New(stack *node.Node, config *ethconfig.Config, txpoolCfg txpool2.Config, l
|
|||||||
// return
|
// return
|
||||||
//}
|
//}
|
||||||
}()
|
}()
|
||||||
|
*/
|
||||||
|
|
||||||
// Register the backend on the node
|
// Register the backend on the node
|
||||||
stack.RegisterAPIs(backend.APIs())
|
stack.RegisterAPIs(backend.APIs())
|
||||||
|
Loading…
Reference in New Issue
Block a user