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] Update rust-lightning to latest version, 0_confs channels, complete btc spv, multiple fixes #1452

Merged
merged 38 commits into from
Sep 12, 2022

Commits on Jul 28, 2022

  1. use async_blocking wip

    shamardy committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d06391d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

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

Commits on Aug 1, 2022

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

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    14d37d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce603c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. fix wasm compilation

    shamardy committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ab5887b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d80394 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    8ef776f View commit details
    Browse the repository at this point in the history
  2. fix clippy and udep errors

    shamardy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a3974eb View commit details
    Browse the repository at this point in the history
  3. Implement trusted nodes for inbound 0-conf channels, release htlcs im…

    …mediately for invoice payments that we don't have a preimage for
    shamardy committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    6e66860 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Update to V0.0.108 complete, added more features: list_trusted_node R…

    …PC, finally can send payments in unit tests (due to 0 confs channels
    shamardy committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    4ffe1eb View commit details
    Browse the repository at this point in the history
  2. fix wasm compilation

    shamardy committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b806a43 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 10, 2022

  1. update rust-lightning to v0.0.110 wip, remove InvoiceForRPC now that …

    …Invoice serialization/deserialization is supported
    shamardy committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c366a33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0a87b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5552dda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dfb499 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. move lightning background processor to MmCtx, so it can be dropped wh…

    …en calling stop RPC, to persist the latest states on exit
    shamardy committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    00d2af2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. validating headers WIP

    shamardy committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    eff1370 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

Commits on Aug 18, 2022

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

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    858c8fd View commit details
    Browse the repository at this point in the history
  2. fix tests

    shamardy committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    59d1d91 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. wip: add block headers synchronization to utxo activation v2 + test t…

    …hat block headers validation work for the complete BTC chain
    shamardy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2a95fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9c1274 View commit details
    Browse the repository at this point in the history
  3. fix wasm

    shamardy committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c3aa951 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    c6efe5a View commit details
    Browse the repository at this point in the history
  2. fix todo comments

    shamardy committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9283e01 View commit details
    Browse the repository at this point in the history
  3. fix typo

    shamardy committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    6d6ab4e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. First review fixes

    shamardy committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    36fe8e5 View commit details
    Browse the repository at this point in the history
  2. fix check tests

    shamardy committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a7e95e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. second review fixes wip

    shamardy committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ded9078 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    64efb72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f092279 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

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

Commits on Sep 6, 2022

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

Commits on Sep 12, 2022

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