| Commit message (Expand) | Author | Age | Files | Lines |
* | xeth: fix signing transaction after unlock | Felix Lange | 2015-03-10 | 1 | -1/+1 |
* | xeth: use Frontend interface to unlock accounts | Felix Lange | 2015-03-10 | 1 | -23/+55 |
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -2/+16 |
|\ |
|
| * | Added ui.Interface to xeth | obscuren | 2015-03-09 | 1 | -1/+14 |
| * | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -1/+2 |
* | | xeth: don't sign transactions for tx call | Felix Lange | 2015-03-10 | 1 | -26/+31 |
* | | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -2/+2 |
* | | accounts: use pointers consistently | Felix Lange | 2015-03-08 | 1 | -1/+1 |
* | | accounts, core, eth, xeth: use account manager for everything | Felix Lange | 2015-03-07 | 1 | -6/+12 |
* | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -12/+28 |
|/ |
|
* | GetOrNew for accessors. Fixes #404 | obscuren | 2015-03-02 | 1 | -8/+0 |
* | wip | obscuren | 2015-02-26 | 1 | -4/+18 |
* | Properly uninstall filters. Mining issue fixed #closes #365 | obscuren | 2015-02-23 | 1 | -5/+5 |
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -7/+5 |
* | fixed merge | obscuren | 2015-02-20 | 1 | -0/+11 |
|\ |
|
| * | Add setMining RPC method | Taylor Gerring | 2015-02-20 | 1 | -0/+11 |
* | | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -3/+3 |
* | | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -13/+16 |
|/ |
|
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -2/+1 |
* | "centralised" mining to backend. Closes #323 | obscuren | 2015-02-17 | 1 | -5/+9 |
* | wip | obscuren | 2015-02-13 | 1 | -1/+0 |
|\ |
|
| * | cmd/ethereum, cmd/mist, core, eth, javascript, xeth: fixes for new p2p API | Felix Lange | 2015-02-06 | 1 | -1/+0 |
* | | removed messages | obscuren | 2015-02-13 | 1 | -9/+0 |
|/ |
|
* | Removed some VMEnv & Added VmType() to vm.Environment | obscuren | 2015-02-01 | 1 | -10/+14 |
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -5/+7 |
* | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -6/+15 |
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -0/+28 |
* | removed key while in the process of moving to the new key storage | obscuren | 2015-01-29 | 1 | -13/+55 |
* | further cleaned up xeth interface | obscuren | 2015-01-29 | 1 | -34/+34 |
* | clean up of xeth | obscuren | 2015-01-29 | 1 | -1/+210 |
* | moving to a better xeth | obscuren | 2015-01-29 | 1 | -173/+1 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -1/+1 |
* | BlockManager => BlockProcessor | obscuren | 2015-01-05 | 1 | -0/+181 |