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 --dev flag to easily start up a local L2-only dev chain #1914

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

ganeshvanahalli
Copy link
Contributor

The default arguments are:
--init.dev-init --init.dev-init-address 0x3f1Eae7D46d88F08fc2F8ed27FCb2AB183EB2d0E --node.dangerous.no-l1-listener --node.parent-chain-reader.enable=false --parent-chain.id=1337 --chain.id=412346 --persistent.chain /tmp/dev-test --node.sequencer --node.dangerous.no-sequencer-coordinator --node.staker.enable=false --init.empty=false --http.port 8547 --http.addr 127.0.0.1

Also fixes nil pointer dereference when a type with nil value is type casted into an interface when passed as argument.

@cla-bot cla-bot bot added the s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA. label Oct 11, 2023
Copy link
Member

@joshuacolvin0 joshuacolvin0 left a comment

Choose a reason for hiding this comment

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

LGTM

@ganeshvanahalli ganeshvanahalli merged commit 0b527c2 into master Oct 13, 2023
7 checks passed
@ganeshvanahalli ganeshvanahalli deleted the nitro-default-devchain branch October 13, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s Automatically added by the CLA bot if the creator of a PR is registered as having signed the CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants