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

Create a cache for BLS #453

Merged
merged 58 commits into from
May 14, 2024
Merged

Create a cache for BLS #453

merged 58 commits into from
May 14, 2024

Commits on May 1, 2024

  1. rebase bls_cache off main

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    02f4438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f543f0 View commit details
    Browse the repository at this point in the history
  3. fmt

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    28b309c View commit details
    Browse the repository at this point in the history
  4. pyi stubs

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e42f49c View commit details
    Browse the repository at this point in the history
  5. mypy fixes

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    02181c2 View commit details
    Browse the repository at this point in the history
  6. no bytes conversion

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    ffd3862 View commit details
    Browse the repository at this point in the history
  7. bytes length

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d333221 View commit details
    Browse the repository at this point in the history
  8. add byteorder

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d273c8e View commit details
    Browse the repository at this point in the history
  9. black test

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7c096c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7770765 View commit details
    Browse the repository at this point in the history
  11. fix typo

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    13939b9 View commit details
    Browse the repository at this point in the history
  12. shorten return

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f156286 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bb3b9f View commit details
    Browse the repository at this point in the history
  14. fmt new changes

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    290fba2 View commit details
    Browse the repository at this point in the history
  15. delete requirements.txt

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5891fd7 View commit details
    Browse the repository at this point in the history
  16. remove readme from wheel

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0b4aff6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3dff7c0 View commit details
    Browse the repository at this point in the history
  18. cargo update

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b0ce315 View commit details
    Browse the repository at this point in the history
  19. clippy and fmt

    matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    930d93b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9f3b65e View commit details
    Browse the repository at this point in the history
  21. Clippy, map, early ret, no Borrow

    Rigidity authored and matt-o-how committed May 1, 2024
    Configuration menu
    Copy the full SHA
    32c2d36 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    077dc69 View commit details
    Browse the repository at this point in the history
  2. remove vecs

    matt-o-how committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f4e9eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f68e7c View commit details
    Browse the repository at this point in the history
  4. clippy + fmt

    matt-o-how committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e9bfa06 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4d7102f View commit details
    Browse the repository at this point in the history
  2. Revert "remove pybindings for BLSCache"

    This reverts commit 4d7102f.
    matt-o-how committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d3e5b9f View commit details
    Browse the repository at this point in the history
  3. fix pybindings

    matt-o-how committed May 8, 2024
    Configuration menu
    Copy the full SHA
    877eaeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    653c459 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1052a33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c64bc7 View commit details
    Browse the repository at this point in the history
  7. fmt + clippy

    matt-o-how committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ca78021 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Remove redundant let

    Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com>
    matt-o-how and arvidn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    427ad5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa85dc5 View commit details
    Browse the repository at this point in the history
  3. add benchmarking test

    matt-o-how committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ca5e347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d827fc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a823c4c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. update benchmark

    arvidn committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1c3c14b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #510 from Chia-Network/bls-cache-benchmark

    update benchmark
    matt-o-how committed May 10, 2024
    Configuration menu
    Copy the full SHA
    532e86c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee330c5 View commit details
    Browse the repository at this point in the history
  4. benchmarks

    matt-o-how committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dcfef4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5178423 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f56e629 View commit details
    Browse the repository at this point in the history
  7. black tests

    matt-o-how committed May 10, 2024
    Configuration menu
    Copy the full SHA
    94c8f7b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    cf1fe69 View commit details
    Browse the repository at this point in the history
  2. fmt + clippy

    matt-o-how committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5991858 View commit details
    Browse the repository at this point in the history
  3. change pystubs

    matt-o-how committed May 13, 2024
    Configuration menu
    Copy the full SHA
    35e8658 View commit details
    Browse the repository at this point in the history
  4. type stubs typo fix

    matt-o-how committed May 13, 2024
    Configuration menu
    Copy the full SHA
    81ed976 View commit details
    Browse the repository at this point in the history
  5. add self to init

    matt-o-how committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1252af5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6b9923 View commit details
    Browse the repository at this point in the history
  7. black pytest

    matt-o-how committed May 13, 2024
    Configuration menu
    Copy the full SHA
    405728f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    ee22bd1 View commit details
    Browse the repository at this point in the history
  2. clippy + black

    matt-o-how committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3ee0028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2257a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c03c79c View commit details
    Browse the repository at this point in the history
  5. make tests not pub

    matt-o-how committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ed86a1b View commit details
    Browse the repository at this point in the history
  6. assert pytest.raises

    matt-o-how committed May 14, 2024
    Configuration menu
    Copy the full SHA
    44da724 View commit details
    Browse the repository at this point in the history
  7. black formatting

    matt-o-how committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c617acd View commit details
    Browse the repository at this point in the history