Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -171/+0 |
| | |||||
* | ethlog => logger | obscuren | 2014-10-31 | 1 | -4/+4 |
| | |||||
* | ethcrypto => crypto | obscuren | 2014-10-31 | 1 | -4/+4 |
| | |||||
* | Moved ethchain to chain | obscuren | 2014-10-31 | 1 | -10/+10 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -6/+6 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -3/+3 |
| | |||||
* | Refactored VM to two separate VMs; std & debug | obscuren | 2014-10-14 | 1 | -2/+1 |
| | | | | | | Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements. | ||||
* | Minor tweaks for poc7 | obscuren | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Fixed inconsistencies | obscuren | 2014-10-02 | 1 | -4/+6 |
| | |||||
* | Re-wrote Call and Execute to use the new vm messages | obscuren | 2014-09-22 | 1 | -14/+16 |
| | |||||
* | add pushtx to api | Cayman Nava | 2014-09-10 | 1 | -0/+9 |
| | | | | Previously the software assumed use of an internal private key for use in all broadcasted transactions. This addition lets nodes relay pre-signed transactions originating from sources other than the node itself. | ||||
* | Mutan compile | obscuren | 2014-08-17 | 1 | -0/+9 |
| | |||||
* | Added message to closure && added change addresses | obscuren | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | world => World | obscuren | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Renamed object to Object | obscuren | 2014-08-05 | 1 | -2/+2 |
| | |||||
* | Added vm options for object execution | obscuren | 2014-08-05 | 1 | -11/+22 |
| | |||||
* | Added exist method | obscuren | 2014-08-04 | 1 | -0/+4 |
| | |||||
* | Added general Pipe API | obscuren | 2014-08-04 | 1 | -0/+135 |