pull down to refresh

Awesome. I was planning to do some testing towards 3121. I've also found a ton of (external) integration issues in dev env if upgrade lnd due to RPC method removal. Am not sure if I wanna do PRs to 3rd party repos though. Responses have been near-zero both in the bitcoin and in my legacy FOSS space. No one wants to review external PRs (due to slop) :-/

70 sats \ 1 reply \ @k00b 1 Jul

Testing in this area would be clutch. Several distinct async APIs is a psychological horror.

reply
opti.prototype.test = async (pr) => {
  let res
  try {
    res = await SN.dev.apply(pr)
  } catch (horror) {
    res = horror
  }
  await this.gh.comment(res)
  return "🫡"
}
reply