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] scaffold: MsgClaimMorseSupplier #1094

Merged
merged 216 commits into from
Mar 11, 2025

Conversation

bryanchriswhite
Copy link
Contributor

@bryanchriswhite bryanchriswhite commented Feb 27, 2025

Summary

ignite scaffold message claim_morse_supplier --module migration --signer shannon_dest_address morse_src_address morse_signature stake:coin service_config --response morse_src_address --response claimed_balance:coin --response service_id --response claimed_supplier_stake:coin --response claimed_at_height:int --response supplier

Changes:

  • Scaffold MsgClaimMorseSupplier
  • Add TODO_UPNEXT comments

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

(cherry picked from commit 71f5112)
…nnon_dest_address morse_src_address morse_signature --response morse_src_address --response claimed_balance:coin --response claimed_at_height:int
bryanchriswhite and others added 23 commits March 7, 2025 14:44
…g_claim_morse_application

* pokt/main:
  [Code Health] fix: support zero kvcache TTL (#1108)
  [Morse->Shannon Migration] chore: add gateway, app & supplier keeper deps (#1079)
…r' into issues/1034/scaffold/msg_claim_morse_supplier

* pokt/issues/1034/refactor/stake_supplier:
  fix: linter error
  chore: remove redundant field & update field indices
  [Code Health] fix: support zero kvcache TTL (#1108)
  chore: review feedback improvements
  [Morse->Shannon Migration] chore: add gateway, app & supplier keeper deps (#1079)
…ake_app

* pokt/main:
  [Morse->Shannon Migration] scaffold `MsgClaimMorseApplication` message (#1080)
…laim_morse_app

* issues/1034/refactor/stake_app:
  [Morse->Shannon Migration] scaffold `MsgClaimMorseApplication` message (#1080)
  chore: review feedback improvements
  refactor: replace golang.org/x/exp with stdlib (#1112)
  [DOCS] Revamping the Full Node Documentation (#1096)
…morse_app

* pokt/main:
  [Morse->Shannon Migration] refactor: app staking logic as keeper methods (#1091)
…ake_supplier

* pokt/main:
  [Morse->Shannon Migration] implement `MsgClaimMorseApplication` handler (#1082)
…g_claim_morse_supplier

* pokt/main:
  [Morse->Shannon Migration] refactor: supplier `msgServer` methods to `Keeper` (#1093)
@bryanchriswhite bryanchriswhite changed the base branch from issues/1034/refactor/stake_supplier to main March 11, 2025 12:38
@bryanchriswhite bryanchriswhite merged commit 2fb1964 into main Mar 11, 2025
10 checks passed
bryanchriswhite added a commit that referenced this pull request Mar 11, 2025
…morse_supplier

* pokt/HEAD:
  [Morse->Shannon Migration] scaffold: `MsgClaimMorseSupplier` (#1094)

# Conflicts:
#	api/poktroll/migration/tx.pulsar.go
#	proto/poktroll/migration/tx.proto
#	tests/integration/migration/morse_claim_supplier_test.go
#	x/migration/keeper/msg_server_claim_morse_supplier.go
#	x/migration/keeper/msg_server_claim_morse_supplier_test.go
#	x/migration/simulation/claim_morse_supplier.go
#	x/migration/types/message_claim_morse_supplier.go
#	x/migration/types/message_claim_morse_supplier_test.go
#	x/migration/types/tx.pb.go
@bryanchriswhite bryanchriswhite deleted the issues/1034/scaffold/msg_claim_morse_supplier branch March 11, 2025 13:21
red-0ne added a commit that referenced this pull request Mar 12, 2025
## Summary

```bash
ignite scaffold message claim_morse_supplier --module migration --signer shannon_dest_address morse_src_address morse_signature stake:coin service_config --response morse_src_address --response claimed_balance:coin --response service_id --response claimed_supplier_stake:coin --response claimed_at_height:int --response supplier
```

Changes:
- Scaffold `MsgClaimMorseSupplier`
- Add `TODO_UPNEXT` comments

## Issue

- Issue: #1034

## Type of change

Select one or more from the following:

- [x] New feature, functionality or library
- [ ] Consensus breaking; add the `consensus-breaking` label if so. See
#791 for details
- [ ] Bug fix
- [ ] Code health or cleanup
- [ ] Documentation
- [ ] Other (specify)

## Sanity Checklist

- [x] I have updated the GitHub Issue `assignees`, `reviewers`,
`labels`, `project`, `iteration` and `milestone`
- [ ] For docs, I have run `make docusaurus_start`
- [x] 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
- [x] I added TODOs where applicable

---------

Co-authored-by: Daniel Olshansky <[email protected]>
Co-authored-by: red-0ne <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consensus-breaking IMPORTANT! If the PR with this tag is merged, next release WILL HAVE TO BE an upgrade. migration Morse to Shannon migration related work on-chain On-chain business logic
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[Morse->Shannon Migration] Migration module
2 participants