quorum/internal
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
..
build internal/build: use 'git tag --points-at' to get the current tag 2016-11-27 18:42:48 +01:00
debug internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 2016-11-01 18:40:36 +08:00
ethapi params: core, core/vm, miner: 64bit gas instructions 2017-02-13 21:44:25 +01:00
guide accounts, cmd, eth, internal, mobile, node: split account backends 2017-02-13 14:00:02 +02:00
jsre accounts/abi, internal/jsre/deps: gofmt -w -s (#3636) 2017-02-03 13:32:04 +01:00
web3ext core, eth, internal: Added `debug_getBadBlocks()` method (#3654) 2017-02-13 21:44:06 +01:00