aboutsummaryrefslogtreecommitdiffstats
path: root/xeth/xeth.go
Commit message (Collapse)AuthorAgeFilesLines
* Separated block db from state db. Partial fix for #416obscuren2015-03-071-1/+2
|
* GetOrNew for accessors. Fixes #404obscuren2015-03-021-8/+0
|
* wipobscuren2015-02-261-4/+18
|
* Properly uninstall filters. Mining issue fixed #closes #365obscuren2015-02-231-5/+5
| | | | | | * Added an additional tx state which is used to get the current nonce * Refresh transient state each time a new canonical block is found * Properly uninstall filters. Fixes a possible crash in RPC
* Added eth_logs & fixed issue with manual log filteringobscuren2015-02-221-7/+5
| | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found
* fixed mergeobscuren2015-02-201-0/+11
|\
| * Add setMining RPC methodTaylor Gerring2015-02-201-0/+11
| |
* | Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-3/+3
| |
* | Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-13/+16
|/
* 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
| | | | | * Added RPC methods for whisper * Added whisper example
* 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