---
title: weekly-dev-meeting-2021-03-31
tags: minutes
---
# Weekly Dev Meeting - 2020-03-31
## 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
- FPC PR ready for review;
- Added latest optimizations from GoShimmer;
- Will have a meeting on how to work closely with the community;
### State of iota.rs (Bing/Thoralf/Antoni)
- Cleaned iota.rs codes;
- Updated python bindings for the changes in iota.rs/wallet.rs;
- Bug fixing/finding for the errors of wallet.rs/stonghold by using python binding;
- Fixed a bug with multiple inputs with same address;
- Reviewing Node Manager PR;
### State of chronicle (Louay/Bing/AlexCoats)
- Milestone, Message and Metadata requester;
- Solidifier implemented;
- Added Syncer to force durability (eg: filling gaps, etc);
- Added basic CLI using clap;
- Preparing to release within this week;
- Still need to do some repository management (moving/renaming stuff);
- Added REST API documentation;
### State of the Dashboard
- Replicate latest changes from the frontend;
### State of crate: bee-api (Sam/Thibault)
- Started using White Flag endpoint for coordinator quorum;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Properly loading receipts from snapshot files;
### State of crate: bee-message (Thibault/Sam)
- Refactored tail transaction hash type;
- Wrote some more tests and documentation;
### State of crate: bee-network (Alex/Joshua)
- Nothing this week;
### State of crate: bee-node (Thibault/Alex)
- MQTT PR to be reviewed;
### State of crate: bee-pow (Thibault)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Sync issues are gone;
- One little race condition very unlikely to happen;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Pruning algorithm for milestones and unconfirmed messages;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Nothing this week;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- No meaningful progress, working on protocol;