Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move MakeName to ethutil | Taylor Gerring | 2015-03-12 | 1 | -2/+1 |
| | |||||
* | merge | obscuren | 2015-03-12 | 1 | -3/+11 |
|\ | |||||
| * | cmd/ethereum: add a flag to switch to unencrytped keystore | Felix Lange | 2015-03-11 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | This is mostly for automated tests. The tests can use the following commands to start the node: ethereum --unencrypted-keys account new ... ethereum --unencrypted-keys | ||||
* | | Reverted global | obscuren | 2015-03-11 | 1 | -7/+2 |
| | | |||||
* | | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -33/+90 |
|\| | | | | | | | | | | | Conflicts: rpc/api.go rpc/args.go | ||||
| * | cmd/utils: improve CLI help templates | Felix Lange | 2015-03-10 | 1 | -0/+27 |
| | | | | | | | | Help for a specific command now shows available subcommands. | ||||
| * | 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. |