go-ethereum/internal/jsre
Guillaume Ballet 6743853dca console, internal/jsre: use github.com/dop251/goja (#20470)
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.
2023-11-02 00:43:55 +08:00
..
deps xdpos API getV2Block (#227) 2023-03-05 02:17:46 +08:00
completion.go console, internal/jsre: use github.com/dop251/goja (#20470) 2023-11-02 00:43:55 +08:00
completion_test.go console, internal/jsre: use github.com/dop251/goja (#20470) 2023-11-02 00:43:55 +08:00
jsre.go console, internal/jsre: use github.com/dop251/goja (#20470) 2023-11-02 00:43:55 +08:00
jsre_test.go console, internal/jsre: use github.com/dop251/goja (#20470) 2023-11-02 00:43:55 +08:00
pretty.go console, internal/jsre: use github.com/dop251/goja (#20470) 2023-11-02 00:43:55 +08:00