-
Notifications
You must be signed in to change notification settings - Fork 374
Meeting Notes 2021 10 04
Elias Rohrer edited this page Aug 9, 2022
·
1 revision
- 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 can’t be in channelmanager, dependency order
- Val: invoicepayer could cache info from invoices rather than actual invoices, better for spontaneous payments as well
- …
- 1077: Scoring will go to separate PR
- 1054: antoine to update
- 1100: arik to review
- 1104: just discussing. Will go back to that
- Tibo isn’t here
- 1013 - trying to finalize the spec, some back and forth here. Rusty’s on vacation this week, matt to follow up
- 1015 - tbast set up a testnet node to test against, and matt’s testnet isn’t set up for tor yet, so if someone’s bored and has time and wanna test that w/ tbast
- 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 it’s coming together, wasm stuff
- 1105, skip 1098 (waiting on review), 1083, 1079, 1078, 1027, 1058, and anything else that looks like it needs review
- 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 don’t get the issue w other nodes, but it didn’t 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
- Restructuring it to be a bit more intuitive
- Stylistically making something a bit cleaner and more sympatico with BDK website