Skip to content

Tests should print the max stack depth #38

@RobinLinus

Description

@RobinLinus

A fundamental limitation of Bitcoin Script is the maximum stack depth of 1000 items. Thus, we want our algorithms to be "shallow", i.e., they should operate over a minimal number of stack items.

For this reason, our tests should print the script's max stack depth along with the script length

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions