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

Tests v13 fix #9200

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Tests v13 fix #9200

merged 1 commit into from
Jan 12, 2024

Conversation

racytech
Copy link
Contributor

No description provided.

@racytech racytech marked this pull request as ready for review January 11, 2024 02:50
@yperbasis yperbasis added the dencun The Deneb/Cancun protocol upgrade label Jan 11, 2024
accessList: stx.AccessList,
checkNonce: true,
}
if !rules.IsCancun {
Copy link
Member

@yperbasis yperbasis Jan 12, 2024

Choose a reason for hiding this comment

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

I suggest to keep the old stx.DynamicFeeTransaction.AsMessage logic but add the !rules.IsCancun check.

Copy link
Member

Choose a reason for hiding this comment

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

Or that wouldn't work because of overridden Sender?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No this will call signer.Sender as a DynamicFeeTransaction and as a result sender will be incorrect for some reason.

@yperbasis yperbasis merged commit fa1e1ba into erigontech:devel Jan 12, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dencun The Deneb/Cancun protocol upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants