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

Hash Time Lock Contracts #168

Merged
merged 34 commits into from
Mar 18, 2024
Merged

Hash Time Lock Contracts #168

merged 34 commits into from
Mar 18, 2024

Commits on Feb 5, 2024

  1. Prototype hash lock

    JoshOrndorff committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ee77117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720c6ae View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    JoshOrndorff committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0e2f098 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    0492168 View commit details
    Browse the repository at this point in the history
  2. warnings

    JoshOrndorff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ae0a41a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e03d9e View commit details
    Browse the repository at this point in the history
  4. more warnings

    JoshOrndorff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    03462aa View commit details
    Browse the repository at this point in the history
  5. sketch timelock tests

    JoshOrndorff committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c989b0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3e9fb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    306fa93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    22bec39 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. more hash lock tests

    JoshOrndorff committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    324635a View commit details
    Browse the repository at this point in the history
  2. Idea for P2PKH verifier

    JoshOrndorff committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    324fe26 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    JoshOrndorff committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a08fafe View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fmt

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3955506 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec84e43 View commit details
    Browse the repository at this point in the history
  3. Add Redeemer associated type to Verifier trait.

    And move ugly repetitive decoding to the executive.
    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    592232d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eea0db4 View commit details
    Browse the repository at this point in the history
  5. first p2pkh test

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    42d0a68 View commit details
    Browse the repository at this point in the history
  6. aggregate redeemer type

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d1f5539 View commit details
    Browse the repository at this point in the history
  7. Finish testing P2PKH

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    76bc6a9 View commit details
    Browse the repository at this point in the history
  8. clippy

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b6e0d28 View commit details
    Browse the repository at this point in the history
  9. vec import

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    76df42b View commit details
    Browse the repository at this point in the history
  10. htlc happy path test

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b19586d View commit details
    Browse the repository at this point in the history
  11. fmt

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ff07b39 View commit details
    Browse the repository at this point in the history
  12. vec

    JoshOrndorff committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    29b6e5c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. u32 bound in parachain

    JoshOrndorff committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    60234de View commit details
    Browse the repository at this point in the history
  2. Finish tests for HTCL

    JoshOrndorff committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6747f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    541bafa View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    2256f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fb8d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    551d574 View commit details
    Browse the repository at this point in the history
  4. fmt

    JoshOrndorff committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2837dba View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    7342680 View commit details
    Browse the repository at this point in the history