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

[r2r] lightning ordermatching wip + library updates and more unit tests #1655

Merged
merged 25 commits into from
Mar 10, 2023

Commits on Jan 19, 2023

  1. add a unit test to test lightning taker getting swap preimage from th…

    …e chain, test is failing for now
    shamardy committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3965444 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 26, 2023

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

Commits on Jan 30, 2023

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

Commits on Feb 2, 2023

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

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    31737cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65655c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. wip: use protocol info to not match with lightning orders if there ar…

    …e not routes between swap parties
    shamardy committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    29536be View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

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

Commits on Feb 10, 2023

  1. Add max_total_cltv_expiry_delta and final_cltv_expiry_delta to route …

    …check in lightning protocol info check
    shamardy committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8fdba01 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Fix funding_generated_in_block is Null in DB error when 0 conf is ena…

    …bled and channel is closed before funding tx is confirmed
    shamardy committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    155ff64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a0c34 View commit details
    Browse the repository at this point in the history
  3. remove more todos

    shamardy committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    268f2c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    9f3803e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37b6cc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

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

Commits on Mar 3, 2023

  1. Fix channel was closed issue but closing transaction wasn't broadcast…

    …ed due to a network error (all electrums were down, etc..)
    shamardy committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    f7953a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e683bea View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

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

Commits on Mar 9, 2023

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