Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --node-ipc support #2015

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Add --node-ipc support #2015

wants to merge 7 commits into from

Commits on Aug 9, 2022

  1. Add --node-ipc support

    alecmev committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    f14e088 View commit details
    Browse the repository at this point in the history
  2. Fix "Bad file descriptor"

    Somehow aliasing _read to conn._read breaks it, even though it's not a
    class method.
    alecmev committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    6ab3fca View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Refactor transport processors

    alecmev committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ca34372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdcd755 View commit details
    Browse the repository at this point in the history
  3. Fix mypy and flake8

    alecmev committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    47fde0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93157e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Fix Windows

    alecmev committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    e6ae057 View commit details
    Browse the repository at this point in the history