---
title: weekly-dev-meeting-2021-09-01
tags: minutes
---
# Weekly Dev Meeting - 2020-09-01
## Participants
- Thibault Martinez
- Thoralf Müller
- Bing-Yang Lin
- Louay Kamel
- Christian Poveda
- Matthieu Daumas
- Samuel Rufinatscha
## Goals
- Round table on crates progression;
## Discussion topics
### Coordicide node
- Finally connected to a GoShimmer node;
- Converting Alex branch to backstage;
- First API prototype using Axum from the tokio team;
- Merged protobuf Message for plugins;
### Chrysalis node
- Finished pruning and merged it;
- bee-node-0.2.0-rc1 has been released;
- Some issues have been reported, will investigate;
- MQTT being implemented;
- All events have been implemented;
- Some issues have been found;
### Chronicle
- Finished EBSI documentation for the data part (integrity/scalability/deployment/etc.);
- Data analytics for Chrysalis PH2 (slides/presentation);
- Backstage nightly: Added a few examples and prefabs;
- Backstage nightly: Implemented ActorPath;
- Backstage nightly: Cleanup/doc work in progress;
### Clients
- Adding missing tests on python bindings;
- Work together with exchanges to help them integrating;
- Work on neon bindings;
- Usage of MessageHandler will make it cleaner and easier to use;
- Improved error handlings in iota.rs;