Call notes for LCWG 76 and 77

Closes #92
Closes #93
This commit is contained in:
Francisco Gindre 2024-05-29 11:55:36 -03:00
parent 7f352f5f91
commit b58d8268ec
No known key found for this signature in database
GPG Key ID: 6B61CD8DAA2862B4
3 changed files with 72 additions and 0 deletions

View File

@ -36,6 +36,9 @@ Generally every light client is represented. Sometimes a non-developer with part
№ | Date | Agenda |Notes | Recording |
--- | -------------------------------- | -------------- |-------------- | -------------------- |
77| May 16th, 2024 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-77.md) | not recorded |
76 | May 2nd, 2024 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-76.md) | not recorded |
75 | April 18th, 2024 17:00 UTC | [agenda] | no notes | not recorded |
74 | April 4th, 2024 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-74.md) | not recorded |
73 | March 21st, 2024 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-73.md) | not recorded |
72 | March 7th, 2024 17:00 UTC | [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-72.md) | not recorded |

View File

@ -0,0 +1,35 @@
# Light Client Working Group Devs Meeting 76
### Meeting Date/Time: Thursday, May 2nd, 2024 17:00 UTC
### Meeting Duration: 60 minutes
### Moderator: @pacu - ZWCD, @decentralistdan - ZF
### Attendees: Kris (ECC), emersonian (zec.rocks)
## Agenda:
- Quick team updates
- ZIP-320 updates
- ZIP-315 call for review
- imminent public Infrastructure changes on May 30th
### ZIP-320 updates
Golang zcash_address version could be a few weeks away.
### ZIP-315 call for review
Call for wallet developers to review ZIP-315 to take it to completion
### Imminent public infrastructure
Nighthawk announced to Dan and Pacu that they will be discontinuing support for their light client infrastructure.
Pacu will contact wallet developers to let them know they should point their apps to other block explorers.
### Open discussion
Emersonian did a demo of his Zcash-helm project to run zcash infrastructure with kubernetes.
He is using two providers that accept Bitcoin.
### Action Items:
Contact these providers to see if they are willing to accept ZEC as well.

View File

@ -0,0 +1,34 @@
# Light Client Working Group Devs Meeting 77
### Meeting Date/Time: Thursday, May 16th, 2024 17:00 UTC
### Meeting Duration: 60 minutes
### Moderator: @pacu - ZWCD, @decentralistdan - ZF
### Attendees: Kris (ECC), emersonian (zec.rocks), Matias (Testnet Infra grant author), Andrea (ECC), John (ZF), Jason (ZCG), Conrado (ZF),
## Agenda:
- Quick team updates
- ZIP-320 updates
- ZIP-315 call for review
- imminent public Infrastructure changes on May 30th
### ZIP-320 updates
Wednesday night we some Zcash devs had a conversation with Binance devs about TEX address implementation. Binance required a specific RPC method to be implemented on Zcashd for them to be able to make TEX address deposits to be available in production. Kris Nuttycombe opened a PR against the Zcashd repo for that. There is a mandatory cross-reference check Binance developers have to comply in order to release TEX address support on their end but they hadnt stated it as such previous to this last conversation
Binance is withholding deposits from Zcash shielded wallets and imposing a 31 business days parking prior they can be returned to their recipient. It is not clear that we can actually talk with them to make that shorter. They did update their applications to show an alert about shielded deposits to users generating QR codes on their site and apps. Zingo has proposed to inform the users in the shielded wallets as well but its unsure if that messaging will be confusing to the rest of the users sending to a t-address that is not from binance and could confuse users more than helping them. Zashi will not implement such messaging until they hear from their users.
### ZIP-315 call for review
This PR is under review. We will call the wide community of wallet developers to review the comments Daira-Emma and other co-authors are doing to that ZIP draft so that we can generate a feature matrix that can provide better guidance for developers and users on which features to support and how to support them.
### imminent public infrastructure
A private and public ecosystem outreach was carried out by Pacu about this. Also Emersonian stated that he will be putting up infrastructure for a Block Explorer using NightHawks ZBE open source repos. Emersonian said that he was not able to find the docker piece that supported the “send raw transaction” feature of ZBE. But Pacu advised to listen to the Legal and Regulation talks on ZconV before enabling such a feature.
Matias, who is proposing a grant on Testnet and Production testing infrastructure presented himself. Part of his grant is making a block explorer that supports Zebra. Kris actually said that ZF and ECC engineers are actually working out in a layer of data that will support various indices on a DB for transparent features of the protocol and ultimately for block explorers and tol Matias to be around those discussions in discord to make sure the requirements for a block explorer are included.
Pacu invited Matias to todays arborist call at 2100 UTC.
### Open discussion
Pacu is wrapping up the FROST rust crates and enabling features to recreate the Zcash demo in swift and other languages and invited others to review the rust code and make suggestions.