-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(genesisapplier): create genesisapplier package #44
Merged
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
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @tremarkley and the rest of your teammates on Graphite |
tremarkley
commented
Jul 10, 2024
tremarkley
force-pushed
the
harry/genesis_applier
branch
3 times, most recently
from
July 10, 2024 23:19
de7f15d
to
cd6e254
Compare
tremarkley
commented
Jul 10, 2024
jakim929
approved these changes
Jul 11, 2024
tremarkley
force-pushed
the
harry/orchestrator
branch
from
July 11, 2024 17:29
42706a0
to
dcf29b3
Compare
tremarkley
force-pushed
the
harry/genesis_applier
branch
from
July 11, 2024 17:29
cd6e254
to
fc54c94
Compare
tremarkley
force-pushed
the
harry/orchestrator
branch
from
July 11, 2024 17:36
dcf29b3
to
c33a48e
Compare
tremarkley
force-pushed
the
harry/genesis_applier
branch
from
July 11, 2024 17:36
fc54c94
to
ce0259d
Compare
tremarkley
force-pushed
the
harry/orchestrator
branch
from
July 11, 2024 17:55
c33a48e
to
e556e6e
Compare
tremarkley
force-pushed
the
harry/genesis_applier
branch
2 times, most recently
from
July 11, 2024 18:05
f8bda9f
to
88dc62b
Compare
tremarkley
force-pushed
the
harry/genesis_applier
branch
from
July 11, 2024 18:12
88dc62b
to
34867fc
Compare
tremarkley
force-pushed
the
harry/genesis_applier
branch
from
July 11, 2024 18:23
34867fc
to
749d3ce
Compare
tremarkley
changed the title
feat(genesis-applier): create genesis_applier package
feat(genesis-applier): create genesisapplier package
Jul 11, 2024
tremarkley
changed the title
feat(genesis-applier): create genesisapplier package
feat(genesisapplier): create genesisapplier package
Jul 11, 2024
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.
Part of #41
genesisapplier
package, which will be used for making any modifications that are needed to genesis files.UpdateGenesisWithConfig
function insidegenesisapplier
, which given a genesis and a config, returns a genesis with the updated config values.--init
flag.