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

Migrate to Tokio 0.2 #603

Merged
merged 73 commits into from
Jan 11, 2021
Merged

Migrate to Tokio 0.2 #603

merged 73 commits into from
Jan 11, 2021

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    a8984f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907cc08 View commit details
    Browse the repository at this point in the history
  3. Unify parity-tokio-ipc dependencies

    Rather than separately pulling 0.2 and 0.4 versions.
    Xanewok committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    867c72f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    51c2fee View commit details
    Browse the repository at this point in the history
  2. WIP: Use patched parity-tokio-ipc

    Otherwise we can't return a future due to borrow on Endpoint::incoming
    Xanewok committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    c7f403d View commit details
    Browse the repository at this point in the history
  3. WIP: PoC with tokio_compat

    Xanewok committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    4461c61 View commit details
    Browse the repository at this point in the history
  4. Fix ipc test failure

    Xanewok committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    c1409c2 View commit details
    Browse the repository at this point in the history
  5. Fix and adapt rest of IPC

    Xanewok committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    224c4a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ed4be7 View commit details
    Browse the repository at this point in the history
  7. Prefer tower-service 0.3 over tokio-service 0.1

    The former uses Tokio 0.2
    Xanewok committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    cab4479 View commit details
    Browse the repository at this point in the history
  8. Make tokio-codec optional

    Xanewok committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    015e918 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebc3df9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22a4323 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53241d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Configuration menu
    Copy the full SHA
    a6d31f0 View commit details
    Browse the repository at this point in the history
  2. Simplify service.call in IPC

    Xanewok committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ffe6da7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2921b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc2fca View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    9387f85 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Adapt ws client to Tokio 0.2

    Xanewok committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    7ceda69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6009b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb49817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68e1475 View commit details
    Browse the repository at this point in the history
  5. http: Silence warnings

    Xanewok committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    67360db View commit details
    Browse the repository at this point in the history
  6. WIP: Adapt tcp server: part 1

    Xanewok committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    3b5d965 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0be5b86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91d48ae View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Fix stuff

    Xanewok committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    029b2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094222e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab00637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce3ac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce0874b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    188f09b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90d28ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    def4a98 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0d80fb View commit details
    Browse the repository at this point in the history
  10. Remove some commented code

    Xanewok committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    7f420a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a9680c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9be662 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac60b45 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2642ad4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3f90c26 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3c6693c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Polish and minimize the diff

    Xanewok committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    2e2e3d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aac40c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e9be6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    3859116 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3b9603 View commit details
    Browse the repository at this point in the history
  3. Migrate http to std::future

    Xanewok committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    a13cc97 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    a4cd677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62263d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b2887 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    931f7ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bbac0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b8326c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52d9fa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffee890 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    274e653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5720506 View commit details
    Browse the repository at this point in the history
  3. Remove stray eprintlns

    Xanewok committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    714b023 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary Into casts

    Xanewok committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    d33c2f9 View commit details
    Browse the repository at this point in the history
  5. Format the world

    Xanewok committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    e012842 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    7d4faa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a883edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7039504 View commit details
    Browse the repository at this point in the history
  4. Format again

    Xanewok committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    010701d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb42d82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc1a814 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    94a4b23 View commit details
    Browse the repository at this point in the history
  2. Format again

    Xanewok committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1bd2fc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82c5be1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    35cabd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05cd4e View commit details
    Browse the repository at this point in the history