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

Ignore tx type 126 for celo #14875

Merged
merged 14 commits into from
Oct 24, 2024
Merged

Ignore tx type 126 for celo #14875

merged 14 commits into from
Oct 24, 2024

Conversation

finleydecker
Copy link
Contributor

Now that Celo is an OP chain, we need to ignore tx type 126 (0x7e).

The Celo chaintype is still useful because we still need to ignore tx types 123 (0x7b) and 124 (0x7c) on Celo specifically which we already have code for.

@finleydecker finleydecker requested a review from a team as a code owner October 21, 2024 23:07
amit-momin
amit-momin previously approved these changes Oct 21, 2024
Copy link
Contributor

github-actions bot commented Oct 21, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

george-dorin
george-dorin previously approved these changes Oct 22, 2024
george-dorin
george-dorin previously approved these changes Oct 22, 2024
@george-dorin george-dorin added this pull request to the merge queue Oct 24, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 24, 2024
@george-dorin george-dorin added this pull request to the merge queue Oct 24, 2024
Merged via the queue into develop with commit 101fbbc Oct 24, 2024
129 checks passed
@george-dorin george-dorin deleted the celo-tx-type branch October 24, 2024 10:06
KMontag42 pushed a commit that referenced this pull request Oct 24, 2024
* ignore tx type 126 for celo

* add changeset

* Update .changeset/few-sloths-explain.md

Co-authored-by: amit-momin <[email protected]>

* added 0x7e to tx type tests for celo

* fix linting issues

* update celo bhe test

* update celo bhe test

* remove uncessary booleans in BHE celo test

* change 0x7e tx to switch statement

* linting

* add default case

* ignore 0x7e for celo

---------

Co-authored-by: amit-momin <[email protected]>
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.

6 participants