bsc

package
v1.8.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2022 License: LGPL-3.0 Imports: 20 Imported by: 0

Documentation

Overview

* Copyright (C) 2021 The poly network Authors * This file is part of The poly network library. * * The poly network is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The poly network is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * You should have received a copy of the GNU Lesser General Public License * along with The poly network . If not, see <http://www.gnu.org/licenses/>.

Index

Constants

This section is empty.

Variables

View Source
var (
	GasLimitBoundDivisor uint64 = 256 // The bound divisor of the gas limit, used in update calculations.
)

Functions

func GetCanonicalHeight

func GetCanonicalHeight(native *native.NativeService, chainID uint64) (height uint64, err error)

GetCanonicalHeight ...

func ParseValidators

func ParseValidators(validatorsBytes []byte) ([]ecommon.Address, error)

ParseValidators ...

func SealHash

func SealHash(header *types.Header, chainID *big.Int) (hash ecommon.Hash)

SealHash returns the hash of a block prior to it being sealed.

Types

type Context

type Context struct {
	ExtraInfo ExtraInfo
	ChainID   uint64
}

Context ...

type ExtraInfo

type ExtraInfo struct {
	ChainID *big.Int // for bsc
}

ExtraInfo ...

type GenesisHeader

type GenesisHeader struct {
	Header         types.Header
	PrevValidators []HeightAndValidators
}

GenesisHeader ...

type Handler

type Handler struct {
}

Handler ...

func NewHandler

func NewHandler() *Handler

NewHandler ...

func (*Handler) SyncBlockHeader

func (h *Handler) SyncBlockHeader(native *native.NativeService) error

SyncBlockHeader synchronize the consequent block header of bsc chain to poly relay chain

func (*Handler) SyncCrossChainMsg

func (h *Handler) SyncCrossChainMsg(native *native.NativeService) error

SyncCrossChainMsg ...

func (*Handler) SyncGenesisHeader

func (h *Handler) SyncGenesisHeader(native *native.NativeService) (err error)

SyncGenesisHeader synchronize the initial block header of bsc chain to poly relay chain

type HeaderWithChainID

type HeaderWithChainID struct {
	Header  *HeaderWithDifficultySum
	ChainID uint64
}

HeaderWithChainID ...

type HeaderWithDifficultySum

type HeaderWithDifficultySum struct {
	Header          *types.Header `json:"header"`
	DifficultySum   *big.Int      `json:"difficultySum"`
	EpochParentHash *ecommon.Hash `json:"epochParentHash"`
}

HeaderWithDifficultySum ...

func GetCanonicalHeader

func GetCanonicalHeader(native *native.NativeService, chainID uint64, height uint64) (headerWithSum *HeaderWithDifficultySum, err error)

GetCanonicalHeader ...

type HeightAndValidators

type HeightAndValidators struct {
	Height     *big.Int
	Validators []ecommon.Address
	Hash       *ecommon.Hash
}

HeightAndValidators ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL