Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump | obscuren | 2015-02-27 | 1 | -4/+1 |
| | |||||
* | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 1 | -3/+6 |
| | | | | * Refund should _always_ go to the origin | ||||
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -4/+4 |
| | |||||
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -1/+2 |
| | |||||
* | Docs & old code removed | obscuren | 2015-02-03 | 1 | -21/+25 |
| | |||||
* | Added (disabled) Jit validation | obscuren | 2015-02-01 | 1 | -0/+25 |
| | |||||
* | Fixed consensus issue | obscuren | 2015-01-13 | 1 | -2/+1 |
| | |||||
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -20/+21 |
| | | | | | | | * 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 | -1/+1 |
| | |||||
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 1 | -11/+10 |
| | |||||
* | Removed OOG check. Revert should always happen. | obscuren | 2014-12-19 | 1 | -2/+9 |
| | |||||
* | Transaction was generating incorrect hash because of var changes | obscuren | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -6/+4 |
| | |||||
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -36/+37 |
| | |||||
* | Moved methods to messages | obscuren | 2014-12-18 | 1 | -4/+6 |
| | |||||
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -32/+66 |
| | |||||
* | null ptr fix | obscuren | 2014-12-04 | 1 | -4/+3 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -3/+3 |
| | |||||
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+198 |