Calling all stackers!
Leave a comment below to let the SN community know what you're working on this week. It doesn't matter how big or small your project is, or how much progress you've made.
Just share what you're up to, and let the community know if you want any feedback or help.
I need to finish up my own personal BTC chain explorer app written in Java, just because, and I also need to wrap up the documentation on my social media people tracker database builder, also in Java, just because...
Finishing up wallet plumbing (sends specifically) this week.
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) :-/
Testing in this area would be clutch. Several distinct async APIs is a psychological horror.
opti.prototype.test = async (pr) => { let res try { res = await SN.dev.apply(pr) } catch (horror) { res = horror } await this.gh.comment(res) return "🫡" }building notifications out, its been troublesome to say the least