---
title: weekly-dev-meeting-2021-05-19
tags: minutes
---
# Weekly Dev Meeting - 2020-05-19
## Participants
- Thibault Martinez
- Alexander Schmidt
- Louay Kamel
- Thoralf Müller
- Antoni Dikov
- Adam Gleave
- Bing-Yang Lin
- Joshua Barretto
## Goals
- Round table on crates progression;
## Discussion topics
### Coordicide
- Merged the tokio-console;
- Investigating deadlock situation;
- Will write specs;
- Packable trait is done, should be able to merge soon;
- New impl of the runtime modules with recursive task management;
- Reworking the event system;
### State of iota.rs (Bing/Thoralf/Antoni)
- Setup a Github Action flow to publish cross-platform python wheels (Win/MacOS/Linux, Python 3.6+) to Pypi;
- Users now can use `pip install iota-client` to use it;
- Added validation tools for mnemonics;
- Added MQTT over ws;
- Released a new version of the JS node bindings;
### State of chronicle (Louay/Bing/AlexCoats)
- Working on usability for backstage (actor model);
- Added analytics support;
- Improved merger;
### State of the Dashboard
- Nothing this week;
### State of crate: bee-api (Sam/Thibault)
- Opened a new PR;
- Still needs little bit of work and will need review;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- It has been merged;
- Finishing up pruning algorithms, soon to be mergeable;
- A bit slow under high MPS, optimising atm;
### State of crate: bee-storage (Thibault)
- Implemented MultiFetch;
- Rocksdb segfault atm, a PR is opened to fix it, waiting for it to be merged;
### State of crate: bee-node (Thibault/Alex)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Cleaning and improving the crate;
- Will merge it early next week;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Nothing this week;