- 15 Apr, 2016 8 commits
- 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredLazy "I'll just put return here instead of fixing the test" found by go vet. 
- 
Felix Lange authoredlogging.printf triggered a format string warning. Silence it by renaming the function. 
- 
Felix Lange authoredThis fixes a few uses of unkeyed Body literals which go vet was complaining about. 
- 
Felix Lange authoredall: update license information 
- 
Felix Lange authored
- 
Felix Lange authored
 
- 
- 14 Apr, 2016 5 commits
- 
- 
Péter Szilágyi authoredcmd/utils: strip excessive whitespace from api command line arguments 
- 
Péter Szilágyi authoredeth: fix single transaction tracing (run prev mutations) 
- 
Bas van Kervel authored
- 
Péter Szilágyi authored
- 
Péter Szilágyi authored
 
- 
- 13 Apr, 2016 8 commits
- 
- 
Felix Lange authoredeth: add chaindbProperty to debug API (+ console fixes) 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredThis makes web3 internals like _requestManager invisible. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Péter Szilágyi authoredaccounts: disable filesystem notifications on iOS 
- 
Péter Szilágyi authored
 
- 
- 12 Apr, 2016 19 commits
- 
- 
Felix Lange authoredjsre: print BigNumber objects with custom constructor as number 
- 
Felix Lange authored
- 
Felix Lange authoredcmd/utils: fix accounts merge error on console unlock 
- 
Péter Szilágyi authored
- 
Péter Szilágyi authoredaccounts: cache key addresses 
- 
Péter Szilágyi authoredcmd/gethrpctest: add missing chain configuration config field 
- 
Felix Lange authored
- 
Felix Lange authored- Sign takes common.Address, not Account - Import/Export methods work with encrypted JSON keys 
- 
Felix Lange authored
- 
Felix Lange authoredText files created on Windows typically have \r\n line endings. Trim them when reading password files. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authoredIn order to avoid disk thrashing for Accounts and HasAccount, address->key file mappings are now cached in memory. This makes it no longer necessary to keep the key address in the file name. The address of each key is derived from file content instead. There are minor user-visible changes: - "geth account list" now reports key file paths alongside the address. - If multiple keys are present for an address, unlocking by address is not possible. Users are directed to remove the duplicate files instead. Unlocking by index is still possible. - Key files are overwritten written in place when updating the password. 
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored
- 
Felix Lange authored- Manager.Accounts no longer returns an error. - Manager methods take Account instead of common.Address. - All uses of Account with unkeyed fields are converted. 
- 
Felix Lange authored
 
-