Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Removed obsolete IpcMode enum #8819

Merged
merged 1 commit into from
Jun 6, 2018
Merged

Removed obsolete IpcMode enum #8819

merged 1 commit into from
Jun 6, 2018

Conversation

debris
Copy link
Collaborator

@debris debris commented Jun 6, 2018

No description provided.

@debris debris added A0-pleasereview 🤓 Pull request needs code review. A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M4-core ⛓ Core client code / Rust. labels Jun 6, 2018
"dark" => Mode::Dark(300),
"passive" => Mode::Passive(300, 3600),
"dark" => Mode::Dark(Duration::from_secs(300)),
"passive" => Mode::Passive(Duration::from_secs(300), Duration::from_secs(3600)),
"active" => Mode::Active,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not constify these Durations?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will prepare another pr

@debris debris added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jun 6, 2018
@debris debris merged commit 107f0fa into master Jun 6, 2018
@debris debris deleted the ipc_mode branch June 6, 2018 12:14
ordian added a commit to ordian/parity that referenced this pull request Jun 6, 2018
* 'master' of https://github.com/paritytech/parity:
  CI: Fix docker tags (openethereum#8822)
  parity: fix indentation in sync logging (openethereum#8794)
  Removed obsolete IpcMode enum (openethereum#8819)
dvdplm added a commit that referenced this pull request Jun 7, 2018
…eric

* origin/master:
  ethcore: fix ancient block error msg handling (#8832)
  CI: Fix docker tags (#8822)
  parity: fix indentation in sync logging (#8794)
  Removed obsolete IpcMode enum (#8819)
  Remove UI related settings from CLI (#8783)
  Remove windows tray and installer (#8778)
  docs: add changelogs for 1.10.6 and 1.11.3 (#8810)
  Fix ancient blocks queue deadlock (#8751)
  Disallow unsigned transactions in case EIP-86 is disabled (#8802)
  Fix evmbin compilation (#8795)
  Have space between feature cfg flag (#8791)
  rpc: fix address formatting in TransactionRequest Display (#8786)
  Conditionally compile ethcore public test helpers (#8743)
  Remove Result wrapper from AccountProvider in RPC impls (#8763)
  Update `license header` and `scripts` (#8666)
@5chdn 5chdn added this to the 1.12 milestone Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants