---
title: weekly-dev-meeting-2021-06-02
tags: minutes
---
# Weekly Dev Meeting - 2020-06-02
## Participants
- Thibault Martinez
- Alexander Schmidt
- Louay Kamel
- Thoralf Müller
- Alex Coats
- Bing-Yang Lin
- Samuel Rufinatscha
- Adam Gleave
## Goals
- Round table on crates progression;
## Discussion topics
### Coordicide
- Working on message layouts;
- Writing more tests;
- Refactored the packable module into its own crate;
- Will write a coordicide node crate and start using Backstage;
### State of iota.rs (Bing/Thoralf/Antoni)
- Added permanode support option;
- Investigation for Python bindings on Raspberry Pi;
### State of chronicle (Louay/Bing/AlexCoats)
- Implementation of Alert macro to Slack for example;
- Good progress on Backstage design;
### State of crate: bee-api (Sam/Thibault)
TO BE DONE
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Serialized commands to the ledger worker to emulate a Mutex;
- Provided new commands to satisfy new API changes (inclusion of ledger index);
- Pruning is implemented, still investigating an issue with it;
### State of crate: bee-storage (Thibault)
- Writing a benchmarking crate;
- Sled crate waiting for reviews;
### State of crate: bee-node (Thibault/Alex)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Lots of performances improvements;
- Trying to identify the rogue task consuming lots of CPU;