From dde63b8d6a0677aaf0d821f874ea77761b126818 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Thu, 19 Feb 2026 15:52:36 -0300 Subject: [PATCH] [#156] LCWG #110 call notes --- README.md | 3 ++- meeting-notes/lcwg-dev-110.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 meeting-notes/lcwg-dev-110.md diff --git a/README.md b/README.md index 85013ae..f27068d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ Generally every light client is represented. Sometimes a non-developer with part № | Date | Agenda | Notes | --- | -------------------------------- | ------------- | -------------- | -109| January 22nd, 2025 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-109.md) | +110| February 19th, 2025 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-110.md) | +109| February 4th, 2025 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-109.md) | 108| January 22nd, 2025 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-108.md) | 107| January 8th, 2025 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-108.md) | 105| November 13th, 2025 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-105.md) | diff --git a/meeting-notes/lcwg-dev-110.md b/meeting-notes/lcwg-dev-110.md new file mode 100644 index 0000000..a626f29 --- /dev/null +++ b/meeting-notes/lcwg-dev-110.md @@ -0,0 +1,20 @@ +### Meeting Date/Time: Thursday February 19th, 2025 17:00 UTC + +### Meeting Duration: 50 minutes + +### Moderators: Pacu (ZecDevRel), + +Atendees: Torn, Mikel (Decentrathai), Kris, Larry (ZODL), Dismad + +## Agenda: + +- Flutter SDK: + - Nyms from Decentrathai (z.chat) and mrhaydari are developing one. How can we combine all of these efforts? + - Z.chat uses the Zcash chain as transport. They were based on Zashi and created a message first. The problem is that memos don’t have forward secrecy so they would need [https://zips.z.cash/zip-0231](https://zips.z.cash/zip-0231) to be implemented. Decentrathai folks should continue to build their app but also work to get the zip included in NU7 + - Pacu will send a PR to that ZIP to add use cases of his. Decentrathai folks will communicate their requirement on the forums +- React native SDK: + - Cocoapods platform is winding down. How does that impact EDGE’s SDK? No quorum +- All of the lightwalletd changes for transparent data have merged. When can we make a release of Lightwalletd? + - There are many PRs opened recently + - Those were vibecoded and need further inspection so will be left out the next release + - We will cut a release with transparent data \+ some other small PR. \ No newline at end of file