---
title: weekly-dev-meeting-2021-10-06
tags: minutes
---
# Weekly Dev Meeting - 2021-10-06
## Participants
- Thibault Martinez
- Bing-Yang Lin
- Louay Kamel
- Alexander Schmidt
- Alexander Coats
- Matthieu Daumas
- Christian Poveda
- Thoralf Müller
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- We've been outsmarted by the tokio guys and had to remove our Location handling code;
- Added new coordinator public key ranges;
- Will fix snapshot requirement issue;
- Tried to improve tangle perf by adding another layer of locks;
- Will try to partition the tangle to reduce lock contention;
- Started working on autopeering again;
### Coordicide node
- New tangle walkers
- Based on Iterator trait;
- PR ready for reviews;
- Some changes to the network PR, still needs to be merged;
- API DTOs are done, will work on responses now;
### Chronicle
- Rewrote Scylla application using backstage, and improved the RING;
- Backstage and scylla benchmark examples;
- Released Chronicle 0.3.0 with follow my funds, etc;
- Backstage: Added rocket prefab;
### Clients
- Python binding for wallet.rs
- Corrected missing event definitions, more testing;
- Adding more examples;
- Improve WASM build size ~30% reduction