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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to trigger witness limit error paths #1917

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    96cd3f4 View commit details
    Browse the repository at this point in the history
  2. Add test for decoding txn with many witness items

    Most of the existing tests use hard-coded byte arrays for various
    tests so simulating a txn with a theoretical limit of 4M bytes of
    witness data required a function to mock 4M 1-byte witness items
    otech47 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b035335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b59cb7 View commit details
    Browse the repository at this point in the history