Versions in this module Expand all Collapse all v0 v0.8.0 Jul 9, 2026 Changes in this version + var Registry = familyregistry.New[Sequence, ChainInput]("mcms firedrill") + func EnvFromDeps(deps Deps) cldf.Environment + type ChainInput struct + ChainSelector uint64 + MCMS cldf.MCMSTimelockProposalInput + type Changeset struct + func (Changeset) Apply(e cldf.Environment, input Input) (cldf.ChangesetOutput, error) + func (Changeset) VerifyPreconditions(e cldf.Environment, input Input) error + type Config struct + Selectors []uint64 + func (cfg Config) ResolvedSelectors(e cldf.Environment) []uint64 + type Deps struct + BlockChains chain.BlockChains + DataStore cldfdatastore.DataStore + type Input = sequenceutils.WithMCMS[Config] + type Registration = familyregistry.Registration[Sequence, ChainInput] + type Sequence = operations.Sequence[ChainInput, sequenceutils.OnChainOutput, Deps]