Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
build
build: improve cross compilation setup ( #22804 )
4 years ago
cmdtest
cmd/evm: add tests for evm t8n ( #23507 )
3 years ago
debug
internal/debug: make gosimple linter happy
3 years ago
ethapi
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
flags
cmd/geth: add db commands stats, compact, put, get, delete ( #22014 )
4 years ago
guide
all: add support for EIP-2718, EIP-2930 transactions ( #21502 )
4 years ago
jsre
cmd/geth, console: support interrupting the js console ( #23387 )
3 years ago
syncx
core: improve shutdown synchronization in BlockChain ( #22853 )
3 years ago
testlog
internal/testlog: print file+line number of log call in test log ( #20528 )
5 years ago
utesting
cmd/devp2p, internal/utesting: implement TAP output ( #21760 )
4 years ago
web3ext
eth/api: add rpc method to obtain which states are accessible ( #23646 )
3 years ago