Documentation
¶
Index ¶
Constants ¶
View Source
const ( WARP_INTERNAL_REPO_CONFIG_PATH_FORMAT = "k8s/dev/sequencer-%d/config/" SEQUENCER_REPO_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 ¶
type FinishedBlock ¶ added in v0.2.95
type FinishedBlock struct {
*task.Task
Output chan *arweave.NetworkInfo
// contains filtered or unexported fields
}
func NewFinishedBlock ¶ added in v0.2.95
func NewFinishedBlock(config *config.Config) (self *FinishedBlock)
func (*FinishedBlock) WithDB ¶ added in v0.2.95
func (self *FinishedBlock) WithDB(db *gorm.DB) *FinishedBlock
type Writer ¶
func (*Writer) WithSequencerRepoPath ¶
func (*Writer) WithWarpInternalRepoPath ¶ added in v0.2.95
Click to show internal directories.
Click to hide internal directories.