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

[CHIA-1562] move signature validation into run_block_generator() #18812

Merged
merged 3 commits into from
Nov 6, 2024

Commits on Nov 5, 2024

  1. use run_block_generator() directly in block creation, to compute the …

    …final cost of the block we're creating. This lets us avoid validating the signature (to save time) and run in mempool mode
    arvidn committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a957370 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    18849c9 View commit details
    Browse the repository at this point in the history
  2. remove PreValidationResult.validated_signature and instead defer to t…

    …he inner SpendBundleConditions field
    arvidn committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    de73962 View commit details
    Browse the repository at this point in the history