-
Notifications
You must be signed in to change notification settings - Fork 1
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
Properly create L1 segment from sequencer's view of L1 #116
Conversation
179e0a2
to
a68dd14
Compare
a10c14b
to
5c12d55
Compare
@sapinb Had to rebase this, there was some extremely hairy change made to the block assembly code both here and in your PR that I merged earlier. Please give a scan over this to make sure it's still correct. One fairly trivial change I made was passing in the whole |
This isn't complete yet but it's touching more parts so I could use some reviews. |
5c12d55
to
9714ce0
Compare
c7ee70e
to
abd932a
Compare
NOTE: This required some severe changes after rebasing to make it compile, I'm not sure if it's even correct at this point.
da0c453
to
d691cb0
Compare
…ected L1 block in client state, fix broken tests
Force merged because CI was taking too long and everybody's blocked on this. |
Resolves #93
Resolves #132
Resolves #152
Resolves #131