Skip to content
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

[Morse->Shannon Migration] CLI: claim Morse account #1105

Draft
wants to merge 2 commits into
base: issues/1034/feat/claim_morse_supplier
Choose a base branch
from

Conversation

bryanchriswhite
Copy link
Contributor

@bryanchriswhite bryanchriswhite commented Mar 4, 2025

Summary

$ poktrolld migrate claim-account ./pocket-account-8b257c7f4e884e49bafc540d874f33f91436e1dc.json --from app1
Enter Decrypt Passphrase: 
MsgClaimMorseAccount {
  "shannon_dest_address": "pokt1mrqt5f7qh8uxs27cjm9t7v9e74a9vvdnq5jva4",
  "morse_src_address": "8B257C7F4E884E49BAFC540D874F33F91436E1DC",
  "morse_signature": "hLGhLRjP6jgP6wgOIaYFxIxT3z4jb4IBDKovMkX5AqUsOqdF+rEIO5aofOKnmYW9BkqL0v2DfUfE3nj25FNhBA=="
}
Confirm MsgClaimMorseAccount: y/[n]: 

Changes:

  • Refactor existing migrate cmd code to be more consistent with cosmos-sdk conventions.
  • Add migrate claim-account sub-cmd fof executing MsgClaimMorseAccounts on-chain.

Issue

Type of change

Select one or more from the following:

Sanity Checklist

  • I have updated the GitHub Issue assignees, reviewers, labels, project, iteration and milestone
  • For docs, I have run make docusaurus_start
  • For code, I have run make go_develop_and_test and make test_e2e
  • For code, I have added the devnet-test-e2e label to run E2E tests in CI
  • For configurations, I have update the documentation
  • I added TODOs where applicable

@bryanchriswhite bryanchriswhite added on-chain On-chain business logic tooling Tooling - CLI, scripts, helpers, off-chain, etc... migration Morse to Shannon migration related work labels Mar 4, 2025
@bryanchriswhite bryanchriswhite added this to the Beta TestNet Iteration milestone Mar 4, 2025
@bryanchriswhite bryanchriswhite self-assigned this Mar 4, 2025
@bryanchriswhite bryanchriswhite force-pushed the issues/1034/cli/claim_account branch 4 times, most recently from 22ba29d to 9a01726 Compare March 4, 2025 13:57
@bryanchriswhite bryanchriswhite force-pushed the issues/1034/cli/claim_account branch 3 times, most recently from 26e0c68 to 34aa016 Compare March 4, 2025 15:37
@bryanchriswhite bryanchriswhite force-pushed the issues/1034/cli/claim_account branch from 34aa016 to 4a9a7b1 Compare March 7, 2025 15:41
@bryanchriswhite bryanchriswhite changed the base branch from issues/1034/feat/claim_morse_gateway to issues/1034/feat/claim_morse_supplier March 7, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migration Morse to Shannon migration related work on-chain On-chain business logic tooling Tooling - CLI, scripts, helpers, off-chain, etc...
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

1 participant