Skip to content
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

Add --eip4844 devnet flag #12

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

Inphi
Copy link
Collaborator

@Inphi Inphi commented Aug 9, 2022

Configures the genesis and network parameters of the protodanksharding devnet,

@Inphi
Copy link
Collaborator Author

Inphi commented Aug 9, 2022

Gonna merge now even though the bootnodes preconfiguration doesn't quite work as bootnodes are currently iffy on the devnet.
Users will be able to connect to the network by manually providing a StaticNodes config.

@Inphi Inphi merged commit 769f148 into mdehoog:eip-4844 Aug 9, 2022
@Inphi Inphi deleted the inphi/eip4844-devnet-flag branch August 9, 2022 05:29
@@ -143,6 +143,8 @@ func remoteConsole(ctx *cli.Context) error {
path = filepath.Join(path, "sepolia")
} else if ctx.GlobalBool(utils.KilnFlag.Name) {
path = filepath.Join(path, "kiln")
} else if ctx.GlobalBool(utils.KilnFlag.Name) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it's a bug. It should be the eip4844 flag

Copy link
Collaborator Author

@Inphi Inphi Sep 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

though this has been fixed since on the eip-4844 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants