| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
* Added pre-compiled contract 0x04 (mem cpy)
* Changed depth error to return the gas instead of consuming
|
|
|
|
|
|
| |
* Depth check has been moved to the execution
* Pre compiled execution has been moved to the VM
* PrecompiledAddress has been renamed to PrecompiledAccount
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
|
|
|
| |
mist, etheruem have been moved to cmd/
|
|
|