Commit Graph

8 Commits

Author SHA1 Message Date
Tomasz Drwięga 21006da125 Get rid of unsafe code in ethkey, propagate incorrect Secret errors. (#4119)
* Implementing secret

* Fixing tests
2017-01-11 12:16:47 +01:00
Robert Habermeier 8125b5690c Port `try` macro to new `?` operator. (#3962)
* initial untry sweep

* restore try in ipc codegen, fix inference

* change a few missed try instances
2016-12-27 12:53:56 +01:00
Robert Habermeier 33748c2046 Sweep some more panics (#2848)
* purge unwraps from ethcrypto, ethstore

* sweep panics from util
2016-10-25 22:34:52 +02:00
Marek Kotewicz 6ba1e66d32 Import wallet fix (#1820)
* fixed importing presale wallet with encseed longer than 96 bytes

* fixed incorrect pkcs unpadding in decrypting presale wallet
2016-08-03 15:24:09 +02:00
debris 7136cd7057 improved import wallet test 2016-06-21 15:07:15 +02:00
debris be03a6acbd import-wallet option for ethstore executable 2016-06-21 15:04:36 +02:00
debris a8a731ba11 PresaleWallet data structure 2016-06-21 13:30:32 +02:00
debris c2ffa90478 importing presale wallet in progress 2016-06-21 13:11:32 +02:00