| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 3 | -21/+19 |
* | Removed OOG check. Revert should always happen. | obscuren | 2014-12-19 | 3 | -6/+11 |
* | Transaction was generating incorrect hash because of var changes | obscuren | 2014-12-19 | 2 | -10/+11 |
* | Moved VM to execution | obscuren | 2014-12-19 | 1 | -10/+10 |
* | Cleaned up objects | obscuren | 2014-12-19 | 2 | -5/+5 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -6/+4 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 3 | -46/+38 |
* | Moved methods to messages | obscuren | 2014-12-18 | 3 | -31/+8 |
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 5 | -80/+137 |
* | Updated to new methods | obscuren | 2014-12-18 | 1 | -0/+7 |
* | Locks, refactor, tests | obscuren | 2014-12-18 | 8 | -63/+165 |
* | Removed ethereum as dependency | obscuren | 2014-12-18 | 1 | -7/+7 |
* | Moved pre-compiled, moved depth check | obscuren | 2014-12-18 | 1 | -13/+7 |
* | moved err check | obscuren | 2014-12-17 | 3 | -17/+44 |
* | Squashed commit of the following: | obscuren | 2014-12-12 | 1 | -2/+2 |
* | moved interfaces | obscuren | 2014-12-11 | 2 | -15/+10 |
* | states moved to chain | obscuren | 2014-12-11 | 3 | -11/+14 |
* | Removed start/stop methods | obscuren | 2014-12-10 | 1 | -22/+0 |
* | Moved pow | obscuren | 2014-12-10 | 4 | -88/+9 |
* | Removed tests because they've become obsolete | obscuren | 2014-12-10 | 1 | -115/+0 |
* | Core changes | obscuren | 2014-12-10 | 1 | -8/+8 |
* | upped proto version and modified block pool | obscuren | 2014-12-05 | 1 | -9/+15 |
* | Fixed issue in VM where LOG didn't pop anything of the stack | obscuren | 2014-12-05 | 3 | -14/+24 |
* | Skip mining on transactions that don't meet the min accepted gas price | obscuren | 2014-12-05 | 2 | -20/+16 |
* | Improved and simplified wallet functions and behaviour | obscuren | 2014-12-04 | 2 | -5/+7 |
* | Only set TD if it's actually higher | obscuren | 2014-12-04 | 1 | -1/+4 |
* | Moved block validation as first step | obscuren | 2014-12-04 | 1 | -7/+3 |
* | null ptr fix | obscuren | 2014-12-04 | 1 | -4/+3 |
* | Log is now interface | obscuren | 2014-12-04 | 2 | -3/+3 |
* | sort tests for evm | obscuren | 2014-12-04 | 1 | -1/+0 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 6 | -19/+19 |
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 2 | -2/+2 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 26 | -0/+3046 |