1 Meeting Notes 2021 10 04
Elias Rohrer edited this page 2022-08-09 10:52:03 +02:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Persistence story for payment retries

  • Matt: Payment manager persists itself, does so before doing send_payment. Then we call send_payment, chanmon persists, then chanman persists async
  • Then, pending payments are always on-disk in invoice payer
  • Jeff: Invoices cant be in channelmanager, dependency order
  • Val: invoicepayer could cache info from invoices rather than actual invoices, better for spontaneous payments as well

Next release

  • 1077: Scoring will go to separate PR
  • 1054: antoine to update
  • 1100: arik to review
  • 1104: just discussing. Will go back to that

DLC support progress

  • Tibo isnt here

Spec

  • 1013 - trying to finalize the spec, some back and forth here. Rustys on vacation this week, matt to follow up
  • 1015 - tbast set up a testnet node to test against, and matts testnet isnt set up for tor yet, so if someones bored and has time and wanna test that w/ tbast

Signer support

  • Miron working on a wasm demo, hoping to move closer to showing lightweight client support by being able to do all the signing from a browser. Ken sedgwick working on policies
  • No demo ETA
  • Ken: surprising how quickly its coming together, wasm stuff

Review begs

  • 1105, skip 1098 (waiting on review), 1083, 1079, 1078, 1027, 1058, and anything else that looks like it needs review

Bindings

  • Arik: minor issues on my end, improving version access, logging (want to print to ios log files), matt was debugging a bunch of networking issues ytd
  • Matt: BW was reporting some weird latency issues that might be in our networking stack given they dont get the issue w other nodes, but it didnt look like that at first glance
  • Matt: re: java bindings, massively reduced mem leaks recently from galderz suggestion. Seemed to caused issues for downstream clients but in the medium term should be in a very good state. Once 0.0.102 gets cut, will be focusing more on that

LDK website

  • Restructuring it to be a bit more intuitive
  • Stylistically making something a bit cleaner and more sympatico with BDK website