- 26 Mar, 2015 29 commits
-
-
Jeffrey Wilcke authored
import/export accounts
-
zelig authored
- remove account export functionality from CLI - remove accountExport method, - remove unencrypted-keys flag from everywhere - improve documentation
-
zelig authored
output error message if unlock address is invalid (fixes the wierd "read /path: is a directory") msg
-
zelig authored
- accounts: remove Manager.getKey - cli: for -unlock coinbase, use account manager Coinbase()
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
-
zelig authored
- extract accounts.getKey method - if given empty address it retrieves coinbase (first account) - cli -unlock coinbase will unlock coinbase
-
zelig authored
-
zelig authored
- 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)
-
obscuren authored
-
obscuren authored
-
obscuren authored
* Miners could stall because the worker wasn't aware the miner was done
-
obscuren authored
-
obscuren authored
c6d9629 added another test git-subtree-dir: tests/files git-subtree-split: c6d96293710a37489fa3b074a9fc228e0393f152
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
Taylor Gerring authored
-
obscuren authored
-
obscuren authored
-
obscuren authored
-
- 25 Mar, 2015 11 commits
-
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
rlp: encode nil array pointers as empty list or string
-
Felix Lange authored
-
obscuren authored
-
obscuren authored
-
Jeffrey Wilcke authored
XEth cleanup
-
Felix Lange authored
bugfix with idle too long triggered after peer switch
-
obscuren authored
-
obscuren authored
-
obscuren authored
* In case of uncle mining (e.g. same TS) the miner would stop if all threads happened to mine a potential uncle
-