aboutsummaryrefslogtreecommitdiffstats
path: root/vm/address.go
Commit message (Collapse)AuthorAgeFilesLines
* New gas prices modelobscuren2015-03-021-9/+9
|
* remove pre compiled for testsobscuren2015-01-131-26/+31
|
* Precompiled contract & Depth changeobscuren2015-01-061-0/+16
| | | | | * Added pre-compiled contract 0x04 (mem cpy) * Changed depth error to return the gas instead of consuming
* Moved pre-compiled, moved depth checkobscuren2014-12-181-6/+6
| | | | | | * Depth check has been moved to the execution * Pre compiled execution has been moved to the VM * PrecompiledAddress has been renamed to PrecompiledAccount
* Core changesobscuren2014-12-101-4/+14
| | | | | | | | * Code = '' if gas < len(D) * 5 * Sha3 gas 10 + 10 * len(D), rounding up 32 bytes * Sha256 gas 50 + 50 * len(D), rounding up 32 bytes * Ripmed gas 50 + 50 * len(D), rounding up 32 bytes * Accounts and value transfers no longer reverted
* Check for known block err and ignoreobscuren2014-12-021-1/+1
|
* Added state testsobscuren2014-12-021-2/+6
|
* ethcrypto => cryptoobscuren2014-10-311-4/+4
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Moved ethvm => vmobscuren2014-10-181-0/+42