-
Notifications
You must be signed in to change notification settings - Fork 277
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
[fix] #1640: Generate genesis.json
and consolidate generation into one tool
#2104
Merged
appetrosyan
merged 5 commits into
hyperledger-iroha:iroha2-dev
from
appetrosyan:i2-roles-fix
Apr 27, 2022
Merged
[fix] #1640: Generate genesis.json
and consolidate generation into one tool
#2104
appetrosyan
merged 5 commits into
hyperledger-iroha:iroha2-dev
from
appetrosyan:i2-roles-fix
Apr 27, 2022
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
github-actions
bot
added
the
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
label
Apr 14, 2022
appetrosyan
force-pushed
the
i2-roles-fix
branch
2 times, most recently
from
April 14, 2022 19:01
245ad4a
to
33d75bc
Compare
appetrosyan
changed the title
[fix] #1640: Generate config.json and genesis.json
[fix] #1640: Generate Apr 14, 2022
genesis.json
and consolidate generation into one tool
appetrosyan
force-pushed
the
i2-roles-fix
branch
from
April 15, 2022 07:31
33d75bc
to
63d2f19
Compare
appetrosyan
force-pushed
the
i2-roles-fix
branch
3 times, most recently
from
April 15, 2022 11:49
0cca2ba
to
faa3219
Compare
mversic
requested changes
Apr 15, 2022
appetrosyan
force-pushed
the
i2-roles-fix
branch
2 times, most recently
from
April 15, 2022 15:30
6509b80
to
10362e5
Compare
appetrosyan
force-pushed
the
i2-roles-fix
branch
from
April 15, 2022 16:02
10362e5
to
a32a61c
Compare
appetrosyan
force-pushed
the
i2-roles-fix
branch
2 times, most recently
from
April 16, 2022 06:40
c5404d6
to
ad9090b
Compare
mversic
previously approved these changes
Apr 16, 2022
appetrosyan
force-pushed
the
i2-roles-fix
branch
3 times, most recently
from
April 18, 2022 12:19
b732543
to
3e69547
Compare
appetrosyan
force-pushed
the
i2-roles-fix
branch
from
April 25, 2022 12:30
c6f908e
to
3f69633
Compare
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan
force-pushed
the
i2-roles-fix
branch
6 times, most recently
from
April 26, 2022 07:09
f79a8a8
to
d775519
Compare
appetrosyan
force-pushed
the
i2-roles-fix
branch
from
April 26, 2022 07:29
d775519
to
51a3f67
Compare
SamHSmith
previously approved these changes
Apr 26, 2022
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.
Looks alright. Can't see anything I think should be different.
s8sato
reviewed
Apr 26, 2022
appetrosyan
force-pushed
the
i2-roles-fix
branch
2 times, most recently
from
April 26, 2022 12:25
63b639c
to
1dd9cbf
Compare
SamHSmith
previously approved these changes
Apr 26, 2022
Signed-off-by: Aleksandr Petrosyan <a-p-petrosyan@yandex.ru>
appetrosyan
force-pushed
the
i2-roles-fix
branch
from
April 26, 2022 13:07
1dd9cbf
to
c2c25df
Compare
s8sato
approved these changes
Apr 27, 2022
SamHSmith
approved these changes
Apr 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Refactor
Improvement to overall code quality
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.
Description of the Change
Can now use
iroha_docs
binary to generate samplegenesis.json
Issue
Closes #1640
Closes #1992
Fixes #2081
Benefits
Can now generate and check if the
genesis.json
needs updating.Possible Drawbacks
None
Usage Examples or Tests [optional]