plugeth/cmd
Jeffrey Wilcke c12f4df910 params: core, core/vm, miner: 64bit gas instructions
Reworked the EVM gas instructions to use 64bit integers rather than
arbitrary size big ints. All gas operations, be it additions,
multiplications or divisions, are checked and guarded against 64 bit
integer overflows.

In additon, most of the protocol paramaters in the params package have
been converted to uint64 and are now constants rather than variables.

* common/math: added overflow check ops
* core: vmenv, env renamed to evm
* eth, internal/ethapi, les: unmetered eth_call and cancel methods
* core/vm: implemented big.Int pool for evm instructions
* core/vm: unexported intPool methods & verification methods
* core/vm: added memoryGasCost overflow check and test
2017-02-13 21:44:25 +01:00
..
abigen cmd/abigen: parse contract name as abi identifier 2017-02-06 18:16:56 +01:00
bootnode cmd/bootnode, cmd/geth, cmd/bzzd: add --netrestrict 2016-11-22 22:21:18 +01:00
disasm cmd/disasm: fix array-out-of-bounds error (#3491) 2017-01-08 01:18:22 +01:00
ethtest all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00
evm params: core, core/vm, miner: 64bit gas instructions 2017-02-13 21:44:25 +01:00
geth params: core, core/vm, miner: 64bit gas instructions 2017-02-13 21:44:25 +01:00
gethrpctest accounts, cmd, eth, internal, miner, node: wallets and HD APIs 2017-02-13 14:00:07 +02:00
rlpdump all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
swarm cmd/swarm: handle SIGTERM unix signal for clean exit 2017-02-13 22:15:14 +06:30
utils accounts, cmd, eth, internal, miner, node: wallets and HD APIs 2017-02-13 14:00:07 +02:00
wnode whisper: add tests for mailserver (#3631) 2017-02-13 13:15:20 +01:00