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

WIP: Increment validator and corresponding mutations #1715

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Add increment redeemer

    Hopefully I used correct type TxOutRef to check the spending of a
    deposit output later on
    v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a2958a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aba3d8d View commit details
    Browse the repository at this point in the history
  3. Check the increment version

    v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9fda14b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52752f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f05b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc0edd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5064d40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    331aa68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    838fb3e View commit details
    Browse the repository at this point in the history
  10. Add new close redeemer types

    v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f9c17d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7575966 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    640dfb1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2af121a View commit details
    Browse the repository at this point in the history
  14. Fix close used healthy tx

    ffakenz authored and v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ee4c96f View commit details
    Browse the repository at this point in the history
  15. Correctly set value for script deposit

    ffakenz authored and v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b1460aa View commit details
    Browse the repository at this point in the history
  16. Add StateSpec tests for increment tx

    Currently failing because of missing script input so we need to
    make sure to provide all needed UTxO when generating txs.
    v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b05dd0e View commit details
    Browse the repository at this point in the history
  17. Make the increment generation pass the state spec tests

    It still doesn't evaluate in terms of tx size but we will get there.
    v0d1ch committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    966bb79 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add new close redeemer CloseAny

    Seems like this redeemer is needed to cover all posible scenarios
    and it is not captured in the spec so we will need to add this in.
    v0d1ch committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7445418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7af746 View commit details
    Browse the repository at this point in the history