---
title: weekly-dev-meeting-2021-10-27
tags: minutes
---
# Weekly Dev Meeting - 2021-10-27
## Participants
- Thibault Martinez
- Alexander Schmidt
- Louay Kamel
- Christian Poveda
- Samuel Rufinatscha
- Alexander Coats
- Bing-Yang Lin
- Adam Gleave
- Thoralf Müller
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- We switched from chrono to time to fix the security advisory;
- Won't go back to chrono as it's unmaintained;
- Time crate can't provide local time;
- Will try to load TZ once from env and set it globally;
- Porting packable to dev branch;
- Found an issue with VecPrefix
- Rosetta issue got a hotfix answer;
- In-memory implementation of a storage backend;
- Made sled batch actually atomic;
- Autopeering
- New shutdown mechanism;
- Lot of debugging;
- Will need to write the plugin;
- Peer store still in memory, will need to use an actual backend;
- Will switch to edition 2021;
- Stardust
- Internal RFC review ends in 2 days;
- Implementation ongoing;
### Coordicide node
- Almost all routes are done;
- Issue with missing Metadata in sled;
### Chronicle
- Refactored chronicle-storage using the new scylla access layer;
- Chronicle-broker/api refactoring still work in progress;
- Scylla `TokenEncoder` enhancement;
### Clients
- Enhanced and added more integrated python binding examples in wallet.rs;
- Get fund, consolidation, events subscription/monitoring;
- wallet refactor;
- switch to single client and signer
- add account recovery
- added documentation