Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ethlog => logger | obscuren | 2014-10-31 | 2 | -5/+5 |
* | ethcrypto => crypto | obscuren | 2014-10-31 | 3 | -11/+11 |
* | Moved ethchain to chain | obscuren | 2014-10-31 | 4 | -28/+28 |
* | Updated to use ethereum.js | obscuren | 2014-10-31 | 1 | -5/+12 |
* | Moved logging to state, proper structured block | obscuren | 2014-10-30 | 1 | -1/+1 |
* | ethpipe: delete useless test | Felix Lange | 2014-10-30 | 1 | -58/+0 |
* | Implemented LOG. Closes #159 | obscuren | 2014-10-27 | 1 | -0/+1 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 8 | -24/+24 |
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 2 | -1/+5 |
* | Renamed block_chain to chain_manager | obscuren | 2014-10-20 | 2 | -5/+5 |
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -3/+3 |
* | Fixed most of the tests | obscuren | 2014-10-17 | 1 | -0/+1 |
* | Refactored VM to two separate VMs; std & debug | obscuren | 2014-10-14 | 1 | -2/+1 |
* | New block message | obscuren | 2014-10-08 | 1 | -2/+0 |
* | Minor tweaks for poc7 | obscuren | 2014-10-08 | 2 | -1/+3 |
* | kick of bad peers | obscuren | 2014-10-07 | 1 | -2/+2 |
* | Fixed inconsistencies | obscuren | 2014-10-02 | 3 | -11/+13 |
* | Added protocol caps accessors | obscuren | 2014-09-26 | 1 | -1/+9 |
* | Attempt to catch up from unknown block | obscuren | 2014-09-25 | 1 | -2/+10 |
* | Temp work around | obscuren | 2014-09-25 | 1 | -7/+0 |
* | Re-wrote Call and Execute to use the new vm messages | obscuren | 2014-09-22 | 2 | -21/+39 |
* | Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop | obscuren | 2014-09-14 | 2 | -0/+15 |
|\ | |||||
| * | Merge branch 'feature-pushtx' into develop | Cayman Nava | 2014-09-10 | 2 | -0/+15 |
| |\ | |||||
| | * | add pushtx to api | Cayman Nava | 2014-09-10 | 2 | -0/+15 |
* | | | Reworked filters | obscuren | 2014-09-14 | 1 | -95/+2 |
|/ / | |||||
* / | Make use of new list type for transactions instead of json | obscuren | 2014-09-08 | 1 | -15/+19 |
|/ | |||||
* | Block size | obscuren | 2014-08-25 | 1 | -1/+2 |
* | Storage at changed to return bytes | obscuren | 2014-08-22 | 1 | -1/+2 |
* | Always return something valid | obscuren | 2014-08-21 | 1 | -0/+5 |
* | Added block by hash or number | obscuren | 2014-08-20 | 1 | -1/+13 |
* | Added block by number | obscuren | 2014-08-20 | 1 | -0/+8 |
* | JS Filter | obscuren | 2014-08-20 | 1 | -5/+30 |
* | Added JSFilter type | obscuren | 2014-08-20 | 1 | -3/+83 |
* | Removed the "Get" part | obscuren | 2014-08-18 | 2 | -11/+69 |
* | Mutan compile | obscuren | 2014-08-17 | 1 | -0/+9 |
* | Mutan compile | obscuren | 2014-08-17 | 1 | -0/+9 |
* | Added message to closure && added change addresses | obscuren | 2014-08-15 | 1 | -1/+1 |
* | Reworking the public js interface (pub) => (pipe) | obscuren | 2014-08-15 | 3 | -0/+349 |
* | Updated chain for filtering | obscuren | 2014-08-11 | 1 | -0/+1 |
* | Fixed stack issue | obscuren | 2014-08-08 | 1 | -1/+0 |
* | Changed to DnsReg | obscuren | 2014-08-07 | 1 | -2/+2 |
* | Added dns lookup | obscuren | 2014-08-07 | 1 | -0/+5 |
* | config => Config | obscuren | 2014-08-05 | 2 | -6/+6 |
* | world => World | obscuren | 2014-08-05 | 2 | -13/+13 |
* | Renamed object to Object | obscuren | 2014-08-05 | 4 | -10/+10 |
* | Added vm options for object execution | obscuren | 2014-08-05 | 4 | -39/+58 |
* | pipe | obscuren | 2014-08-05 | 1 | -1/+1 |
* | Added exist method | obscuren | 2014-08-04 | 2 | -0/+5 |
* | Added general Pipe API | obscuren | 2014-08-04 | 5 | -0/+332 |