-
Notifications
You must be signed in to change notification settings - Fork 13
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] implement MsgClaimMorseApplication
handler
#1082
Open
bryanchriswhite
wants to merge
39
commits into
issues/1034/refactor/stake_app
Choose a base branch
from
issues/1034/feat/claim_morse_app
base: issues/1034/refactor/stake_app
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Morse->Shannon Migration] implement MsgClaimMorseApplication
handler
#1082
bryanchriswhite
wants to merge
39
commits into
issues/1034/refactor/stake_app
from
issues/1034/feat/claim_morse_app
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bryanchriswhite
commented
Feb 19, 2025
13 tasks
bryanchriswhite
commented
Feb 19, 2025
bryanchriswhite
commented
Feb 19, 2025
bryanchriswhite
commented
Feb 19, 2025
bryanchriswhite
commented
Feb 19, 2025
2a45bae
to
a1e15ae
Compare
12 tasks
30f5a69
to
3fab44d
Compare
bryanchriswhite
commented
Feb 26, 2025
bryanchriswhite
commented
Feb 26, 2025
bryanchriswhite
commented
Feb 26, 2025
bryanchriswhite
commented
Feb 26, 2025
3fab44d
to
3ace82c
Compare
bryanchriswhite
commented
Feb 26, 2025
bryanchriswhite
commented
Feb 26, 2025
bryanchriswhite
commented
Feb 26, 2025
"github.com/pokt-network/poktroll/testutil/sample" | ||
migrationtypes "github.com/pokt-network/poktroll/x/migration/types" | ||
) | ||
|
||
type MigrationModuleTestSuite struct { |
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.
@Reviewer, this section was moved to morse_import_test.go
bryanchriswhite
commented
Mar 3, 2025
bryanchriswhite
commented
Mar 3, 2025
bryanchriswhite
commented
Mar 3, 2025
Olshansk
requested changes
Mar 5, 2025
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.
…to issues/1034/feat/claim_morse_app * pokt/issues/1034/refactor/stake_app: self-review improvements chore: review feedback improvements fix: typo chore: review feedback improvements chore: self-review improvements chore: regenerate protobufs chore: review feedback improvements chore: regenerate protobufs chore: review feedback improvements chore: review feedback improvements refactor: MorseStateExport & MorseClaimableAccount fixtures [RelayMiner] Implement relayminer query caching (#1050)
#1108 (cherry picked from commit 373d33d90392f4cc01beefddd9d1932b613ade79)
bryanchriswhite
commented
Mar 7, 2025
12 tasks
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Implement
MsgClaimMorseApplication
message handler. It should stake, or upstake and replace the service config, a Shannon application, given a previously imported (and unclaimed)MorseClaimableAccount
.Issue
Type of change
Select one or more from the following:
consensus-breaking
label if so. See [Infra] Automatically add theconsensus-breaking
label #791 for detailsSanity Checklist
assignees
,reviewers
,labels
,project
,iteration
andmilestone
make docusaurus_start
make go_develop_and_test
andmake test_e2e
devnet-test-e2e
label to run E2E tests in CI