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: disable l2 to l1 events because of eip4844 #398

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

montekki
Copy link
Contributor

@montekki montekki commented Mar 4, 2024

No description provided.

@montekki montekki changed the title disable l2 to l1 events because of eip4844 fix: disable l2 to l1 events because of eip4844 Mar 4, 2024
@montekki montekki merged commit 29b6a72 into main Mar 4, 2024
7 checks passed
@montekki montekki deleted the fvs-disable-l2-to-l1-events branch March 4, 2024 19:42
montekki pushed a commit that referenced this pull request Mar 4, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.6.6](v0.6.5...v0.6.6)
(2024-03-04)


### Bug Fixes

* disable l2 to l1 events because of eip4844
([#398](#398))
([29b6a72](29b6a72))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@therealdannzor
Copy link

Hello @montekki, I'm trying to run this project locally but without success. Would you care to explain why you don't listen for L2-L1 events anymore after EIP-4844?

@therealdannzor
Copy link

In addition, do you know if a hyperchain that is not EIP-4844 upgraded would have an issue running the latest version of this project?

montekki added a commit that referenced this pull request Apr 24, 2024
# What ❔

We are currently no longer track L2ToL1Logs from L1 (removed in #398 ),
so no need to try to start from the last seen block for those events

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `cargo fmt`.
@montekki
Copy link
Contributor Author

@therealdannzor we have only listened for these events in the informational purposes, this table was never used in any actian finalization logic. It must not affect your local setup running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants