quorum/cmd/geth
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
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd.go accounts, cmd, internal, mobile, node: canonical account URLs 2017-02-13 14:00:08 +02:00
accountcmd_test.go accounts, cmd, internal, mobile, node: canonical account URLs 2017-02-13 14:00:08 +02:00
chaincmd.go cmd/geth, cmd/swarm: Fix to close file handler appropriately 2017-01-30 01:10:19 +09:00
consolecmd.go cmd/geth: improve command help messages (#3227) 2016-11-10 13:00:09 +02:00
consolecmd_test.go cmd, ethstats, les, mobile, params: native netstats (#3336) 2016-11-25 16:55:06 +01:00
dao_test.go cmd: drop DAO related choice flags since ETC diverged 2016-11-29 15:50:27 +02:00
genesis_test.go cmd/geth: fix port clash in genesis test 2016-09-05 13:24:11 +02:00
main.go params: core, core/vm, miner: 64bit gas instructions 2017-02-13 21:44:25 +01:00
misccmd.go cmd/geth: tidied up the source (#3385) 2016-11-30 13:34:24 +02:00
monitorcmd.go all: fix ineffectual assignments and remove uses of crypto.Sha3 2017-01-09 16:24:42 +01:00
run_test.go cmd: fix CLI package deprecation warnings 2016-06-10 11:23:00 +03:00
usage.go Merge pull request #3579 from bas-vk/natspec 2017-01-17 14:38:57 +02:00