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

Start workers only when needed #872

Merged
merged 75 commits into from
May 2, 2023
Merged

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    5b07993 View commit details
    Browse the repository at this point in the history
  2. better web test script

    mitschabaude committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    4342db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47cebd0 View commit details
    Browse the repository at this point in the history
  4. refactor files

    mitschabaude committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a8883a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    305715d View commit details
    Browse the repository at this point in the history
  6. rename

    mitschabaude committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    fa2cc4f View commit details
    Browse the repository at this point in the history
  7. extra file structure

    mitschabaude committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    2794c85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    822cdb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    6958613 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b6d02 View commit details
    Browse the repository at this point in the history
  3. remove debugging

    mitschabaude committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1881184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f6f9b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e993c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65452f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8881e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83c12ed View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. filename fix

    mitschabaude committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    4bf0358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05fb524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66ed7ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8690216 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ccc47f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b0675a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d7b92a View commit details
    Browse the repository at this point in the history
  8. renaming

    mitschabaude committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6b1da90 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    07eaaf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667083e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cee2b90 View commit details
    Browse the repository at this point in the history
  4. remove API never existed

    mitschabaude committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2e0d097 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe4ee4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd234ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2667122 View commit details
    Browse the repository at this point in the history
  8. class spec

    mitschabaude committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    321ed30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7030f0a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    95cf6b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1eb6b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c04b4d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08e84ce View commit details
    Browse the repository at this point in the history
  14. deprecate shutdown

    mitschabaude committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    dacba89 View commit details
    Browse the repository at this point in the history
  15. fix jest test

    mitschabaude committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    42df16a View commit details
    Browse the repository at this point in the history
  16. dummy base64 proof

    mitschabaude committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f845a64 View commit details
    Browse the repository at this point in the history
  17. fixup

    mitschabaude committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    8ad3e1a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    58e2f9b View commit details
    Browse the repository at this point in the history
  2. update bindings

    mitschabaude committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    21143eb View commit details
    Browse the repository at this point in the history
  3. wasm tweaks

    mitschabaude committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f33cbf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. fix error handling in JS

    mitschabaude committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c0e0fb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    73406fb View commit details
    Browse the repository at this point in the history
  2. fix node build

    mitschabaude committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d07613e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6412ef View commit details
    Browse the repository at this point in the history
  4. fix

    mitschabaude committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e668621 View commit details
    Browse the repository at this point in the history
  5. update bindings

    mitschabaude committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1ae513b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. move down snarky/

    mitschabaude committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    19a8f34 View commit details
    Browse the repository at this point in the history
  2. fix web build

    mitschabaude committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    486989b View commit details
    Browse the repository at this point in the history
  3. fix unit test build

    mitschabaude committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    62c87f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    c827d30 View commit details
    Browse the repository at this point in the history
  2. fix typedoc job

    mitschabaude committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b5318f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dca5e4 View commit details
    Browse the repository at this point in the history
  4. bindings

    mitschabaude committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0b67493 View commit details
    Browse the repository at this point in the history
  5. changelog

    mitschabaude committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e78f7bf View commit details
    Browse the repository at this point in the history
  6. changelog

    mitschabaude committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ee32d98 View commit details
    Browse the repository at this point in the history
  7. bindings

    mitschabaude committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    299bf7b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Apply suggestions from code review

    Co-authored-by: Martin Minkov <minkovlmartin@gmail.com>
    mitschabaude and MartinMinkov committed May 1, 2023
    Configuration menu
    Copy the full SHA
    7ec1a4a View commit details
    Browse the repository at this point in the history
  2. changelog

    mitschabaude committed May 1, 2023
    Configuration menu
    Copy the full SHA
    60c491f View commit details
    Browse the repository at this point in the history
  3. backfill changelog

    mitschabaude committed May 1, 2023
    Configuration menu
    Copy the full SHA
    defbee2 View commit details
    Browse the repository at this point in the history
  4. changelog

    mitschabaude committed May 1, 2023
    Configuration menu
    Copy the full SHA
    fbc1c1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c0f01 View commit details
    Browse the repository at this point in the history
  6. bindings

    mitschabaude committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8b466bd View commit details
    Browse the repository at this point in the history
  7. 0.10.0

    mitschabaude committed May 1, 2023
    Configuration menu
    Copy the full SHA
    bcc666f View commit details
    Browse the repository at this point in the history
  8. changelog

    mitschabaude committed May 1, 2023
    Configuration menu
    Copy the full SHA
    85fab42 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    141d465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    122f5bf View commit details
    Browse the repository at this point in the history
  3. changelog

    mitschabaude committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ad5fbd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58449fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d48afab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    030fd5e View commit details
    Browse the repository at this point in the history