Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -181/+0 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | * PREVHASH => BLOCKHASH( N ) * State transition object uses VMEnv as it's query interface * Updated vm.Enviroment has GetHash( n ) for BLOCKHASH instruction * Added GetHash to xeth, core, utils & test environments | ||||
* | Make sure that the object exists | obscuren | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -1/+1 |
| | | | | * Includes new rlp decoder | ||||
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -4/+4 |
| | |||||
* | Updated to new methods | obscuren | 2014-12-18 | 1 | -1/+1 |
| | |||||
* | states moved to chain | obscuren | 2014-12-11 | 1 | -6/+6 |
| | |||||
* | Added pre processing of transaction on the transient state | obscuren | 2014-12-04 | 1 | -1/+7 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -35/+28 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -6/+6 |
| | |||||
* | Updated environments according to the new interface set | obscuren | 2014-12-04 | 1 | -8/+9 |
| | |||||
* | updated to types | obscuren | 2014-12-03 | 1 | -5/+5 |
| | |||||
* | merge errors fixed | obscuren | 2014-12-02 | 1 | -30/+35 |
|\ | |||||
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 1 | -29/+35 |
| | | |||||
* | | Begin of moving objects to types package | obscuren | 2014-11-18 | 1 | -5/+6 |
|/ | | | | | * Block(s) * Transaction(s) | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 1 | -4/+4 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 1 | -0/+175 |