---
title: weekly-dev-meeting-2021-09-22
tags: minutes
---
# Weekly Dev Meeting - 2020-09-22
## Participants
- Thibault Martinez
- Bing-Yang Lin
- Louay Kamel
- Samuel Rufinatscha
- Alexander Schmidt
- Alexander Coats
- Matthieu Daumas
- Christian Poveda
- Thoralf Müller
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- No answer from the MQTT library people;
- Will fix conflict to run CI;
- Will review;
- Update Rosetta and fix conflicts with the client;
- All tasks are now instrumented;
- Trying to improve hasher/curl performances;
### Coordicide node
- Configuration file has been switched from TOML to JSON;
- MessageMetadata has been merged;
- Network
- PR is ready to be reviewed/merged;
- GoShimmer guys are working on libp2p, we'll switch as well;
- We now have a very basic Tangle that allow insert/get of Message/Metadata;
- Working on the DTO for the axum API;
- Experimenting with an in-memory storage that fallsback to a disk storage;
### Chronicle
- Permanode: initial support for explorer `follow my funds` feature;
- Scylla.rs: rewriting using backstage stable branch;
- Backstage: added helper runtime methods;
- Backstage: added config abstraction;
- Data processing: investigated treasury funds;
### Clients
- Added two more composite examples to align the rust ones;
- Added python binding for `search_address`, including docs/testing/examples;
- wallet.rs documentation;
- Devnet has been updated;
- Some changes required for Rosetta;