Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | states moved to chain | obscuren | 2014-12-11 | 2 | -7/+7 |
| | |||||
* | Added pre processing of transaction on the transient state | obscuren | 2014-12-04 | 1 | -1/+7 |
| | |||||
* | Log is now interface | obscuren | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Renamed State => StateDB | obscuren | 2014-12-04 | 4 | -6/+6 |
| | |||||
* | 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 | 4 | -70/+19 |
| | |||||
* | Updated environments according to the new interface set | obscuren | 2014-12-04 | 2 | -9/+38 |
| | |||||
* | updated to types | obscuren | 2014-12-03 | 2 | -6/+6 |
| | |||||
* | merge errors fixed | obscuren | 2014-12-02 | 2 | -71/+113 |
|\ | |||||
| * | Changed the way transactions are being added to the transaction pool | obscuren | 2014-12-02 | 2 | -70/+112 |
| | | |||||
* | | Begin of moving objects to types package | obscuren | 2014-11-18 | 4 | -17/+19 |
|/ | | | | | * Block(s) * Transaction(s) | ||||
* | Removed all implicit logging. Fixed gas issues and jump errors | obscuren | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | Fixed bloom, updated mining & block processing | obscuren | 2014-11-10 | 1 | -0/+4 |
| | | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug) | ||||
* | Implemented new miner w/ ui interface for merged mining. Closes #177 | obscuren | 2014-11-07 | 2 | -0/+6 |
| | | | | | | | | * Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining | ||||
* | StateManager => BlockManager | obscuren | 2014-11-04 | 3 | -7/+7 |
| | |||||
* | Properly list caps | obscuren | 2014-11-04 | 1 | -2/+4 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 6 | -29/+29 |
| | |||||
* | ethpipe => xeth (eXtended ETHereum) | obscuren | 2014-10-31 | 7 | -0/+831 |