Go to file
Nick Sanders 139a2b7b0d Replace `std::env::home_dir()` with `home` crate impl. (#9293)
* Import the `home` crate in `util/dir`.

* Replace uses of `env::home_dir()` with `home::home_dir()`.
  * `home` uses a 'correct' impl. on windows and the stdlib impl.
    of `::home_dir` otherwise.

* Reexport `home::home_dir` from `util/dir`.

* Bump `util/dir` to 0.1.2.
2018-08-21 15:30:24 +02:00
.cargo docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
.github docs: update repository links (#9159) 2018-07-23 13:58:50 +02:00
chainspec Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
devtools Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
docker Delete Dockerfile (#9386) 2018-08-21 14:36:04 +02:00
docs add changelog for 1.11.8 stable and 2.0.1 beta (#9230) 2018-07-27 16:00:34 +02:00
ethash ethcore: fix pow difficulty validation (#9328) 2018-08-10 15:36:19 +02:00
ethcore Allow calling contracts in genesis state. (#9375) 2018-08-20 13:05:01 +01:00
ethkey Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
ethstore Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
evmbin Allow calling contracts in genesis state. (#9375) 2018-08-20 13:05:01 +01:00
hash-fetch Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
hw Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
ipfs Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
json ethcore: fix pow difficulty validation (#9328) 2018-08-10 15:36:19 +02:00
local-store Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
logger Fix no line breaks in logs (#9355) 2018-08-14 18:10:51 +01:00
machine block cleanup (#9117) 2018-07-30 10:45:10 +01:00
miner Better logging when mining own transactions. (#9363) 2018-08-17 16:01:32 +01:00
parity Replace `std::env::home_dir()` with `home` crate impl. (#9293) 2018-08-21 15:30:24 +02:00
parity-clib Allow setting the panic hook with parity-clib (#9292) 2018-08-10 11:06:30 +02:00
parity-clib-examples/cpp Fix path to parity.h (#9274) 2018-08-02 22:18:49 +01:00
price-info Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
registrar Delete crates from parity-ethereum and fetch them from parity-common instead (#9083) 2018-07-10 14:59:19 +02:00
rpc Better logging when mining own transactions. (#9363) 2018-08-17 16:01:32 +01:00
rpc_cli Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
rpc_client Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
scripts ci: update version strings for snaps (#9160) 2018-07-20 20:55:17 +03:00
secret_store Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
snap snap: remove ssl dependencies from snapcraft definition (#9222) 2018-07-26 22:42:09 +02:00
transaction-pool Better logging when mining own transactions. (#9363) 2018-08-17 16:01:32 +01:00
updater Implement EIP234 block_hash for eth_getLogs (#9256) 2018-08-13 15:47:10 +08:00
util Replace `std::env::home_dir()` with `home` crate impl. (#9293) 2018-08-21 15:30:24 +02:00
whisper Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
.dockerignore improved dockerfile builds (#5659) 2017-05-23 12:25:41 +02:00
.editorconfig Fix checksums and auto-update push (#7846) 2018-02-13 19:31:06 +01:00
.gitignore Move the C/C++ example to another directory (#9032) 2018-07-04 13:06:53 +03:00
.gitlab-ci.yml scripts: minor improvements (#8930) 2018-06-22 11:56:06 +02:00
.gitmodules WASM contracts MVP (#5679) 2017-07-10 17:42:10 +02:00
CHANGELOG.md add changelog for 1.11.8 stable and 2.0.1 beta (#9230) 2018-07-27 16:00:34 +02:00
Cargo.lock Replace `std::env::home_dir()` with `home` crate impl. (#9293) 2018-08-21 15:30:24 +02:00
Cargo.toml Update `log` -> 0.4, `env_logger` -> 0.5. (#9294) 2018-08-10 00:04:10 +01:00
LICENSE Change to library. 2015-11-24 21:05:08 +01:00
SECURITY.md Update SECURITY.md 2018-01-25 18:53:32 +01:00
license_header Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
rust-toolchain rust-toolchain file on master (#6266) 2017-08-14 13:47:53 +02:00
rustfmt.toml Use memmap for dag cache (#6193) 2017-09-25 19:45:33 +02:00
test.sh Move the C/C++ example to another directory (#9032) 2018-07-04 13:06:53 +03:00