---
title: weekly-dev-meeting-2021-02-24
tags: minutes
---
# Weekly Dev Meeting - 2020-02-24
## 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)
- Discussing with the Zcash guys to derive some traits;
- Maybe we'll end up implementing the traits ourselves;
- Make use of slip10 from crypto.rs;
- Crossplatform python bindings to let user use pre-built wheels;
- Updated examples following recent breaking changes;
### State of chronicle (Louay/Bing/AlexCoats)
- Finished data model including all CQLs;
- Started working on MQTT broker App;
- Implementing endpoints in the API;
- Wrapping bee types for serialisation;
### State of the Dashboard
- Finished authentication;
- Still missing some values to fill;
### State of crate: bee-api (Sam/Thibault)
- Some minor changes to the RFC;
- Need to implement the migration routes;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Implementing migration types and logic;
### State of crate: bee-message (Thibault/Sam)
- Implemented migration related types;
### State of crate: bee-network (Alex/Joshua)
- Preparing for release;
- Merged peerin crate into it;
- Implemented peer discovery;
### State of crate: bee-node (Thibault/Alex)
- Using blake2 through crypto.rs;
- Added password tool;
- Added bech32 tool;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Being merged to bee-network;
### State of crate: bee-pow (Thibault)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Nothing this week;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Breaking change for the migration;
### State of crate: bee-storage (Thibault/Bing/Louay)
- New mappings for the migration;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Tangle refactoring;
- Structured like a database with a handle;
- Can cache things in the handle;
- Should remove the race condition;
- Merging both tangle