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

Extend the BLSCache to add in a rust Pybinding for validate_clvm_and_signature for use in the mempool #637

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. use uncached tree_hash()

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fcb3288 View commit details
    Browse the repository at this point in the history
  2. fmt

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0a986d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279f60e View commit details
    Browse the repository at this point in the history
  4. make get_conditions_from_spendbundle() return a non-owned SpendBundle…

    …Conditions (to enable reusing existing test facilities). Extend the tests to cover the block-generator test cases
    arvidn authored and matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    81a3ca6 View commit details
    Browse the repository at this point in the history
  5. intitial commit

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a8638bb View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4e1cd22 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    696da41 View commit details
    Browse the repository at this point in the history
  8. fmt

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    da62f2a View commit details
    Browse the repository at this point in the history
  9. black tests

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1efd030 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75f7d96 View commit details
    Browse the repository at this point in the history
  11. pybindings clippy changes

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    575ff63 View commit details
    Browse the repository at this point in the history
  12. clippy cache improvements

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e0ae829 View commit details
    Browse the repository at this point in the history
  13. fmt again

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9904e06 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a3c9d5 View commit details
    Browse the repository at this point in the history
  15. fix pystubs

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed15954 View commit details
    Browse the repository at this point in the history
  16. rename comment in api

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b7220d7 View commit details
    Browse the repository at this point in the history
  17. undo unjustified changes

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    327df7c View commit details
    Browse the repository at this point in the history
  18. move PyBackedBytes import

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    363f506 View commit details
    Browse the repository at this point in the history
  19. fix rebase detritus

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b2aa033 View commit details
    Browse the repository at this point in the history
  20. fmt

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e85505e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    79f73d7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1fdc4d1 View commit details
    Browse the repository at this point in the history
  23. rebase cleanup

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ffb68ce View commit details
    Browse the repository at this point in the history
  24. fmt again

    matt-o-how committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    88e4af3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    faa0f58 View commit details
    Browse the repository at this point in the history