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

witness: don't touch transfer for value-bearing CALLCODE #498

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

jsign
Copy link
Collaborator

@jsign jsign commented Sep 13, 2024

This PR makes a fix pointed out by @tanishqjasoria

Signed-off-by: Ignacio Hagopian <[email protected]>
@jsign jsign changed the title fix callcode touching witness: don't touch transfer for value-bearing CALLCODE Sep 13, 2024
@jsign jsign requested a review from gballet September 15, 2024 14:27
@jsign jsign marked this pull request as ready for review September 15, 2024 14:27
@gballet gballet added this to the verkle-gen-devnet-7 milestone Sep 16, 2024
Copy link
Owner

@gballet gballet left a comment

Choose a reason for hiding this comment

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

Had to double-check just to be sure. The confusing part is that the access list implementation of CALLCODE does add the value to the access list, but it will already be there so it won't have an impact. And since this call doesn't seem to have any effect, removing it has no impact.

@gballet gballet merged commit 478d524 into kaustinen-with-shapella Sep 16, 2024
10 of 13 checks passed
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