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

NUT for DLC execution #128

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

NUT for DLC execution #128

wants to merge 21 commits into from

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    29c75ef View commit details
    Browse the repository at this point in the history
  2. NUT for DLC execution

    conduition committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6aaaa6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37b985f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    e44621b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4295c View commit details
    Browse the repository at this point in the history
  3. offer simpler ways to authenticate claims

    Not all clients will want to support BIP340 signatures,
    so we should offer a way for them to claim a DLC by
    simply exposing a secret key to the mint.
    conduition committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    741eac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    e10d9f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a8b238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66b1f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    d1ffefa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    568c092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72423f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. remove atomic flags

    Remove the atomic flags for client requests. It creates
    too much implementation complexity for too little use-case.
    conduition committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ce22a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b67e62a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f111e06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6990d59 View commit details
    Browse the repository at this point in the history
  5. funding proofs use a key from an active keyset instead of dedicated key

    Also ensure proofs commit to the funding_amount, so that clients
    can verify the mint registered a DLC of the correct amount.
    conduition committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    95f47ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a86a4e8 View commit details
    Browse the repository at this point in the history