---
title: weekly-dev-meeting-2021-11-24
tags: minutes
---
# Weekly Dev Meeting - 2021-11-24
## Participants
- Thibault Martinez
- Jochen Görtler
- Thoralf Müller
- Louay Kamel
- Branko Bosnic
- Matthieu Daumas
- Adam Gleave
- Alexander Schmidt
- Christian Poveda
~~- Samuel Rufinatscha~~
~~- Minyong Li~~
~~- Umair Sarfraz~~
~~- Bing-Yang Lin~~
~~- Alexander Coats~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Stardust
- Still working on syntactic/semantic checks;
- Proceccing unlocks, consumed outputs and created outputs;
- Changes to the UTXO legder;
- Protocol crate
- Lots of refactoring;
- May come with a performance boost;
- Not priority atm, probably next week;
- Tracing crate
- PR for bee-trace crate has been opened;
- Targets to allow subscribers to trace;
- Allows creation of flamegraphs;
- Allows having loggers and tracing at the same time;
- Easily extendable;
- Issue with `tracing-futures` crate, will investigate;
- All crypto/signing primitives from bee have been deprecated, should use crypto.rs;
- Backstage transition has started;
- Autopeering
- Reviewing comments and rebasing;
- More community requests about entrynode;
### Coordicide node
- API PR
- Comments have been addressed;
- Still some checks failing in the CI;
### Chronicle
- Backstage: integrated config;
- Scylla: added parser with enhanced statement types;
- Chronicle:
- Storage and filter crates are ready;
- Refactoring remaining crates still on-going;
### Clients
- wallet.rs:
- don't retry empty messages;
- adjust consolidation to work with Ledger Nano;
- add migration support with Java binding;
- expose gap_limit for legacy addresses;
- script to generate legacy addresses and search for balance;
- restructure iota.rs, because it's only one crate now;