- 27 Mar, 2015 5 commits
 - 
- 
Jeffrey Wilcke authored
Update README.md
 - 
Jeffrey Wilcke authored
settable etherbase
 - 
Jeffrey Wilcke authored
Use ExtraDB for RPC storage. Fixes #577
 - 
Jeffrey Wilcke authored
Update response types + tests
 - 
Taylor Gerring authored
 
 - 
 - 26 Mar, 2015 32 commits
 - 
- 
zelig authored
- etherbase flag for block reward destination - coinbase => etherbase - CLI- eth Config -> eth, xeth -> RPC / Miner - use primary instead of coinbase as the unlock magic wildcard - accounts: firstAddr/Coinbase -> Primary
 - 
aperseghin authored
Rename ethereum executable to geth
 - 
obscuren authored
 - 
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 3 commits
 - 
- 
obscuren authored
 - 
obscuren authored
 - 
Jeffrey Wilcke authored
rlp: encode nil array pointers as empty list or string
 
 -