plugeth/eth
Jeffrey Wilcke 8b57c49490 params: core, core/vm, miner: 64bit gas instructions (#3514)
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-02 15:25:42 +01:00
..
downloader params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00
fetcher params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00
filters all: fix spelling errors 2017-01-06 19:44:35 +02:00
gasprice all: update license information 2016-11-09 02:51:34 +01:00
api_backend.go params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00
api.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
backend_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
backend.go les: remove delayed les server starting 2017-01-26 04:23:53 +01:00
bad_block.go all: update license information 2016-11-09 02:51:34 +01:00
bind.go params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00
db_upgrade.go all: update license information 2016-11-09 02:51:34 +01:00
handler_test.go params: core, core/vm, miner: 64bit gas instructions (#3514) 2017-02-02 15:25:42 +01:00
handler.go les: remove delayed les server starting 2017-01-26 04:23:53 +01:00
helper_test.go cmd/geth, core: add support for recording SHA3 preimages (#3543) 2017-01-17 12:19:50 +01:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
peer.go eth, eth/downloader: better remote head tracking 2016-07-25 15:14:14 +03:00
protocol_test.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
protocol.go core: bugfix state change race condition in txpool (#3412) 2016-12-10 23:54:58 +01:00
sync_test.go eth: skip transaction handling during fast sync 2016-05-17 14:17:20 +03:00
sync.go les: remove delayed les server starting 2017-01-26 04:23:53 +01:00