Documentation ¶
Overview ¶
Package sero implements the Sero protocol.
Index ¶
- Constants
- Variables
- func CreateConsensusEngine(ctx *node.ServiceContext, config *ethash.Config, ...) consensus.Engine
- func CreateDB(ctx *node.ServiceContext, config *Config, name string) (serodb.Database, error)
- func NewBloomIndexer(db serodb.Database, size uint64) *core.ChainIndexer
- type BadBlockArgs
- type BloomIndexer
- type Config
- type LesServer
- type NodeInfo
- type PeerInfo
- type PrivateAdminAPI
- type PrivateDebugAPI
- func (api *PrivateDebugAPI) GetBadBlocks(ctx context.Context) ([]*BadBlockArgs, error)
- func (api *PrivateDebugAPI) GetModifiedAccountsByHash(startHash common.Hash, endHash *common.Hash) ([]common.Address, error)
- func (api *PrivateDebugAPI) GetModifiedAccountsByNumber(startNum uint64, endNum *uint64) ([]common.Address, error)
- func (api *PrivateDebugAPI) Preimage(ctx context.Context, hash common.Hash) (hexutil.Bytes, error)
- func (api *PrivateDebugAPI) StorageRangeAt(ctx context.Context, blockHash common.Hash, txIndex int, ...) (StorageRangeResult, error)
- func (api *PrivateDebugAPI) TraceBlock(ctx context.Context, blob []byte, config *TraceConfig) ([]*txTraceResult, error)
- func (api *PrivateDebugAPI) TraceBlockByHash(ctx context.Context, hash common.Hash, config *TraceConfig) ([]*txTraceResult, error)
- func (api *PrivateDebugAPI) TraceBlockByNumber(ctx context.Context, number rpc.BlockNumber, config *TraceConfig) ([]*txTraceResult, error)
- func (api *PrivateDebugAPI) TraceBlockFromFile(ctx context.Context, file string, config *TraceConfig) ([]*txTraceResult, error)
- func (api *PrivateDebugAPI) TraceChain(ctx context.Context, start, end rpc.BlockNumber, config *TraceConfig) (*rpc.Subscription, error)
- func (api *PrivateDebugAPI) TraceTransaction(ctx context.Context, hash common.Hash, config *TraceConfig) (interface{}, error)
- type PrivateMinerAPI
- func (api *PrivateMinerAPI) GetHashrate() uint64
- func (api *PrivateMinerAPI) SetExtra(extra string) (bool, error)
- func (api *PrivateMinerAPI) SetGasPrice(gasPrice hexutil.Big) bool
- func (api *PrivateMinerAPI) SetSerobase(serobase address.AccountAddress) bool
- func (api *PrivateMinerAPI) Start(threads *int) error
- func (api *PrivateMinerAPI) Stop() bool
- type ProtocolManager
- func (pm *ProtocolManager) BroadcastBlock(block *types.Block, propagate bool)
- func (pm *ProtocolManager) BroadcastLottery(lottery *types.Lottery)
- func (pm *ProtocolManager) BroadcastTxs(txs types.Transactions)
- func (pm *ProtocolManager) BroadcastVote(vote *types.Vote)
- func (pm *ProtocolManager) NodeInfo() *NodeInfo
- func (pm *ProtocolManager) Start(maxPeers int)
- func (pm *ProtocolManager) Stop()
- type PublicDebugAPI
- type PublicMinerAPI
- type PublicSeroAPI
- type Sero
- func (s *Sero) APIs() []rpc.API
- func (s *Sero) AccountManager() *accounts.Manager
- func (s *Sero) AddLesServer(ls LesServer)
- func (s *Sero) BlockChain() *core.BlockChain
- func (s *Sero) ChainDb() serodb.Database
- func (s *Sero) Downloader() *downloader.Downloader
- func (s *Sero) Engine() consensus.Engine
- func (s *Sero) EthVersion() int
- func (s *Sero) EventMux() *event.TypeMux
- func (s *Sero) IsListening() bool
- func (s *Sero) IsMining() bool
- func (s *Sero) Miner() *miner.Miner
- func (s *Sero) NetVersion() uint64
- func (s *Sero) Protocols() []p2p.Protocol
- func (s *Sero) ResetWithGenesisBlock(gb *types.Block)
- func (s *Sero) Serobase() (eb address.AccountAddress, err error)
- func (s *Sero) SetSerobase(serobase address.AccountAddress)
- func (s *Sero) Start(srvr *p2p.Server) error
- func (s *Sero) StartMining(local bool) error
- func (s *Sero) Stop() error
- func (s *Sero) StopMining()
- func (s *Sero) TxPool() *core.TxPool
- func (s *Sero) Voter() *share.Voter
- type SeroAPIBackend
- func (b *SeroAPIBackend) AccountManager() *accounts.Manager
- func (b *SeroAPIBackend) BlockByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*types.Block, error)
- func (b *SeroAPIBackend) BloomStatus() (uint64, uint64)
- func (b *SeroAPIBackend) ChainConfig() *params.ChainConfig
- func (b *SeroAPIBackend) ChainDb() serodb.Database
- func (b *SeroAPIBackend) CheckNil(Nils []keys.Uint256, start uint64, end uint64) (delNil []light.BlockDelNil, e error)
- func (b *SeroAPIBackend) CommitTx(tx *txtool.GTx) error
- func (b *SeroAPIBackend) CurrentBlock() *types.Block
- func (b *SeroAPIBackend) Downloader() *downloader.Downloader
- func (b *SeroAPIBackend) EventMux() *event.TypeMux
- func (b *SeroAPIBackend) GenTx(param prepare.PreTxParam) (txParam *txtool.GTxParam, e error)
- func (b *SeroAPIBackend) GetAnchor(roots []keys.Uint256) ([]txtool.Witness, error)
- func (b *SeroAPIBackend) GetBalances(address keys.Uint512) (balances map[string]*big.Int)
- func (b *SeroAPIBackend) GetBlock(ctx context.Context, hash common.Hash) (*types.Block, error)
- func (b *SeroAPIBackend) GetBlocksInfo(start uint64, count uint64) ([]txtool.Block, error)
- func (b *SeroAPIBackend) GetEVM(ctx context.Context, msg core.Message, state *state.StateDB, ...) (*vm.EVM, func() error, error)
- func (b *SeroAPIBackend) GetEngin() consensus.Engine
- func (b *SeroAPIBackend) GetLockedBalances(address keys.Uint512) (balances map[string]*big.Int)
- func (b *SeroAPIBackend) GetLogs(ctx context.Context, hash common.Hash) ([][]*types.Log, error)
- func (b *SeroAPIBackend) GetMaxAvailable(pk keys.Uint512, currency string) (amount *big.Int)
- func (b *SeroAPIBackend) GetMiner() *miner.Miner
- func (b *SeroAPIBackend) GetOutByPKr(pkrs []keys.PKr, start, end uint64) (br light.BlockOutResp, e error)
- func (b *SeroAPIBackend) GetPkNumber(pk keys.Uint512) (number uint64, e error)
- func (b *SeroAPIBackend) GetPkr(address *keys.Uint512, index *keys.Uint256) (pkr keys.PKr, e error)
- func (b *SeroAPIBackend) GetPoolTransaction(hash common.Hash) *types.Transaction
- func (b *SeroAPIBackend) GetPoolTransactions() (types.Transactions, error)
- func (b *SeroAPIBackend) GetReceipts(ctx context.Context, hash common.Hash) (types.Receipts, error)
- func (b *SeroAPIBackend) GetRecordsByPk(pk *keys.Uint512, begin, end uint64) (records []exchange.Utxo, err error)
- func (b *SeroAPIBackend) GetRecordsByPkr(pkr keys.PKr, begin, end uint64) (records []exchange.Utxo, err error)
- func (b *SeroAPIBackend) GetRecordsByTxHash(txHash keys.Uint256) (records []exchange.Utxo, err error)
- func (b *SeroAPIBackend) GetTd(blockHash common.Hash) *big.Int
- func (b *SeroAPIBackend) HeaderByHash(ctx context.Context, hash common.Hash) (*types.Header, error)
- func (b *SeroAPIBackend) HeaderByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*types.Header, error)
- func (b *SeroAPIBackend) ProtocolVersion() int
- func (b *SeroAPIBackend) SendTx(ctx context.Context, signedTx *types.Transaction) error
- func (b *SeroAPIBackend) ServiceFilter(ctx context.Context, session *bloombits.MatcherSession)
- func (b *SeroAPIBackend) SetHead(number uint64)
- func (b *SeroAPIBackend) StateAndHeaderByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*state.StateDB, *types.Header, error)
- func (b *SeroAPIBackend) Stats() (pending int, queued int)
- func (b *SeroAPIBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription
- func (b *SeroAPIBackend) SubscribeChainHeadEvent(ch chan<- core.ChainHeadEvent) event.Subscription
- func (b *SeroAPIBackend) SubscribeChainSideEvent(ch chan<- core.ChainSideEvent) event.Subscription
- func (b *SeroAPIBackend) SubscribeLogsEvent(ch chan<- []*types.Log) event.Subscription
- func (b *SeroAPIBackend) SubscribeNewTxsEvent(ch chan<- core.NewTxsEvent) event.Subscription
- func (b *SeroAPIBackend) SubscribeRemovedLogsEvent(ch chan<- core.RemovedLogsEvent) event.Subscription
- func (b *SeroAPIBackend) SuggestPrice(ctx context.Context) (*big.Int, error)
- func (b *SeroAPIBackend) TxPoolContent() (types.Transactions, types.Transactions)
- type StorageRangeResult
- type TraceConfig
Constants ¶
const ( // Protocol messages belonging to sero/62 StatusMsg = 0x00 NewBlockHashesMsg = 0x01 TxMsg = 0x02 GetBlockHeadersMsg = 0x03 BlockHeadersMsg = 0x04 GetBlockBodiesMsg = 0x05 BlockBodiesMsg = 0x06 NewBlockMsg = 0x07 // Protocol messages belonging to sero/63 GetNodeDataMsg = 0x0d NodeDataMsg = 0x0e GetReceiptsMsg = 0x0f ReceiptsMsg = 0x10 NewVoteMsg = 0x16 NewLotteryMsg = 0x17 )
sero protocol message codes
const ( ErrMsgTooLarge = iota ErrDecode ErrInvalidMsgCode ErrProtocolVersionMismatch ErrNetworkIdMismatch ErrGenesisBlockMismatch ErrNoStatusMsg ErrExtraStatusMsg ErrSuspendedPeer )
const ProtocolMaxMsgSize = 10 * 1024 * 1024 // Maximum cap on the size of a protocol message
Variables ¶
var DefaultConfig = Config{ SyncMode: downloader.FullSync, Ethash: ethash.Config{ CacheDir: "ethash", CachesInMem: 2, CachesOnDisk: 3, DatasetsInMem: 1, DatasetsOnDisk: 2, }, NetworkId: 2019, LightPeers: 100, DatabaseCache: 768, TrieCache: 256, TrieTimeout: 60 * time.Minute, GasPrice: big.NewInt(params.Gta), TxPool: core.DefaultTxPoolConfig, GPO: gasprice.Config{ Blocks: 20, Percentile: 60, }, }
DefaultConfig contains default settings for use on the Sero main net.
var ProtocolLengths = []uint64{24, 8}
ProtocolLengths are the number of implemented message corresponding to different protocol versions.
var ProtocolName = "sero"
ProtocolName is the official short name of the protocol used during capability negotiation.
var ProtocolVersions = []uint{sero63, sero62}
ProtocolVersions are the upported versions of the sero protocol (first is primary).
Functions ¶
func CreateConsensusEngine ¶
func CreateConsensusEngine(ctx *node.ServiceContext, config *ethash.Config, chainConfig *params.ChainConfig, db serodb.Database) consensus.Engine
CreateConsensusEngine creates the required type of consensus engine instance for an Sero service
func NewBloomIndexer ¶
func NewBloomIndexer(db serodb.Database, size uint64) *core.ChainIndexer
NewBloomIndexer returns a chain indexer that generates bloom bits data for the canonical chain for fast logs filtering.
Types ¶
type BadBlockArgs ¶
type BadBlockArgs struct { Hash common.Hash `json:"hash"` Block map[string]interface{} `json:"block"` RLP string `json:"rlp"` }
BadBlockArgs represents the entries in the list returned when bad blocks are queried.
type BloomIndexer ¶
type BloomIndexer struct {
// contains filtered or unexported fields
}
BloomIndexer implements a core.ChainIndexer, building up a rotated bloom bits index for the Sero header bloom filters, permitting blazing fast filtering.
func (*BloomIndexer) Commit ¶
func (b *BloomIndexer) Commit() error
Commit implements core.ChainIndexerBackend, finalizing the bloom section and writing it out into the database.
func (*BloomIndexer) Process ¶
func (b *BloomIndexer) Process(header *types.Header)
Process implements core.ChainIndexerBackend, adding a new header's bloom into the index.
type Config ¶
type Config struct { // The genesis block, which is inserted if the database is empty. // If nil, the Sero main net block is used. Genesis *core.Genesis `toml:",omitempty"` // Protocol options NetworkId uint64 // Network ID to use for selecting peers to connect to SyncMode downloader.SyncMode NoPruning bool MineMode bool StartExchange bool AutoMerge bool StartLight bool // Light client options LightServ int `toml:",omitempty"` // Maximum percentage of time allowed for serving LES requests LightPeers int `toml:",omitempty"` // Maximum number of LES client peers // Database options SkipBcVersionCheck bool `toml:"-"` DatabaseHandles int `toml:"-"` DatabaseCache int TrieCache int TrieTimeout time.Duration // Mining-related options Serobase address.AccountAddress `toml:",omitempty"` MinerThreads int `toml:",omitempty"` ExtraData []byte `toml:",omitempty"` GasPrice *big.Int // Ethash options Ethash ethash.Config // Transaction pool options TxPool core.TxPoolConfig // Gas Price Oracle options GPO gasprice.Config // Enables tracking of SHA3 preimages in the VM EnablePreimageRecording bool // Miscellaneous options DocRoot string `toml:"-"` }
func (Config) MarshalTOML ¶
MarshalTOML marshals as TOML.
func (*Config) UnmarshalTOML ¶
UnmarshalTOML unmarshals from TOML.
type NodeInfo ¶
type NodeInfo struct { Network uint64 `json:"network"` // Sero network ID (1=Frontier, 2=Morden, Ropsten=3, Rinkeby=4) Difficulty *big.Int `json:"difficulty"` // Total difficulty of the host's blockchain Genesis common.Hash `json:"genesis"` // SHA3 hash of the host's genesis block Config *params.ChainConfig `json:"config"` // Chain configuration for the fork rules Head common.Hash `json:"head"` // SHA3 hash of the host's best owned block }
NodeInfo represents a short summary of the Sero sub-protocol metadata known about the host peer.
type PeerInfo ¶
type PeerInfo struct { Version int `json:"version"` // Sero protocol version negotiated Difficulty *big.Int `json:"difficulty"` // Total difficulty of the peer's blockchain Head string `json:"head"` // SHA3 hash of the peer's best owned block }
PeerInfo represents a short summary of the Sero sub-protocol metadata known about a connected peer.
type PrivateAdminAPI ¶
type PrivateAdminAPI struct {
// contains filtered or unexported fields
}
PrivateAdminAPI is the collection of Sero full node-related APIs exposed over the private admin endpoint.
func NewPrivateAdminAPI ¶
func NewPrivateAdminAPI(eth *Sero) *PrivateAdminAPI
NewPrivateAdminAPI creates a new API definition for the full node private admin methods of the Sero service.
func (*PrivateAdminAPI) Close ¶
func (api *PrivateAdminAPI) Close()
func (*PrivateAdminAPI) ExportChain ¶
func (api *PrivateAdminAPI) ExportChain(file string) (bool, error)
ExportChain exports the current blockchain into a local file.
func (*PrivateAdminAPI) ImportChain ¶
func (api *PrivateAdminAPI) ImportChain(file string) (bool, error)
ImportChain imports a blockchain from a local file.
type PrivateDebugAPI ¶
type PrivateDebugAPI struct {
// contains filtered or unexported fields
}
PrivateDebugAPI is the collection of Sero full node APIs exposed over the private debugging endpoint.
func NewPrivateDebugAPI ¶
func NewPrivateDebugAPI(config *params.ChainConfig, eth *Sero) *PrivateDebugAPI
NewPrivateDebugAPI creates a new API definition for the full node-related private debug methods of the Sero service.
func (*PrivateDebugAPI) GetBadBlocks ¶
func (api *PrivateDebugAPI) GetBadBlocks(ctx context.Context) ([]*BadBlockArgs, error)
GetBadBlocks returns a list of the last 'bad blocks' that the client has seen on the network and returns them as a JSON list of block-hashes
func (*PrivateDebugAPI) GetModifiedAccountsByHash ¶
func (api *PrivateDebugAPI) GetModifiedAccountsByHash(startHash common.Hash, endHash *common.Hash) ([]common.Address, error)
GetModifiedAccountsByHash returns all accounts that have changed between the two blocks specified. A change is defined as a difference in nonce, balance, code hash, or storage hash.
With one parameter, returns the list of accounts modified in the specified block.
func (*PrivateDebugAPI) GetModifiedAccountsByNumber ¶
func (api *PrivateDebugAPI) GetModifiedAccountsByNumber(startNum uint64, endNum *uint64) ([]common.Address, error)
GetModifiedAccountsByNumber returns all accounts that have changed between the two blocks specified. A change is defined as a difference in nonce, balance, code hash, or storage hash.
With one parameter, returns the list of accounts modified in the specified block.
func (*PrivateDebugAPI) Preimage ¶
Preimage is a debug API function that returns the preimage for a sha3 hash, if known.
func (*PrivateDebugAPI) StorageRangeAt ¶
func (api *PrivateDebugAPI) StorageRangeAt(ctx context.Context, blockHash common.Hash, txIndex int, contractAddress common.Address, keyStart hexutil.Bytes, maxResult int) (StorageRangeResult, error)
StorageRangeAt returns the storage at the given block height and transaction index.
func (*PrivateDebugAPI) TraceBlock ¶
func (api *PrivateDebugAPI) TraceBlock(ctx context.Context, blob []byte, config *TraceConfig) ([]*txTraceResult, error)
TraceBlock returns the structured logs created during the execution of EVM and returns them as a JSON object.
func (*PrivateDebugAPI) TraceBlockByHash ¶
func (api *PrivateDebugAPI) TraceBlockByHash(ctx context.Context, hash common.Hash, config *TraceConfig) ([]*txTraceResult, error)
TraceBlockByHash returns the structured logs created during the execution of EVM and returns them as a JSON object.
func (*PrivateDebugAPI) TraceBlockByNumber ¶
func (api *PrivateDebugAPI) TraceBlockByNumber(ctx context.Context, number rpc.BlockNumber, config *TraceConfig) ([]*txTraceResult, error)
TraceBlockByNumber returns the structured logs created during the execution of EVM and returns them as a JSON object.
func (*PrivateDebugAPI) TraceBlockFromFile ¶
func (api *PrivateDebugAPI) TraceBlockFromFile(ctx context.Context, file string, config *TraceConfig) ([]*txTraceResult, error)
TraceBlockFromFile returns the structured logs created during the execution of EVM and returns them as a JSON object.
func (*PrivateDebugAPI) TraceChain ¶
func (api *PrivateDebugAPI) TraceChain(ctx context.Context, start, end rpc.BlockNumber, config *TraceConfig) (*rpc.Subscription, error)
TraceChain returns the structured logs created during the execution of EVM between two blocks (excluding start) and returns them as a JSON object.
func (*PrivateDebugAPI) TraceTransaction ¶
func (api *PrivateDebugAPI) TraceTransaction(ctx context.Context, hash common.Hash, config *TraceConfig) (interface{}, error)
TraceTransaction returns the structured logs created during the execution of EVM and returns them as a JSON object.
type PrivateMinerAPI ¶
type PrivateMinerAPI struct {
// contains filtered or unexported fields
}
PrivateMinerAPI provides private RPC methods to control the miner. These methods can be abused by external users and must be considered insecure for use by untrusted users.
func NewPrivateMinerAPI ¶
func NewPrivateMinerAPI(e *Sero) *PrivateMinerAPI
NewPrivateMinerAPI create a new RPC service which controls the miner of this node.
func (*PrivateMinerAPI) GetHashrate ¶
func (api *PrivateMinerAPI) GetHashrate() uint64
GetHashrate returns the current hashrate of the miner.
func (*PrivateMinerAPI) SetExtra ¶
func (api *PrivateMinerAPI) SetExtra(extra string) (bool, error)
SetExtra sets the extra data string that is included when this miner mines a block.
func (*PrivateMinerAPI) SetGasPrice ¶
func (api *PrivateMinerAPI) SetGasPrice(gasPrice hexutil.Big) bool
SetGasPrice sets the minimum accepted gas price for the miner.
func (*PrivateMinerAPI) SetSerobase ¶
func (api *PrivateMinerAPI) SetSerobase(serobase address.AccountAddress) bool
SetSerobase sets the serobase of the miner
func (*PrivateMinerAPI) Start ¶
func (api *PrivateMinerAPI) Start(threads *int) error
Start the miner with the given number of threads. If threads is nil the number of workers started is equal to the number of logical CPUs that are usable by this process. If mining is already running, this method adjust the number of threads allowed to use.
type ProtocolManager ¶
type ProtocolManager struct { SubProtocols []p2p.Protocol // contains filtered or unexported fields }
func NewProtocolManager ¶
func NewProtocolManager(config *params.ChainConfig, mode downloader.SyncMode, networkID uint64, mux *event.TypeMux, voter voter, txpool txPool, engine consensus.Engine, blockchain *core.BlockChain, chaindb serodb.Database) (*ProtocolManager, error)
NewProtocolManager returns a new Sero sub protocol manager. The Sero sub protocol manages peers capable with the Sero network.
func (*ProtocolManager) BroadcastBlock ¶
func (pm *ProtocolManager) BroadcastBlock(block *types.Block, propagate bool)
BroadcastBlock will either propagate a block to a subset of it's peers, or will only announce it's availability (depending what's requested).
func (*ProtocolManager) BroadcastLottery ¶
func (pm *ProtocolManager) BroadcastLottery(lottery *types.Lottery)
func (*ProtocolManager) BroadcastTxs ¶
func (pm *ProtocolManager) BroadcastTxs(txs types.Transactions)
BroadcastTxs will propagate a batch of transactions to all peers which are not known to already have the given transaction.
func (*ProtocolManager) BroadcastVote ¶
func (pm *ProtocolManager) BroadcastVote(vote *types.Vote)
func (*ProtocolManager) NodeInfo ¶
func (pm *ProtocolManager) NodeInfo() *NodeInfo
NodeInfo retrieves some protocol metadata about the running host node.
func (*ProtocolManager) Start ¶
func (pm *ProtocolManager) Start(maxPeers int)
func (*ProtocolManager) Stop ¶
func (pm *ProtocolManager) Stop()
type PublicDebugAPI ¶
type PublicDebugAPI struct {
// contains filtered or unexported fields
}
PublicDebugAPI is the collection of Sero full node APIs exposed over the public debugging endpoint.
func NewPublicDebugAPI ¶
func NewPublicDebugAPI(eth *Sero) *PublicDebugAPI
NewPublicDebugAPI creates a new API definition for the full node- related public debug methods of the Sero service.
func (*PublicDebugAPI) DumpBlock ¶
func (api *PublicDebugAPI) DumpBlock(blockNr rpc.BlockNumber) (state.Dump, error)
DumpBlock retrieves the entire state of the database at a given block.
type PublicMinerAPI ¶
type PublicMinerAPI struct {
// contains filtered or unexported fields
}
PublicMinerAPI provides an API to control the miner. It offers only methods that operate on data that pose no security risk when it is publicly accessible.
func NewPublicMinerAPI ¶
func NewPublicMinerAPI(e *Sero) *PublicMinerAPI
NewPublicMinerAPI create a new PublicMinerAPI instance.
func (*PublicMinerAPI) GetWork ¶
func (api *PublicMinerAPI) GetWork() ([4]string, error)
GetWork returns a work package for external miner. The work package consists of 3 strings result[0], 32 bytes hex encoded current block header pow-hash result[1], 32 bytes hex encoded seed hash used for DAG result[2], 32 bytes hex encoded boundary condition ("target"), 2^256/difficulty
func (*PublicMinerAPI) Mining ¶
func (api *PublicMinerAPI) Mining() bool
Mining returns an indication if this node is currently mining.
func (*PublicMinerAPI) SubmitHashrate ¶
SubmitHashrate can be used for remote miners to submit their hash rate. This enables the node to report the combined hash rate of all miners which submit work through this node. It accepts the miner hash rate and an identifier which must be unique between nodes.
func (*PublicMinerAPI) SubmitWork ¶
func (api *PublicMinerAPI) SubmitWork(nonce types.BlockNonce, solution, digest common.Hash) bool
SubmitWork can be used by external miner to submit their POW solution. It returns an indication if the work was accepted. Note, this is not an indication if the provided work was valid!
type PublicSeroAPI ¶
type PublicSeroAPI struct {
// contains filtered or unexported fields
}
PublicSeroAPI provides an API to access Sero full node-related information.
func NewPublicSeroAPI ¶
func NewPublicSeroAPI(e *Sero) *PublicSeroAPI
NewPublicSeroAPI creates a new Sero protocol API for full nodes.
func (*PublicSeroAPI) Coinbase ¶
func (api *PublicSeroAPI) Coinbase() (address.AccountAddress, error)
Coinbase is the address that mining rewards will be send to (alias for Serobase)
func (*PublicSeroAPI) Hashrate ¶
func (api *PublicSeroAPI) Hashrate() hexutil.Uint64
Hashrate returns the POW hashrate
func (*PublicSeroAPI) Serobase ¶
func (api *PublicSeroAPI) Serobase() (address.AccountAddress, error)
Serobase is the address that mining rewards will be send to
func (*PublicSeroAPI) StartHashrate ¶
func (api *PublicSeroAPI) StartHashrate()
func (*PublicSeroAPI) StopHashrate ¶
func (api *PublicSeroAPI) StopHashrate()
type Sero ¶
type Sero struct { APIBackend *SeroAPIBackend // contains filtered or unexported fields }
Sero implements the Sero full node service.
func New ¶
func New(ctx *node.ServiceContext, config *Config) (*Sero, error)
New creates a new Sero object (including the initialisation of the common Sero object)
func (*Sero) APIs ¶
APIs return the collection of RPC services the ethereum package offers. NOTE, some of these services probably need to be moved to somewhere else.
func (*Sero) AccountManager ¶
func (*Sero) AddLesServer ¶
func (*Sero) BlockChain ¶
func (s *Sero) BlockChain() *core.BlockChain
func (*Sero) Downloader ¶
func (s *Sero) Downloader() *downloader.Downloader
func (*Sero) EthVersion ¶
func (*Sero) IsListening ¶
func (*Sero) NetVersion ¶
func (*Sero) Protocols ¶
Protocols implements node.Service, returning all the currently configured network protocols to start.
func (*Sero) ResetWithGenesisBlock ¶
func (*Sero) SetSerobase ¶
func (s *Sero) SetSerobase(serobase address.AccountAddress)
SetSerobase sets the mining reward address.
func (*Sero) Start ¶
Start implements node.Service, starting all internal goroutines needed by the Sero protocol implementation.
func (*Sero) StartMining ¶
func (*Sero) Stop ¶
Stop implements node.Service, terminating all internal goroutines used by the Sero protocol.
func (*Sero) StopMining ¶
func (s *Sero) StopMining()
type SeroAPIBackend ¶
type SeroAPIBackend struct {
// contains filtered or unexported fields
}
SeroAPIBackend implements ethapi.Backend for full nodes
func (*SeroAPIBackend) AccountManager ¶
func (b *SeroAPIBackend) AccountManager() *accounts.Manager
func (*SeroAPIBackend) BlockByNumber ¶
func (b *SeroAPIBackend) BlockByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*types.Block, error)
func (*SeroAPIBackend) BloomStatus ¶
func (b *SeroAPIBackend) BloomStatus() (uint64, uint64)
func (*SeroAPIBackend) ChainConfig ¶
func (b *SeroAPIBackend) ChainConfig() *params.ChainConfig
ChainConfig returns the active chain configuration.
func (*SeroAPIBackend) ChainDb ¶
func (b *SeroAPIBackend) ChainDb() serodb.Database
func (*SeroAPIBackend) CheckNil ¶
func (b *SeroAPIBackend) CheckNil(Nils []keys.Uint256, start uint64, end uint64) (delNil []light.BlockDelNil, e error)
func (*SeroAPIBackend) CurrentBlock ¶
func (b *SeroAPIBackend) CurrentBlock() *types.Block
func (*SeroAPIBackend) Downloader ¶
func (b *SeroAPIBackend) Downloader() *downloader.Downloader
func (*SeroAPIBackend) EventMux ¶
func (b *SeroAPIBackend) EventMux() *event.TypeMux
func (*SeroAPIBackend) GenTx ¶
func (b *SeroAPIBackend) GenTx(param prepare.PreTxParam) (txParam *txtool.GTxParam, e error)
func (*SeroAPIBackend) GetBalances ¶
func (*SeroAPIBackend) GetBlocksInfo ¶
func (*SeroAPIBackend) GetEngin ¶
func (b *SeroAPIBackend) GetEngin() consensus.Engine
func (*SeroAPIBackend) GetLockedBalances ¶
func (*SeroAPIBackend) GetMaxAvailable ¶
func (*SeroAPIBackend) GetMiner ¶
func (b *SeroAPIBackend) GetMiner() *miner.Miner
func (*SeroAPIBackend) GetOutByPKr ¶
func (b *SeroAPIBackend) GetOutByPKr(pkrs []keys.PKr, start, end uint64) (br light.BlockOutResp, e error)
func (*SeroAPIBackend) GetPkNumber ¶
func (b *SeroAPIBackend) GetPkNumber(pk keys.Uint512) (number uint64, e error)
func (*SeroAPIBackend) GetPoolTransaction ¶
func (b *SeroAPIBackend) GetPoolTransaction(hash common.Hash) *types.Transaction
func (*SeroAPIBackend) GetPoolTransactions ¶
func (b *SeroAPIBackend) GetPoolTransactions() (types.Transactions, error)
func (*SeroAPIBackend) GetReceipts ¶
func (*SeroAPIBackend) GetRecordsByPk ¶
func (*SeroAPIBackend) GetRecordsByPkr ¶
func (*SeroAPIBackend) GetRecordsByTxHash ¶
func (*SeroAPIBackend) HeaderByHash ¶
func (*SeroAPIBackend) HeaderByNumber ¶
func (b *SeroAPIBackend) HeaderByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*types.Header, error)
func (*SeroAPIBackend) ProtocolVersion ¶
func (b *SeroAPIBackend) ProtocolVersion() int
func (*SeroAPIBackend) SendTx ¶
func (b *SeroAPIBackend) SendTx(ctx context.Context, signedTx *types.Transaction) error
func (*SeroAPIBackend) ServiceFilter ¶
func (b *SeroAPIBackend) ServiceFilter(ctx context.Context, session *bloombits.MatcherSession)
func (*SeroAPIBackend) SetHead ¶
func (b *SeroAPIBackend) SetHead(number uint64)
func (*SeroAPIBackend) StateAndHeaderByNumber ¶
func (b *SeroAPIBackend) StateAndHeaderByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*state.StateDB, *types.Header, error)
func (*SeroAPIBackend) Stats ¶
func (b *SeroAPIBackend) Stats() (pending int, queued int)
func (*SeroAPIBackend) SubscribeChainEvent ¶
func (b *SeroAPIBackend) SubscribeChainEvent(ch chan<- core.ChainEvent) event.Subscription
func (*SeroAPIBackend) SubscribeChainHeadEvent ¶
func (b *SeroAPIBackend) SubscribeChainHeadEvent(ch chan<- core.ChainHeadEvent) event.Subscription
func (*SeroAPIBackend) SubscribeChainSideEvent ¶
func (b *SeroAPIBackend) SubscribeChainSideEvent(ch chan<- core.ChainSideEvent) event.Subscription
func (*SeroAPIBackend) SubscribeLogsEvent ¶
func (b *SeroAPIBackend) SubscribeLogsEvent(ch chan<- []*types.Log) event.Subscription
func (*SeroAPIBackend) SubscribeNewTxsEvent ¶
func (b *SeroAPIBackend) SubscribeNewTxsEvent(ch chan<- core.NewTxsEvent) event.Subscription
func (*SeroAPIBackend) SubscribeRemovedLogsEvent ¶
func (b *SeroAPIBackend) SubscribeRemovedLogsEvent(ch chan<- core.RemovedLogsEvent) event.Subscription
func (*SeroAPIBackend) SuggestPrice ¶
func (*SeroAPIBackend) TxPoolContent ¶
func (b *SeroAPIBackend) TxPoolContent() (types.Transactions, types.Transactions)
type StorageRangeResult ¶
type StorageRangeResult struct { Storage storageMap `json:"storage"` NextKey *common.Hash `json:"nextKey"` // nil if Storage includes the last key in the trie. }
StorageRangeResult is the result of a debug_storageRangeAt API call.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package downloader contains the manual full chain synchronisation.
|
Package downloader contains the manual full chain synchronisation. |
Package fetcher contains the block announcement based synchronisation.
|
Package fetcher contains the block announcement based synchronisation. |
Package filters implements an sero filtering system for block, transactions and log events.
|
Package filters implements an sero filtering system for block, transactions and log events. |
Package tracers is a collection of JavaScript transaction tracers.
|
Package tracers is a collection of JavaScript transaction tracers. |
internal/tracers
Package tracers contains the actual JavaScript tracer assets.
|
Package tracers contains the actual JavaScript tracer assets. |