plugeth/cmd/ethereum
zelig c4ea921876 import/export accounts
- cli: add passwordfile flag
- cli: change unlock flag only takes account
- cli: with unlock you are prompted for password or use passfile with password flag
- cli: unlockAccount used in normal client start (run) and accountExport
- cli: getPassword used in accountCreate and accountImport
- accounts: Manager.Import, Manager.Export
- crypto: SaveECDSA (to complement LoadECDSA) to save to file
- crypto: NewKeyFromECDSA added (used in accountImport and New = generated constructor)
2015-03-26 19:00:18 +00:00
..
admin.go moved state and vm to core 2015-03-23 16:59:09 +01:00
blocktest.go gofmt 2015-03-23 16:32:20 +01:00
js_test.go fixed test 2015-03-25 10:31:58 +01:00
js.go Better error reporting in the console. Updated ethereum.js 2015-03-24 17:49:28 +01:00
main.go import/export accounts 2015-03-26 19:00:18 +00:00