refactor: Change parameters format in genesis.json#5020
Merged
mversic merged 3 commits intohyperledger-iroha:mainfrom Sep 9, 2024
Merged
refactor: Change parameters format in genesis.json#5020mversic merged 3 commits intohyperledger-iroha:mainfrom
mversic merged 3 commits intohyperledger-iroha:mainfrom
Conversation
dima74
commented
Aug 29, 2024
mversic
reviewed
Aug 30, 2024
mversic
previously approved these changes
Aug 30, 2024
mversic
approved these changes
Aug 31, 2024
mversic
requested changes
Aug 31, 2024
31dea9a to
731d4c8
Compare
Erigara
reviewed
Sep 3, 2024
Contributor
There was a problem hiding this comment.
No objections from codewise perspective and imo genesis this way looks more readable.
Let's see what SDK guys think: @Mingela @SamHSmith @0x009922
731d4c8 to
a344382
Compare
mversic
approved these changes
Sep 4, 2024
mversic
reviewed
Sep 4, 2024
a344382 to
33decf3
Compare
Erigara
approved these changes
Sep 9, 2024
Signed-off-by: Dmitry Murzin <diralik@yandex.ru>
Signed-off-by: Dmitry Murzin <diralik@yandex.ru>
Signed-off-by: Dmitry Murzin <diralik@yandex.ru>
33decf3 to
6a8c4df
Compare
Contributor
Author
|
@BAStos525 @timofeevmd format of parameters in genesis.json has changed. Please see PR description for details of the new format. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Context
Fixes #4813
Solution
Changes format of
genesis.jsonfrom (full format):to (full format):
Migration Guide (optional)
kagami genesis generatewill generate genesis in the new format. Custom genesis generator tools should be changed to new format.RawGenesisTransactioncorresponding to genesis.json fileReview notes (optional)
Checklist
CONTRIBUTING.md.