Documentation
¶
Index ¶
Constants ¶
View Source
const ( SkipVmChanges = "PASS-VM-CHANGES" NoVmChanges = ` storage balance` )
Variables ¶
View Source
var AllLoggers = []common.Logger{ common.ZenonLogger, common.ChainLogger, common.SupervisorLogger, common.P2PLogger, common.PillarLogger, common.RPCLogger, common.WalletLogger, common.EmbeddedLogger, common.VmLogger, common.ProtocolLogger, common.FetcherLogger, common.DownloaderLogger, }
Functions ¶
This section is empty.
Types ¶
type AutogeneratedBlockEntry ¶
type AutogeneratedBlockEntry struct { Msg string `json:"msg"` Identifier types.AccountHeader `json:"identifier"` SendBlock types.AccountHeader `json:"send-block-header"` ReturnedError string `json:"returned-error"` }
type MockContractCaller ¶
type MockContractCaller struct {
// contains filtered or unexported fields
}
func (*MockContractCaller) LateCallFunction ¶
func (mcc *MockContractCaller) LateCallFunction() (string, error)
type MockZenon ¶
type MockZenon interface { zenon.Zenon StopPanic() InsertNewMomentum() InsertMomentumsTo(targetHeight uint64) CallContract(template *nom.AccountBlock) *common.Expecter InsertSendBlock(template *nom.AccountBlock, expectedError error, expectedVmChanges string) *nom.AccountBlock InsertReceiveBlock(fromHeader types.AccountHeader, template *nom.AccountBlock, expectedError error, expectedVmChanges string) *nom.AccountBlock SaveLogs(logger common.Logger) *common.Expecter ExpectBalance(address types.Address, standard types.ZenonTokenStandard, expected int64) }
func NewMockZenon ¶
type ProducerLogSaver ¶
type ProducerLogSaver struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.