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

feat(swarm): Add wasm-bindgen executor #3115

Merged
merged 53 commits into from
Nov 24, 2022

Commits on Nov 8, 2022

  1. Initial prototype commit

    umgefahren committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    ce2cb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb302f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Update swarm/src/connection/pool.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    b69dc35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e0a32 View commit details
    Browse the repository at this point in the history
  3. Implement other changes

    umgefahren committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    ad2ad9b View commit details
    Browse the repository at this point in the history
  4. Formatted

    umgefahren committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    92da6a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Update swarm/src/connection/pool.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e7253d1 View commit details
    Browse the repository at this point in the history
  2. Update swarm/src/lib.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3a24540 View commit details
    Browse the repository at this point in the history
  3. Implemented changes

    umgefahren committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    98dc7ce View commit details
    Browse the repository at this point in the history
  4. Merge branch 'executor-aware-swarm' of github.com:umgefahren/rust-lib…

    …p2p into executor-aware-swarm
    umgefahren committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    38b21d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    804b7d6 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    umgefahren committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8fd5e56 View commit details
    Browse the repository at this point in the history
  7. Modified CI

    umgefahren committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ee9354c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5381a2c View commit details
    Browse the repository at this point in the history
  9. Update core/Cargo.toml

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    dc5f1b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    b82db0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5365389 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. Configuration menu
    Copy the full SHA
    50ee927 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    e055d2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5feb2e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Use new api

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e6761c6 View commit details
    Browse the repository at this point in the history
  2. Update swarm/src/lib.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    20c5a09 View commit details
    Browse the repository at this point in the history
  3. Update swarm/src/lib.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    eb7836d View commit details
    Browse the repository at this point in the history
  4. Update swarm/src/lib.rs

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    361ec51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da955ba View commit details
    Browse the repository at this point in the history
  6. Move executor

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    7d8cbe3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15607ba View commit details
    Browse the repository at this point in the history
  8. Correct bad merge

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f0493ed View commit details
    Browse the repository at this point in the history
  9. Do fmt

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    91676a9 View commit details
    Browse the repository at this point in the history
  10. Added changelog entries

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    d99b802 View commit details
    Browse the repository at this point in the history
  11. Add wasm executor

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    36e1a67 View commit details
    Browse the repository at this point in the history
  12. Run cargo fmt

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    8a0f632 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05deb81 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f15098 View commit details
    Browse the repository at this point in the history
  15. Apply suggestions from code review

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    umgefahren and thomaseizinger authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    69fa671 View commit details
    Browse the repository at this point in the history
  16. Implement small changes

    umgefahren committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f27fdf8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    742f555 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Apply suggestions from code review

    Co-authored-by: Max Inden <mail@max-inden.de>
    umgefahren and mxinden authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    f61686d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d193da3 View commit details
    Browse the repository at this point in the history
  3. Addressed Max's concerns.

    umgefahren committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    30c5020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a00d9a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. Addressed cargo fmt issues

    umgefahren committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2a76289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb3c4e View commit details
    Browse the repository at this point in the history
  3. Improved documentation

    umgefahren committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a9258f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    aa97ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12a964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18de8e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f8e8a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81749db View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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