Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -1/+1 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Renamed Sha3Bin to Sha3 | obscuren | 2014-10-08 | 1 | -2/+3 |
| | |||||
* | added Mnemonic() and AsStrings() methods, added memoization for address | zelig | 2014-06-30 | 1 | -2/+18 |
| | |||||
* | Key Manager | zelig | 2014-06-29 | 1 | -0/+41 |
- keypair, keyring: -- consistent naming of methods -- error propagation -- no panic - keyManager: persist, import, export, initialize and (re)set keyring - no global public "singleton" keyring, instead interface via keyManager - keys test - KeyStore interface, DB and File store implementations |