quorum/core/vm
Gustav Simonsson c26c8d3a44 Read most protocol params from common/params.json
* Add params package with exported variables generated from
  github.com/ethereum/common/blob/master/params.json
* Use params package variables in applicable places
* Add check for minimum gas limit in validation of block's gas limit
* Remove common/params.json from go-ethereum to avoid
  outdated version of it
2015-04-02 06:22:32 +02:00
..
address.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
analysis.go Cleanup VM. 2015-03-28 20:30:38 +01:00
asm.go moved state and vm to core 2015-03-23 16:59:09 +01:00
common.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
context.go Cleanup VM. 2015-03-28 20:30:38 +01:00
environment.go Cleaned up changes 2015-03-24 15:23:16 +01:00
errors.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
gas.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
main_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00
memory.go Removed comments 2015-03-27 16:11:19 +01:00
stack.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
types.go moved state and vm to core 2015-03-23 16:59:09 +01:00
virtual_machine.go moved state and vm to core 2015-03-23 16:59:09 +01:00
vm.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
vm_jit.go Read most protocol params from common/params.json 2015-04-02 06:22:32 +02:00
vm_jit_fake.go moved state and vm to core 2015-03-23 16:59:09 +01:00
vm_test.go moved state and vm to core 2015-03-23 16:59:09 +01:00