---
title: weekly-dev-meeting-2021-03-24
tags: minutes
---
# Weekly Dev Meeting - 2020-03-24
## Participants
- Thibault Martinez
- Alexander Schmidt
- Louay Kamel
- Thoralf Müller
- Alexander Coats
- Antoni Dikov
- Adam Gleave
- Bing-Yang Lin
- Joshua Barretto
## Goals
- Round table on crates progression;
## Discussion topics
### Coordicide
- Almost done with FPC implementation;
- We'll create a new empty coordicide branch with full CI enabled;
### State of iota.rs (Bing/Thoralf/Antoni)
- Clean codes based on the Rust-week comments;
- NPM package has been published;
- Migration branch for permanode;
- Quorum enabled;
- Wasm bindings for identity.rs;
### State of chronicle (Louay/Bing/AlexCoats)
- Added initial solidifier(s) layer;
- Working on Logger/Write ahead log;
- Fixed mqtt restarting bug;
- Completed API paging with reasonable latency;
### State of the Dashboard
- Nothing this week;
### State of crate: bee-api (Sam/Thibault)
- Fixed is_healthy implementation;
- Added WhiteFlag endpoint;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Completelty finished migration;
### State of crate: bee-message (Thibault/Sam)
- Crate is finished and tested;
### State of crate: bee-network (Alex/Joshua)
- Libp2p version has been bumped;
- Cargo feature to allow importing only types (for clients);
- Standalone feature to use the network outside of bee;
- Something is really slow in the network initialisation;
### State of crate: bee-node (Thibault/Alex)
- MQTT plugin;
- Reviewing Docker PR;
### State of crate: bee-pow (Thibault)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Nothing this week;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Starting to work on LS;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Nothing this week;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Pausing refactoring to fix cpt2 issues;
- Fixing desync between approvers and message metadata;
- Will go back to the rafactoeing when it's fixed;