openethereum/parity/cli/tests
Seun LanLege 64295fde62 Adds support for ipc socket permissions (#11273)
* adds support for ipc socket permissions

* bumped jsonrpc to 14.0.5

* change chmod default to 660, use casting

* set 660 default for --ipc-chmod

Co-Authored-By: Andronik Ordian <write@reusable.software>

* Update parity/cli/mod.rs

Co-Authored-By: David <dvdplm@gmail.com>

* represent octal value as string

* return error for invalid octal values

* fix tests

* check if supplied octal range is within 0 to 7777

* Apply suggestions from code review

Co-Authored-By: Andronik Ordian <write@reusable.software>

* temporary fix

* bump jsonrpc-ipc-server

* fix: update `Cargo.lock`
2019-12-06 16:39:56 +01:00
..
config.full.toml Adds support for ipc socket permissions (#11273) 2019-12-06 16:39:56 +01:00
config.invalid1.toml Refactor and port CLI from Docopt to Clap (#2066) (#6356) 2017-09-05 12:30:22 +01:00
config.invalid2.toml Refactor and port CLI from Docopt to Clap (#2066) (#6356) 2017-09-05 12:30:22 +01:00
config.invalid3.toml Refactor and port CLI from Docopt to Clap (#2066) (#6356) 2017-09-05 12:30:22 +01:00
config.invalid4.toml Enable strict config parsing. 2018-01-03 11:05:53 +01:00
config.stratum_disabled.toml Explicitly enable or disable Stratum in config file (Issue 9785) (#10521) 2019-04-02 11:19:20 +02:00
config.stratum_enabled.toml Explicitly enable or disable Stratum in config file (Issue 9785) (#10521) 2019-04-02 11:19:20 +02:00
config.stratum_missing_field.toml Explicitly enable or disable Stratum in config file (Issue 9785) (#10521) 2019-04-02 11:19:20 +02:00
config.stratum_missing_section.toml Explicitly enable or disable Stratum in config file (Issue 9785) (#10521) 2019-04-02 11:19:20 +02:00
config.toml Ensure jsonrpc threading settings are sane (#11267) 2019-11-18 19:40:48 +01:00