aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/xeth.go
Commit message (Expand)AuthorAgeFilesLines
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-2/+1
* "centralised" mining to backend. Closes #323obscuren2015-02-171-5/+9
* wipobscuren2015-02-131-1/+0
|\
| * cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p APIFelix Lange2015-02-061-1/+0
* | removed messagesobscuren2015-02-131-9/+0
|/
* Removed some VMEnv & Added VmType() to vm.Environmentobscuren2015-02-011-10/+14
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-5/+7
* Reimplemented message filters for rpc callsobscuren2015-01-291-6/+15
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-0/+28
* removed key while in the process of moving to the new key storageobscuren2015-01-291-13/+55
* further cleaned up xeth interfaceobscuren2015-01-291-34/+34
* clean up of xethobscuren2015-01-291-1/+210
* moving to a better xethobscuren2015-01-291-173/+1
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+1
* BlockManager => BlockProcessorobscuren2015-01-051-0/+181