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

Strip out empty spaces around contract bytes #9942

Closed
wants to merge 2 commits into from
Closed

Strip out empty spaces around contract bytes #9942

wants to merge 2 commits into from

Conversation

rickiey
Copy link

@rickiey rickiey commented Dec 26, 2022

@rickiey rickiey requested a review from a team as a code owner December 26, 2022 02:35
@rickiey rickiey changed the title Feat/nv18 fevm Strip out empty spaces around contract bytes Jan 3, 2023
@@ -1798,11 +1801,10 @@ var ChainInvokeEVMCmd = &cli.Command{
return nil
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be nice to do the same stripping of input data on invoke as you are doing for create: https://github.com/filecoin-project/lotus/pull/9942/files#diff-57b32822bc04a59777538e1130a95c9e0f19d0d12b04321a2a55803c6c5cffe5R1705

Copy link
Contributor

@ZenGround0 ZenGround0 left a comment

Choose a reason for hiding this comment

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

Looks like tests are breaking possibly from your new error handling semantics. Please investigate and resolve and then this will be approved.

@rickiey rickiey closed this by deleting the head repository Jan 5, 2023
@ZenGround0
Copy link
Contributor

@rickiey it turns out this test is failing for everyone, if you reopen we can merge this

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