-
Notifications
You must be signed in to change notification settings - Fork 115
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
go/cmd/registry: simplify register runtime command #3903
Conversation
48f2705
to
da67edf
Compare
.changelog/3903.internal.md
Outdated
@@ -0,0 +1,8 @@ | |||
go/cmd/registry: simplify register runtime command |
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.
I don't think this is internal, but rather a "feature" (or even breaking, but we'll want to backport this).
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.
I think this should be classified as breaking.
d746700
to
6adf3d2
Compare
Codecov Report
@@ Coverage Diff @@
## master #3903 +/- ##
==========================================
+ Coverage 67.14% 67.26% +0.12%
==========================================
Files 404 404
Lines 41449 41178 -271
==========================================
- Hits 27829 27698 -131
+ Misses 9665 9562 -103
+ Partials 3955 3918 -37
Continue to review full report at Codecov.
|
.changelog/3903.feature.md
Outdated
descriptor, which should simplify generating runtime registration | ||
transactions. | ||
The `registy runtime init_genesis` command is removed as runtime | ||
descriptors in genesis are not singed since `v21.x` making the command |
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.
descriptors in genesis are not singed since `v21.x` making the command | |
descriptors in genesis are not singed since version 21.0+ making the command |
6adf3d2
to
d655883
Compare
Update gen_register runtime command to accept runtime descriptor path instead of messing with the arguments.
d655883
to
03a7032
Compare
Closes: #3626
Update
gen_register
runtime command to accept runtime descriptor instead of messing with the arguments.TODO: