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

fix: compile errors due to unpinned dependencies #85

Merged
merged 4 commits into from
Sep 8, 2024

Conversation

merklefruit
Copy link
Collaborator

@merklefruit merklefruit commented Sep 7, 2024

This PR fixes all dependency-related compile errors, mainly due to changes to location of types in different crates.
It also pins op-alloy, kona and superchain deps allow us to work on a stable trunk until the type migration is done.

Also removed ssz_rs in favor of ethereum_ssz, as with the new alloy version we can't access it from private::.

Stack:

@merklefruit merklefruit added C-enhancement New feature or request A-dependencies labels Sep 7, 2024
@merklefruit merklefruit requested a review from refcell September 7, 2024 13:29
@merklefruit merklefruit self-assigned this Sep 7, 2024
This PR introduces a first iteration of the pipeline `step`
functionality.

The pipeline will try to advance as long as there are new derived
payloads,
and then it will wait for a new L1 notification before trying again.

- closes #71 (first iteration, anyway)

Stack:

- #77 
  - #85 
    - 👉 #86
@merklefruit merklefruit merged commit ebfb0e6 into nico/feat/l1-listener Sep 8, 2024
11 checks passed
@merklefruit merklefruit deleted the nico/fix/compile-errs branch September 8, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant