good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Guillaume Ballet's avatar
    7b68975a
    console, internal/jsre: use github.com/dop251/goja (#20470) · 7b68975a
    Guillaume Ballet authored
    This replaces the JavaScript interpreter used by the console with goja,
    which is actively maintained and a lot faster than otto. Clef still uses otto
    and eth/tracers still uses duktape, so we are currently dependent on three
    different JS interpreters. We're looking to replace the remaining uses of otto
    soon though.
    7b68975a
    History
    console, internal/jsre: use github.com/dop251/goja (#20470)
    Guillaume Ballet authored
    This replaces the JavaScript interpreter used by the console with goja,
    which is actively maintained and a lot faster than otto. Clef still uses otto
    and eth/tracers still uses duktape, so we are currently dependent on three
    different JS interpreters. We're looking to replace the remaining uses of otto
    soon though.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Go Modules. Learn more