aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/common.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license informationFelix Lange2015-07-071-0/+16
|
* basic glogobscuren2015-04-041-4/+2
|
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-2/+0
| | | | | | | | | * 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
* Cleanup VM.obscuren2015-03-291-0/+1
| | | | | | | * CALLDATA use getData * removed old context get range value * removed casting big => int for some cases * pc now big int #457
* Cleanup VMobscuren2015-03-291-0/+10
|
* moved state and vm to coreobscuren2015-03-231-0/+82