LCWG #80 call notes

closes #99
This commit is contained in:
pacu 2024-07-10 14:10:53 -07:00
parent e17cb9d235
commit 40db30fa6e
No known key found for this signature in database
GPG Key ID: 1D1645C802086240
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
# Light Client Working Group Devs Meeting 80
### Meeting Date/Time: Thursday, June 27th, 2024 17:00 UTC
### Meeting Duration: 60 minutes
### Moderator: @pacu - ZWCD, @decentralistdan - ZF
### Attendees: Conrado (ZF), Kris (ECC), Za (Zingo), Jason (ZCG), John (ZF), Arya (ZF)
## Agenda:
- Quick team updates
- ZIP-320 updates, deployment of TEX addresses coordination
- Open discussion
### ZIP-320 updates
ECC is working on ZIP-320 to support TEX addresses in a way that doesnt leak any information like the interstitial addresses. The information of these addresses is stored locally on the database. For restoring purposes indices are “reserved” logically following what Bitcoin wallets currently do but under a different child index so they are not used accidentally for other purposes.
Zingo is wrapping up ZIP-317 and is planning to approach ZIP-320 ephemeral
Updates from Jason and Pacu: other exchanges are no
### Frost Uniffi updates
Pacu is progressing on Uniffi version of FROST for Golang and Swift. Go lang FFI is complete and ready for ZavaX team to review.
Zingo might be able to contribute with Kotlin bindings for it.
Pacu was concerned about FROST 2.0 being out anytime soon and that breaking the UniFFI wrapper but Conrado said that 2.0 shouldnt be hard to adopt.
### Regtest darkside Zingo Work
Pacu asked Kris about darksidewalletd tests on the ECC SDK and mentioned some shardtree problems. Za mentioned that Zingo is working on Regtest support as part of Nym integration (Zingo Proxy / Lightwalletd). They want to support darkside RPCs on that Rust implementation of lightwalletd
ECC is also planning to work on fake chain generation on librustzcash crates to be able to test locally without the need of a server.