openethereum/accounts/ethstore/src/json
Piotr Chromiec 469f9c26e7 Pyethereum keystore support (#9710)
* support for keystore format produced by pyethereum lib + some debug msgs

* made salt unbound also for Scrypt

* made address optional and skip if its none

* ignore values of any type, not just i32

* WIP: local deps

* cleanup

* enable optional address + more cleanup

* yet another cleanup

* enable keystore wo address import (using passwd)

* cleanup

* doc enchancement

* parity/account fix

* redesign after review

* fix indentation

* ignore just version in json under crypto

* remove unnecessary borrowing within match str

Co-Authored-By: tworec <tworec@golem.network>

* remove another unnecessary borrowing

Co-Authored-By: tworec <tworec@golem.network>

* default derived instead of implementing

* log dependency removed

* [ethstore] warn restored + env_logger initialized in CLI

* applied suggestion from @tomusdrw
2019-01-03 14:07:27 +01:00
..
bytes.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
cipher.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
crypto.rs Pyethereum keystore support (#9710) 2019-01-03 14:07:27 +01:00
error.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
hash.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
id.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
kdf.rs Pyethereum keystore support (#9710) 2019-01-03 14:07:27 +01:00
key_file.rs Pyethereum keystore support (#9710) 2019-01-03 14:07:27 +01:00
mod.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
presale.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
vault_file.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
vault_key_file.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00
version.rs Move a bunch of stuff around (#10101) 2018-12-28 17:33:49 +08:00