---
title: weekly-dev-meeting-2021-09-08
tags: minutes
---
# Weekly Dev Meeting - 2020-09-08
## Participants
- Thibault Martinez
- Thoralf Müller
- 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
### Coordicide node
- Network
- Christian's branch has been merged into Alex's;
- Now using backstage;
- Error handking still to be done;
- Should backstage network layer be mandatory ? Be a feature ? Be a separate crate ?
- Messages
- Random generation utilities;
- Fixed an issue with optional payload ser/de;
- Storage
- Currently writing tests for the storage layer;
- Some API changes;
- API
- Using axum to replicate what we had with warp;
### Chrysalis node
- Released an RC1 of the pruning release, no major issue so far;
- tokio console has been fixed and is very useful to investihgate async tasks;
- Hashing is slower in Rust than in Go;
- MQTT is in a good shape;
- Can be reviewed;
- Still some issues with events to be fixed;
- Issue with graceful shutdown;
### Chronicle
- Migrated backstage nightly to stable;
- Added hyper/prefab example;
- Backstage: Cleanup, doc and RFC WIP;
### Clients
- Added 13 more test cases for iota.rs in Python binding;
- Each binding function of High-level/full-node/mqtt APIs has explicit test case;
- Restore caches for clippy and python binding publish workflows;
- Offline signing for node.js and wasm binding;
- Improved iota.rs ClientBuilder;
- Plans to redesign wallet.rs;