-
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] Scaffold MsgUploadMorseState
#1035
Closed
bryanchriswhite
wants to merge
6
commits into
chore/migration/state-prep
from
scaffold/migration/morse-state
Closed
[Morse->Shannon Migration] Scaffold MsgUploadMorseState
#1035
bryanchriswhite
wants to merge
6
commits into
chore/migration/state-prep
from
scaffold/migration/morse-state
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
added
on-chain
On-chain business logic
consensus-breaking
IMPORTANT! If the PR with this tag is merged, next release WILL HAVE TO BE an upgrade.
labels
Jan 20, 2025
9 tasks
bryanchriswhite
force-pushed
the
scaffold/migration/morse-state
branch
2 times, most recently
from
January 21, 2025 12:55
da08fdb
to
73bb345
Compare
9 tasks
bryanchriswhite
force-pushed
the
scaffold/migration/morse-state
branch
from
January 27, 2025 16:17
edad645
to
d9d6cb3
Compare
bryanchriswhite
changed the base branch from
scaffold/migration-module
to
chore/migration/state-prep
January 27, 2025 16:21
bryanchriswhite
force-pushed
the
scaffold/migration/morse-state
branch
from
January 27, 2025 16:26
d9d6cb3
to
3e715e5
Compare
bryanchriswhite
commented
Jan 29, 2025
|
||
message MsgUploadMorseStateResponse { | ||
string state_hash = 1 [(gogoproto.jsontag) = "state_hash"]; |
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.
Suggested change
string state_hash = 1 [(gogoproto.jsontag) = "state_hash"]; | |
bytes state_hash = 1 [(gogoproto.jsontag) = "state_hash"]; |
12 tasks
SUPERSEDED BY #1045 |
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.
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.
SUPERSEDED BY #1045
Summary
ignite scaffold message upload-morse-state --module migration --signer authority state
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 detailsTesting
make docusaurus_start
; only needed if you make doc changesmake go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.Sanity Checklist