Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | cmd/ethereum: show more helpful message if no accounts exist | Felix Lange | 2015-03-10 | 1 | -6/+2 | |
| | | ||||||
| * | accounts: add {Timed,}Unlock, remove SignLocked | Felix Lange | 2015-03-10 | 1 | -2/+1 | |
| | | ||||||
| * | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -7/+19 | |
| |\ | |/ |/| | | | | | | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go | |||||
| * | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -0/+18 | |
| | | ||||||
| * | cmd/utils: add NewApp | Felix Lange | 2015-03-10 | 1 | -0/+11 | |
| | | ||||||
| * | accounts: AccountManager -> Manager | Felix Lange | 2015-03-08 | 1 | -2/+2 | |
| | | ||||||
| * | cmd/ethereum: add account commands | Felix Lange | 2015-03-07 | 1 | -26/+22 | |
| | | ||||||
* | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -3/+8 | |
| | | ||||||
* | | Debug option for VM & command line flag | obscuren | 2015-03-06 | 1 | -3/+10 | |
|/ | ||||||
* | cmd/ethereum: improve command line interface | Felix Lange | 2015-03-06 | 1 | -0/+178 | |
The ethereum command line interface is now structured using subcommands. These separate the different tasks it can perform. Almost all flag names are backwards compatible. The key tasks have not been ported to subcommands since they will be replaced by the new accounts infrastructure very soon. |