mcmsv2

package
v0.84.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mcmsv2 provides legacy CLI commands for MCMS (Multi-Chain Management Service) proposals.

Deprecated: This package is maintained for backward compatibility only. All active MCMS functionality has been migrated:

  • Proposal analysis, UPF conversion, fork testing, error decoding → engine/cld/commands/mcms
  • Proposal execution commands (check-quorum, set-root, execute-chain, etc.) → mcms-tools

For new integrations, use the modular commands package:

import "github.com/smartcontractkit/chainlink-deployments-framework/engine/cld/commands"

cmds := commands.New(lggr)
mcmsCmd, err := cmds.MCMS(domain, proposalCtxProvider)
if err != nil {
    return err
}
rootCmd.AddCommand(mcmsCmd)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildMCMSv2Cmd deprecated

func BuildMCMSv2Cmd(
	lggr logger.Logger,
	domain cldf_domain.Domain,
	proposalContextProvider analyzer.ProposalContextProvider,
	opts ...BuildOption,
) *cobra.Command

BuildMCMSv2Cmd creates the mcmsv2 command with all subcommands. This function delegates to the modular mcms package for backward compatibility.

Deprecated: Use the modular commands package for new integrations. Execution commands (check-quorum, set-root, execute-chain, timelock-execute-chain) have been moved to mcms-tools: https://github.com/smartcontractkit/mcms-tools

Types

type BuildOption added in v0.84.0

type BuildOption func(*buildOptions)

BuildOption configures BuildMCMSv2Cmd.

func WithProposalAnalyzers added in v0.84.0

func WithProposalAnalyzers(analyzers ...proposalanalyzer.BaseAnalyzer) BuildOption

WithProposalAnalyzers registers custom analyzers for analyze-proposal-v2.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL