Self Chain Docs
WebsiteTwitter
  • Learn
    • About Self Chain
    • Keyless wallet
      • MPC-TSS
      • Secure Signing
      • Account Abstraction
  • Getting Started
    • Glossary
    • Frequently Asked Questions
    • Set up a wallet
      • Adding Self Chain to Keplr Wallet
      • Setting up Keplr with Ledger Wallet
      • Adding Self Chain to Leap Cosmos Wallet
    • How To Stake SLF
    • Self Chain Mainnet
    • How to IBC Transfer
  • Developer Guide
    • Self Chain Networks
    • Frontend dApps
    • Faucet
  • SLF Tokenomics
    • Token Allocation and Utility
      • Bonded Tokens Vs Circulating Supply
      • Address Transparency
    • FRONT Migration
      • How to Bridge FRONT from BNB Chain (BEP20) to Ethereum (ERC20)
      • How to Migrate FRONT to SLF using Binance Convert
    • FRONT Migration FAQs
    • Central Exchanges FRONT to SLF Migration
  • Staking and Delegation
    • Delegating $SLF
    • Redelegating $SLF
    • Undelegating $SLF
    • How to delegate $SLF with Frontier Wallet
    • How to Delegate $SLF with Ledger
    • How to Participate in SLF Binance Simple Earn Product
  • Nodes & Validators
    • Node Setup Guide
    • Node Configuration FAQs
    • Run a Validator Node
    • Validator FAQs
    • Releases
    • Run a Validator Node with NodeOps
    • Setting up Cosmovisor
    • Log Console Troubleshooting
    • Run Selfchain testnet node
  • Governance
    • Draft a Proposal
      • Text Proposal
      • Community Spend Proposal
      • Paramter Change Proposal
      • Software Upgrade Proposal
      • Cancel Software Upgrade
    • Submitting a Proposal
    • Depositing funds
    • Voting on a Proposal
    • FAQs
  • Official Links
  • Branding and Logos
Powered by GitBook
On this page
  • What is a Cancel Software Upgrade Proposal?
  • Use Cases
  • Proposal Structure
  1. Governance
  2. Draft a Proposal

Cancel Software Upgrade

What is a Cancel Software Upgrade Proposal?

The Cancel Software Upgrade Proposal is a governance mechanism that enables the community to revoke a previously scheduled software upgrade before it takes effect. This ensures the network can adapt quickly if problems are identified or circumstances change.

Use Cases

  • Technical Challenges: Issues like incompatibilities or deployment risks found during testing.

  • Community Concerns: Major opposition or feedback requiring upgrade reconsideration.

  • Identified Bugs: Critical software issues were discovered post-approval of the upgrade proposal.

Proposal Structure

Title: A concise title summarizing the purpose (e.g., “Proposal to Cancel v2.0 Upgrade”).

Summary: Summarize the reason for canceling the scheduled upgrade in 2-3 sentences.

{
  "messages": [
    {
      "@type": "/cosmos.upgrade.v1beta1.MsgCancelUpgrade",
      "authority": "self10d07y265gmmuvt4z0w9aw880jnsr700jlfwec6",
    }
  ],
  "metadata": "ipfs://CID",
  "deposit": "10000000uslf",
  "title": "Proposal to Cancel v2.0 Upgrade",
  "summary": "This proposal seeks to cancel the scheduled v2.0 upgrade at block height 1000000 due to critical bugs discovered during testing.",
}

To query the gov account for the authority field, use the command:

selfchaind query auth module-account gov --node http://165.232.125.66:26657
PreviousSoftware Upgrade ProposalNextSubmitting a Proposal

Last updated 5 months ago