package
0.79.0-preview.4
Repository: https://github.com/vegaprotocol/vega.git
Documentation: pkg.go.dev
# Functions
New creates a new instance of the event forwarder.
NewDefaultConfig creates an instance of the package specific configuration.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
ErrEvtAlreadyExist we have already handled this event.
ErrPubKeyNotAllowlisted this pubkey is not part of the allowlist.
# Structs
Config represents governance specific configuration.
No description provided by the author
Forwarder receive events from the blockchain queue and will try to send them to the vega chain.
NoopEngine can be use as a stub for the Engine.
No description provided by the author
# Interfaces
go:generate go run github.com/golang/mock/mockgen -destination mocks/commander_mock.go -package mocks code.vegaprotocol.io/vega/core/evtforward Commander.
No description provided by the author
go:generate go run github.com/golang/mock/mockgen -destination mocks/time_service_mock.go -package mocks code.vegaprotocol.io/vega/core/evtforward TimeService.
go:generate go run github.com/golang/mock/mockgen -destination mocks/validator_topology_mock.go -package mocks code.vegaprotocol.io/vega/core/evtforward ValidatorTopology.
go:generate go run github.com/golang/mock/mockgen -destination mocks/witness_mock.go -package mocks code.vegaprotocol.io/vega/core/datasource/external/ethverifier Witness.