Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed how logs are being recorded | obscuren | 2015-04-08 | 1 | -1/+1 |
| | | | | | | | Logs are now recorded per transactions instead of tossing them out after each transaction. This should also fix an issue with `eth_getFilterLogs` (#629) Also now implemented are the `transactionHash, blockHash, transactionIndex, logIndex` on logs. Closes #654. | ||||
* | Cleanup VM | obscuren | 2015-03-29 | 1 | -7/+3 |
| | |||||
* | Cleaned up changes | obscuren | 2015-03-24 | 1 | -3/+3 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -2/+2 |
| | |||||
* | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 1 | -2/+2 |
| | |||||
* | core: actually convert transaction pool | Felix Lange | 2015-03-17 | 1 | -1/+1 |
| | |||||
* | converted vm | obscuren | 2015-03-17 | 1 | -18/+19 |
| | |||||
* | updated vm env | obscuren | 2015-03-17 | 1 | -16/+17 |
| | |||||
* | Added (disabled) Jit validation | obscuren | 2015-02-01 | 1 | -0/+4 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -3/+10 |
| | | | | | | | * 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 | ||||
* | Closure => Context | obscuren | 2015-01-02 | 1 | -3/+3 |
| | |||||
* | Refactored block & Transaction | obscuren | 2014-12-23 | 1 | -6/+6 |
| | | | | * Includes new rlp decoder | ||||
* | Cleaned up objects | obscuren | 2014-12-19 | 1 | -3/+1 |
| | |||||
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -5/+5 |
| | |||||
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -3/+3 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+63 |