Skip to content

fix: check for auth when deriving legacy #10619

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

Merged
merged 2 commits into from
May 24, 2025
Merged

fix: check for auth when deriving legacy #10619

merged 2 commits into from
May 24, 2025

Conversation

mattsse
Copy link
Member

@mattsse mattsse commented May 24, 2025

closes #10204

this was caused by outdated legacy match in chains which incorrectly determined that bsc only supports legacy txs, updated here: alloy-rs/chains#165

this fix in this pr works independently because this now also checks the auth field together with is_legacy

@mattsse mattsse added T-bug Type: bug C-cast Command: cast labels May 24, 2025
@mattsse mattsse enabled auto-merge (squash) May 24, 2025 13:58
Copy link
Collaborator

@grandizzy grandizzy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@mattsse mattsse merged commit f86a66e into master May 24, 2025
22 checks passed
@mattsse mattsse deleted the matt/fix-7702-on-bsc branch May 24, 2025 14:01
@github-project-automation github-project-automation bot moved this to Done in Foundry May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cast Command: cast T-bug Type: bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

bug(cast send): missing properties error when trying to send a eip7702 tx on BSC
2 participants