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

e2: fix regression in json encoding of stack values in traces due to chan… #11810

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

lupin012
Copy link
Contributor

@lupin012 lupin012 commented Aug 30, 2024

cherry-pick from PR #11061 from main (the regression is present also in release 2.60)

Regression caused by this change in uint256 library:

holiman/uint256@f24ed59

It was causing trace json to encode stack values as quoted (string) decimal values rather than a hex encoded value.

…ge of uint256 String() method (#11061)

Regression caused by this change in uint256 library:

holiman/uint256@f24ed59

It was causing trace json to encode stack values as quoted (string)
decimal values rather than a hex encoded value.
@lupin012 lupin012 marked this pull request as ready for review August 30, 2024 17:16
@lupin012 lupin012 changed the title fix regression in json encoding of stack values in traces due to chan… e2: fix regression in json encoding of stack values in traces due to chan… Aug 30, 2024
@AskAlexSharov AskAlexSharov merged commit fbc4122 into release/2.60 Aug 31, 2024
15 of 17 checks passed
@AskAlexSharov AskAlexSharov deleted the fix-stack-on-e2 branch August 31, 2024 13:44
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.

3 participants