aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/keypair.go
Commit message (Collapse)AuthorAgeFilesLines
* Added a KeyPairFromSec function which creates a new keypair based on the ↵obscuren2014-05-021-0/+10
| | | | given seckey
* Merged accounts and contracts in to StateObjectobscuren2014-04-161-2/+2
| | | | | | | * Account removed * Contract removed * Address state changed to CachedStateObject * Added StateObject
* Reworked transaction constructorsobscuren2014-03-271-0/+3
|
* Wip keychainsobscuren2014-03-071-0/+74