---
title: weekly-dev-meeting-2021-02-10
tags: minutes
---
# Weekly Dev Meeting - 2020-02-10
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Louay Kamel
- Thoralf Müller
- Alexander Coats
- Antoni Dikov
## Goals
- Alphanet release
- Round table on crates progression;
## Discussion topics
### Alphanet release
-
### State of iota.rs (Bing/Thoralf/Antoni)
- Focused on API changes for Rosetta implementation;
- Added MS UTXO changes
- Added Peers API
- Work on migration utilities;
- Merged Bundle Miner;
- Reworked some network related stuff;
- GetNetworkInfo makes sure it's synced
- Always get new tips if PoW is too long;
- Adding some tests on crypto.rs;
### State of chronicle (Louay/Bing)
- Merged scylla-cql crate;
- Finished the cql connection module;
- Finished the stage tree implemenation in the scylla application;
- Improvements to the project organization;
- Simplifying traits;
### State of the Dashboard
- Sent initial values to the frontend;
- Filled some missing values;
### State of crate: bee-api (Sam/Thibault)
- Added Milestone UTXO changes API;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Nothing this week;
### State of crate: bee-message (Thibault/Sam)
- Work on transition types;
### State of crate: bee-network (Alex/Joshua)
- We still had some connections issue with HORNET nodes, now working fine!;
- Ended up refactoring the crate;
- No more Dashmap!;
- Yamux multiplex wasn't working, now working fine!;
- Alias macro to avoid an allocation;
- Removed PeerId clones;
- Some new Commands and Events;
- Able to support Kademlia DHT;
### State of crate: bee-node (Thibault/Alex)
- MQTT investigation;
- Refactored CLI tools to handle errors;
- Finished rocksdb storage analyser;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Will merge with bee-network;
### State of crate: bee-pow (Thibault)
- Stoppable proof of work;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Some deadlocks are being reported and fixed;
- Fixing some race conditions;
- Will do an UnconfirmedMessage Batcher worker;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Actively working on pruning;
- Almost done;
- Facing a cyclic dependency on a type;
### State of crate: bee-storage (Thibault/Bing/Louay)
- UnconfirmedMessage storage mappings are done;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- We will end up merging both tangles;
- Shrink critical sections;
- Remove race conditions;