Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONFIG_PATH_FORMAT = "network/local/sequencer-%d/config/" PREV_SORT_KEYS_FILE = "prev_sort_keys.json" LAST_ARWEAVE_BLOCK_FILE = "last_arweave_block.json" NUMBER_OF_NODES = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
func NewController ¶
func NewController(config *config.Config, sequencerRepoPath string) (self *Controller, err error)
type NextFinishedBlock ¶
type NextFinishedBlock struct { *task.Task Output chan *arweave.NetworkInfo // contains filtered or unexported fields }
func NewNextFinishedBlock ¶
func NewNextFinishedBlock(config *config.Config) (self *NextFinishedBlock)
func (*NextFinishedBlock) WithDB ¶
func (self *NextFinishedBlock) WithDB(db *gorm.DB) *NextFinishedBlock
type Writer ¶
func (*Writer) WithSequencerRepoPath ¶
Click to show internal directories.
Click to hide internal directories.