aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/hexface.go
Commit message (Collapse)AuthorAgeFilesLines
* Implemented filter for ws + fixesobscuren2015-01-101-42/+31
| | | | | | | * proper 0xhex * filters fixed * start of filter manager * accounts for ws. Closes #246
* Switched to new trieobscuren2014-12-241-4/+4
|
* mergeobscuren2014-12-191-2/+2
|\
| * Moved methods to messagesobscuren2014-12-181-1/+1
| |
| * Created generic message (easy for testing)obscuren2014-12-181-2/+2
| |
* | Merged developobscuren2014-12-181-1/+1
|\|
| * Updated to new methodsobscuren2014-12-181-1/+1
| |
* | adapt xeth pkg to new backend. FIXME JSPeer peer infozelig2014-12-151-7/+2
|/
* Renamed `chain` => `core`obscuren2014-12-041-55/+4
|
* updated to typesobscuren2014-12-031-1/+1
|
* merge errors fixedobscuren2014-12-021-41/+78
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-41/+77
| |
* | Begin of moving objects to types packageobscuren2014-11-181-4/+5
|/ | | | | * Block(s) * Transaction(s)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-0/+4
| | | | | | | | * 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-041-2/+2
|
* ethstate => stateobscuren2014-10-311-2/+2
|
* ethpipe => xeth (eXtended ETHereum)obscuren2014-10-311-0/+264