-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fetch txns from hotshot #10
Conversation
Looking into this CI lint issue, seems unrelated to these changes |
There are some extra trailing arguments in the nitro command in the instructions in the comment. |
hmm seems to work for me |
Hmm. There's something wrong with my binary then.
|
@nomaxg The command works after updating the geth submodule. |
@nomaxg Tried to follow the whole set of instructions. Current issue seems to be that both the nitro testnode and the sequencer start an L1 (listening on the same ports). |
Code changes look good, but as mentioned above I haven't been able to run it. If we want to have less to worry about when syncing upstream code we could squash at least the commit 9827a28 that reverts some changes. |
Ah yes - I'll update the geth submodule here |
ahh that's right, I actually added this small change locally to the sequencer to accommodate both:
|
In case you didn't see, I pushed a change with that in 117b0c4 |
yep realized that when I attempted to push 😄 |
@sveitser thoughts on merging this in? I think @ImJeremyHe's work will solve the L1 port conflict |
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.
@nomaxg sure go ahead.
Merge main back into develop to add base branch CI step
Introduces an espresso-sequencer that simply fetches blocks one by one from HotShot, starting at a specified index (this is currently 0, but will eventually reflect the latest block number sequenced).
Future work:
To test this out, start a dev network, spin down the sequencer, run a hotshot network (
just demo
in the sequencer repo). And run: