aboutsummaryrefslogtreecommitdiffstats
path: root/xeth
Commit message (Collapse)AuthorAgeFilesLines
* Updated to new methodsobscuren2014-12-182-2/+2
|
* states moved to chainobscuren2014-12-112-7/+7
|
* Added pre processing of transaction on the transient stateobscuren2014-12-041-1/+7
|
* Log is now interfaceobscuren2014-12-041-1/+1
|
* Renamed State => StateDBobscuren2014-12-044-6/+6
|
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-35/+28
| | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup
* Renamed `chain` => `core`obscuren2014-12-044-70/+19
|
* Updated environments according to the new interface setobscuren2014-12-042-9/+38
|
* updated to typesobscuren2014-12-032-6/+6
|
* merge errors fixedobscuren2014-12-022-71/+113
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-022-70/+112
| |
* | Begin of moving objects to types packageobscuren2014-11-184-17/+19
|/ | | | | * Block(s) * Transaction(s)
* Removed all implicit logging. Fixed gas issues and jump errorsobscuren2014-11-121-1/+1
|
* Fixed bloom, updated mining & block processingobscuren2014-11-101-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 #177obscuren2014-11-072-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 => BlockManagerobscuren2014-11-043-7/+7
|
* Properly list capsobscuren2014-11-041-2/+4
|
* ethstate => stateobscuren2014-10-316-29/+29
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-317-0/+831