---
title: weekly-dev-meeting-2021-09-15
tags: minutes
---
# Weekly Dev Meeting - 2020-09-15
## Participants
- Thibault Martinez
- Bing-Yang Lin
- Louay Kamel
- Adam Gleave
- Samuel Rufinatscha
- Alexander Schmidt
- Alexander Coats
- Matthieu Daumas
- Christian Poveda
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- 0.2.1 has been released
- With bug fixes and features;
- Pretty good feedbacks so far;
- MQTT
- Nearly finished;
- No current way to expose the subscriptions, opened an issue on the crate repo;
- Some refactoring;
### Coordicide node
- Messages
- Testing Message deserialisation with some GoShimmer bytes;
- Fixed some test generation utilities issues;
- Network
- Bee node receiving messages from GoShimmer;
- PR in a reviewable shape;
- Tangle
- Starting to work on a very basic tangle;
- Adding MessageMetadata to the message crate;
- API
- Will insert/fetch messages through POST/GET;
- Storage
- Lots of cleaning and API changes;
### Chronicle
- Updated our permanode production infra;
- Backstage stable: initial cleanup, added backserver;
- Backstage stable: enhanced actor error;
- Backstage stable: [examples](https://github.com/iotaledger/backstage/tree/stable/backstage-core/examples);
### Clients
- Added 18 additional examples for iota.rs python binding
- Provide more composite operation examples;
- Working on the pypi Github-action workflow
- Already integrated in the workflow;
- Need to be integrated with `.change` flow for version update;