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

signer/rules: use goja and remove otto #20599

Merged
merged 2 commits into from
Jan 29, 2020

Conversation

gballet
Copy link
Member

@gballet gballet commented Jan 27, 2020

This supersedes #20472

@gballet gballet requested a review from holiman as a code owner January 27, 2020 17:36
@fjl fjl changed the title signer: use goja and remove otto signer/rules: use goja and remove otto Jan 27, 2020
Copy link
Contributor

@fjl fjl left a comment

Choose a reason for hiding this comment

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

This looks good to me.

log.Info("error occurred during response unmarshalling", "error", err)
return false, err
}
result := v.ToString().String()
Copy link
Contributor

Choose a reason for hiding this comment

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

v.ToString().String() -- really? Why so ugly?

@holiman holiman merged commit 594e038 into ethereum:master Jan 29, 2020
@holiman holiman added this to the 1.9.11 milestone Feb 3, 2020
enriquefynn pushed a commit to enriquefynn/go-ethereum that referenced this pull request Mar 10, 2021
* signer: replace otto with goja

* go.mod: remove Otto
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