aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: add dataDir parameter and JSON-RPC handlerFelix Lange2015-03-101-2/+3
|
* xeth: don't sign transactions for tx callFelix Lange2015-03-101-1/+1
| | | | | This should make calls faster and removes interaction with account manager.
* Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-25/+5
| | | | | | | * Add from to eth_transact / xeth.Transact and add static pass in lieu of integrating with native Mist window for user passphrase entry * Make eth_accounts return AccountManager.Accounts() * Add a Generate Key menu item in Mist
* Defautl blockobscuren2015-02-261-32/+31
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-02-261-4/+23
|\ | | | | | | | | Conflicts: accounts/account_manager.go
| * Stub defaultBlock methodsTaylor Gerring2015-02-251-0/+21
| |
* | wipobscuren2015-02-261-33/+113
|/
* Consolidate related itemsTaylor Gerring2015-02-251-37/+36
|
* Rename filesTaylor Gerring2015-02-251-0/+637