mirror of https://github.com/zcash/lcwg.git
LCWG 34, 35 & 36.
This commit is contained in:
parent
c3f0451594
commit
248f4cbb49
|
@ -37,6 +37,9 @@ The meetings are independent of any organization. However, Pacu & Carter are emp
|
|||
|
||||
№ | Date | Agenda |Notes | Recording |
|
||||
--- | -------------------------------- | -------------- |-------------- | -------------------- |
|
||||
36 | October 20th, 2022 16:00 UTC| [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-36.md) | not recorded |
|
||||
35 | October 6th, 2022 16:00 UTC| [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-35.md) | not recorded |
|
||||
34 | September 8th, 2022 16:00 UTC| [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-34.md) | not recorded |
|
||||
33 | August 26th, 2022 16:00 UTC| [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-33.md) | not recorded |
|
||||
32 | July 27th, 2022 15:00 UTC| [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-32.md) | not recorded |
|
||||
31 | July 13th, 2022 15:00 UTC| [agenda] | [notes](https://github.com/zcash/lcwg/blob/main/meeting-notes/lcwg-dev-31.md) | not recorded |
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Light Client Working Group Devs Meeting 34
|
||||
### Meeting Date/Time: Thursday, October 6th, 2021 17:00 UTC
|
||||
### Meeting Date/Time: Thursday, September 8th, 2021 17:00 UTC
|
||||
### Meeting Duration: 30 minutes
|
||||
### [Video of the meeting](not-recorded)
|
||||
### Moderator: Pacu Gindre @pacu
|
||||
|
@ -13,18 +13,16 @@
|
|||
|
||||
|
||||
# 1. General Notes
|
||||
* General
|
||||
- General roadmap on wallet development
|
||||
* Android SDK
|
||||
- Next release with Checkpoint updates and small bug fixes
|
||||
- Type safe memos - computerized memo will not break the wallet, safe parsing of bytes is possible
|
||||
- Types for every address and key, changes across all public APIs
|
||||
- GRPC updated to 1.10
|
||||
* iOS SDK
|
||||
- SDK 0.16.11-beta release with checkpoints
|
||||
- Updates to reference wallet to exercise incoming UA and ZIP-316 APIs
|
||||
* Nighthawk Updates
|
||||
- Working on crashes reported by users.
|
||||
- Needs to coordinate with ECC Core Team about rollout of new Fee Mechanism implementation
|
||||
after the ZIP is approved. @pacu will follow up on behalf of ECC
|
||||
- New iOS 16 should be mostly compatible, no issues expected
|
||||
- Code deprecations don’t hit us hard as we are using new technologies
|
||||
- DAG-sync changes will take time to integrate
|
||||
|
||||
Switch to swift package manager for Nighthawk recommended
|
||||
|
||||
## Attendees
|
||||
* Adi @nighthawk24 Nighthawk
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
# Light Client Working Group Devs Meeting 35
|
||||
### Meeting Date/Time: Thursday, October 6th, 2021 17:00 UTC
|
||||
### Meeting Duration: 30 minutes
|
||||
### [Video of the meeting](not-recorded)
|
||||
### Moderator: Pacu Gindre @pacu
|
||||
### Attendees: Adi @nighthawk24, Carter @ccjernigan
|
||||
### Notes: Adi
|
||||
|
||||
## Decisions and Actions Made
|
||||
| Item | Description | Video ref |
|
||||
| ------------- | ----------- | --------- |
|
||||
| | ||
|
||||
|
||||
|
||||
# 1. General Notes
|
||||
* General
|
||||
- General roadmap on wallet development
|
||||
* Android SDK
|
||||
- Next release with Checkpoint updates and small bug fixes
|
||||
* iOS SDK
|
||||
- SDK 0.16.11-beta release with checkpoints
|
||||
- Updates to reference wallet to exercise incoming UA and ZIP-316 APIs
|
||||
* Nighthawk Updates
|
||||
- Working on crashes reported by users.
|
||||
- Needs to coordinate with ECC Core Team about rollout of new Fee Mechanism implementation
|
||||
after the ZIP is approved. @pacu will follow up on behalf of ECC
|
||||
|
||||
|
||||
## Attendees
|
||||
* Adi @nighthawk24 Nighthawk
|
||||
* @Pacu ECC
|
||||
* @ccjernigan ECC
|
|
@ -0,0 +1,32 @@
|
|||
# Light Client Working Group Devs Meeting 36
|
||||
### Meeting Date/Time: Thursday, October 20th, 2021 17:00 UTC
|
||||
### Meeting Duration: 30 minutes
|
||||
### [Video of the meeting](not-recorded)
|
||||
### Moderator: Pacu Gindre @pacu
|
||||
### Attendees: Adi @nighthawk24, Carter @ccjernigan
|
||||
### Notes: Adi
|
||||
|
||||
## Decisions and Actions Made
|
||||
| Item | Description | Video ref |
|
||||
| ------------- | ----------- | --------- |
|
||||
| | ||
|
||||
|
||||
|
||||
# 1. General Notes
|
||||
* General
|
||||
- Major changes in Room lib removal PR
|
||||
- Introduce the new batch scanning changes, no noticeable syncing improvement
|
||||
- Change from exposing the room APIs to public, now it’s new type safe changes
|
||||
- Utilize simple types, no plan to modify the db unintentionally
|
||||
- Support for Unified Addresses, get address API changes, sapling is now legacy sapling address
|
||||
- No plan on supporting multiple accounts, instead supporting account index 0 to n
|
||||
* Android SDK
|
||||
- Android 0 simply the initialization, instead pass params in synchronizer to create a new object
|
||||
* iOS SDK
|
||||
- iOS improvements on concurrency
|
||||
- Basic changes to go out in the next release, advanced ones to follow
|
||||
|
||||
## Attendees
|
||||
* Adi @nighthawk24 Nighthawk
|
||||
* @Pacu ECC
|
||||
* @ccjernigan ECC
|
Loading…
Reference in New Issue