-
Notifications
You must be signed in to change notification settings - Fork 2
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
Document Dusk-4 #6
base: main
Are you sure you want to change the base?
Conversation
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.
lgtm but haven't manually tested
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.
Getting
ERROR: failed to create node: error reading GenesisDoc at /home/josh_astria_org/.cometbft/config/genesis.json: genesis doc must include non-empty chain_id
when going through process
dusk-4/sequencer/full-node.md
Outdated
```bash | ||
git clone https://github.com/astriaorg/astria.git | ||
cd astria | ||
git checkout tags/sequencer-v0.11.1 |
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.
git checkout tags/sequencer-v0.11.1 | |
git checkout tags/sequencer-v0.10.1 |
dusk-4/sequencer/genesis.json
Outdated
{ | ||
"jsonrpc": "2.0", | ||
"id": -1, | ||
"result": { | ||
"genesis": { |
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.
{ | |
"jsonrpc": "2.0", | |
"id": -1, | |
"result": { | |
"genesis": { | |
{ | |
} | ||
} | ||
} |
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.
} | |
} | |
} | |
} |
No description provided.