quorum/les
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
..
flowcontrol Merge pull request #3519 from zsfelfoldi/light-topic5 2017-01-09 16:58:23 +02:00
api_backend.go params: core, core/vm, miner: 64bit gas instructions 2017-02-13 21:44:25 +01:00
backend.go cmd,eth,les,internal: remove natspec support 2017-01-17 12:13:50 +01:00
fetcher.go Merge pull request #3519 from zsfelfoldi/light-topic5 2017-01-09 16:58:23 +02:00
handler.go les: add unknown peers to server pool instead of rejecting them 2017-01-26 04:23:49 +01:00
handler_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
helper_test.go params: core, core/vm, miner: 64bit gas instructions 2017-02-13 21:44:25 +01:00
metrics.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
odr.go les: fixed selectPeer deadlock, improved request distribution 2017-01-06 04:34:31 +01:00
odr_requests.go all: fix ineffectual assignments and remove uses of crypto.Sha3 2017-01-09 16:24:42 +01:00
odr_test.go les: fixed selectPeer deadlock, improved request distribution 2017-01-06 04:34:31 +01:00
peer.go Merge pull request #3519 from zsfelfoldi/light-topic5 2017-01-09 16:58:23 +02:00
protocol.go all: update license information 2016-11-09 02:51:34 +01:00
randselect.go les: implement light server pool 2016-12-08 13:38:15 +01:00
randselect_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
request_test.go les: fixed selectPeer deadlock, improved request distribution 2017-01-06 04:34:31 +01:00
server.go les: remove delayed les server starting 2017-01-26 04:23:53 +01:00
serverpool.go les, cmd/util: disable topic discovery with --nodiscover 2017-01-27 02:52:45 +01:00
sync.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
txrelay.go les: fixed transaction sending deadlock (#3568) 2017-01-16 10:51:29 +01:00