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.
Jeffrey Wilcke
342ae7ce7d
core, core/vm, tests: changed the initialisation behaviour of the EVM
...
The EVM was previously initialised and created for every CALL, CALLCODE,
DELEGATECALL and CREATE. This PR changes this behaviour so that the same
EVM can be used through the session and beyond as long as the
Environment sticks around.
9 years ago
..
bootnode
all: update license headers to distiguish GPL/LGPL
9 years ago
disasm
all: update license headers to distiguish GPL/LGPL
9 years ago
ethtest
cmd/ethtest: added trace flag for debugging
9 years ago
evm
core, core/vm, tests: changed the initialisation behaviour of the EVM
9 years ago
geth
cmd/utils: add --keystore
9 years ago
gethrpctest
cmd, common, node, rpc: rework naming convention to canonical one
9 years ago
rlpdump
all: update license headers to distiguish GPL/LGPL
9 years ago
utils
cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic
9 years ago