-
Notifications
You must be signed in to change notification settings - Fork 0
Add proposal for v6.1.1 upgrade #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThis PR adds a new JSON file containing a Cosmos upgrade proposal for KiiChain version v6.1.1. The proposal includes a software upgrade message with specified authority and upgrade plan parameters (target height 1663538), IPFS metadata reference, deposit amount in akii tokens, title, summary with changelog link, and expedited flag set to true. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@kiichain/proposals/proposal_2.json`:
- Line 15: The proposal's metadata field currently uses a placeholder
"ipfs://CID"; replace this with the actual IPFS content identifier for the
proposal metadata (e.g., "ipfs://Qm..." or "ipfs://bafy...") so validators can
fetch and verify off-chain data—update the "metadata" value in proposal_2.json
to the real CID string corresponding to the uploaded metadata.
| } | ||
| } | ||
| ], | ||
| "metadata": "ipfs://CID", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metadata contains a placeholder value.
The "ipfs://CID" value appears to be a placeholder that should be replaced with an actual IPFS Content Identifier. Real IPFS CIDs typically look like ipfs://QmXoypiz... or ipfs://bafybei.... Validators and users won't be able to verify the off-chain proposal metadata with this placeholder.
🤖 Prompt for AI Agents
In `@kiichain/proposals/proposal_2.json` at line 15, The proposal's metadata field
currently uses a placeholder "ipfs://CID"; replace this with the actual IPFS
content identifier for the proposal metadata (e.g., "ipfs://Qm..." or
"ipfs://bafy...") so validators can fetch and verify off-chain data—update the
"metadata" value in proposal_2.json to the real CID string corresponding to the
uploaded metadata.
Description
Add proposal for v6.1.1 upgrade
Type of change