---
title: weekly-dev-meeting-2021-02-17
tags: minutes
---
# Weekly Dev Meeting - 2020-02-17
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Louay Kamel
- Thoralf Müller
- Alexander Coats
- Antoni Dikov
- Bing-Yang Lin
- Samuel Rufinatscha
## Goals
- Round table on crates progression;
## Discussion topics
### State of iota.rs (Bing/Thoralf/Antoni)
- Added NetworkInfo type (network_id + bech32);
- Lots of small issues fixed;
- Should add more tests;
- Antoni will take more crypto.rs tasks;
- Updated wallet.rs Python bindings and iota.rs/wallet.rs doc;
### State of chronicle (Louay/Bing)
- Completed scylla-cql crate + docs;
- Finished scylla crate, still needs some docs;
- Permanode: finalizing chrysalis data model + RFC;
- MQTT as a feed source;
### State of the Dashboard
- Setup /login + JWT generation;
- Clarify memory usage;
- Put colors in the visualizer;
### State of crate: bee-api (Sam/Thibault)
- Discussions about chaging the indexation format;
- Fixing receipt format;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Discussion about seprating LMI and CMI;
### State of crate: bee-message (Thibault/Sam)
- Writing lots of tests;
- Implementing migration types;
- Trying to implement the Parent type (one static + vector);
- Weird duplication error to fix;
### State of crate: bee-network (Alex/Joshua)
- Lots of issues have been fixed by the Swarm PR;
- Easier to use all the features from libp2P now;
- Still have to fix duplicate disconnect issue;
- Will write more tests;
- Autopeering investigations;
### State of crate: bee-node (Thibault/Alex)
- Configurable log target/level width;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Will merge to bee-network;
### State of crate: bee-pow (Thibault)
- Nothing thie week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Will investigate the solidification race condition;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Pruning code is implemented;
- Still need to write the local snasphot logic;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Nothing this week;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Dynamic cache size dependinc on sync status has been merged;
- Attempts at offloading heavy operations;