Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into poc8 | obscuren | 2014-12-19 | 2 | -5/+5 |
|\ | |||||
| * | Cleaned up objects | obscuren | 2014-12-19 | 2 | -5/+5 |
* | | merge | obscuren | 2014-12-19 | 5 | -126/+150 |
|\| | |||||
| * | 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 |
* | | Merge fixes | obscuren | 2014-12-18 | 3 | -10/+6 |
* | | Merged develop | obscuren | 2014-12-18 | 8 | -69/+178 |
|\| | |||||
| * | 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 |
* | | Merge branch 'develop' into poc8 | obscuren | 2014-12-18 | 3 | -21/+42 |
|\| | |||||
| * | Moved pre-compiled, moved depth check | obscuren | 2014-12-18 | 1 | -13/+7 |
| * | moved err check | obscuren | 2014-12-17 | 3 | -17/+44 |
* | | resolve merge conflict hell | zelig | 2014-12-15 | 1 | -4/+0 |
* | | adapt chain_manager to eth protocol interface | zelig | 2014-12-15 | 1 | -0/+4 |
* | | add Status to retrieve TD, currentBlock, genesis for easy interface with eth/... | zelig | 2014-12-15 | 1 | -1/+5 |
* | | adapt to new eth pkg and p2p | zelig | 2014-12-15 | 1 | -5/+3 |
* | | add NewMinedBlockEvent | zelig | 2014-12-15 | 1 | -0/+3 |
* | | transaction pool changes | zelig | 2014-12-15 | 1 | -10/+16 |
|/ | |||||
* | 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 |