Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -77/+0 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -8/+8 |
| | |||||
* | New gas prices model | obscuren | 2015-03-02 | 1 | -9/+9 |
| | |||||
* | remove pre compiled for tests | obscuren | 2015-01-13 | 1 | -26/+31 |
| | |||||
* | Precompiled contract & Depth change | obscuren | 2015-01-06 | 1 | -0/+16 |
| | | | | | * Added pre-compiled contract 0x04 (mem cpy) * Changed depth error to return the gas instead of consuming | ||||
* | Moved pre-compiled, moved depth check | obscuren | 2014-12-18 | 1 | -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 changes | obscuren | 2014-12-10 | 1 | -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 ignore | obscuren | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Added state tests | obscuren | 2014-12-02 | 1 | -2/+6 |
| | |||||
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -4/+4 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -0/+42 |