plugeth/console
Martin Holst Swende 72c2c0ae7e
cmd/geth, console: support interrupting the js console (#23387)
Previously, Ctrl-C (SIGINT) was ignored during JS execution, so it was not
possible to get out of infinite loops in the console. With this change,
Ctrl-C now interrupts JS.

Fixes #23344

Co-authored-by: Sina Mahmoodi <itz.s1na@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-12-11 16:51:05 +01:00
..
prompt cmd/clef, signer/core: password input fixes (#20960) 2020-05-19 10:44:46 +02:00
testdata cmd, console: split off the console into a reusable package 2016-05-30 17:25:23 +03:00
bridge_test.go console: handle undefined + null in console funcs (#21160) 2020-06-02 18:06:22 +02:00
bridge.go all: simplify nested complexity and if blocks ending with a return statement (#21854) 2020-11-25 09:24:50 +01:00
console_test.go cmd/geth: add flag --dev.gaslimit for dev mode (#23686) 2021-11-16 13:45:02 +01:00
console.go cmd/geth, console: support interrupting the js console (#23387) 2021-12-11 16:51:05 +01:00