---
title: weekly-dev-meeting-2021-01-27
tags: minutes
---
# Weekly Dev Meeting - 2020-01-27
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Samuel Rufinatscha
- Louay Kamel
- Thoralf Müller
- Bing-Yang Lin
## Goals
- Alphanet release
- Round table on crates progression;
## Discussion topics
### Alphanet release
- WILL WRITE LATER
### State of crate: bee-api (Sam/Thibault)
- Outputs endpoint type filter has been added to specs;
- Enable/Disable endpoints from config file;
- Double check balance API;
- Change in the peer response: null heartbeat;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- WILL WRITE LATER
### State of crate: bee-message (Thibault/Sam)
- Need to merge the Bech32 PR;
- Fixing some audit feedbacks;
- Need to implement the 8 parents message;
### State of crate: bee-network (Alex/Joshua)
- Some errors have been discovered;
- Somme errors have been silenced;
- New PeerID wrapper type to review;
### State of the Dashboard
- Initial values need to be sent;
- Optimisation PR to merge;
- Review missing values from peer page;
### State of crate: bee-node (Thibault/Alex)
- Dockerfile done very soon;
- Deterministic worker topological order;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Nothing this week;
### State of crate: bee-pow (Thibault)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- WILL WRITE LATER;
- Solidification refactoring;
- Lots of micro-optimizations;
- Lots of things were tested/benchmarked;
- Spent a lot of time identifying bottlenecks;
- Open PR regarding new cone updater;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Streaming data to tangle/ledger crate
### State of crate: bee-storage (Thibault/Bing/Louay)
- Some tuning of Rocksdb configuration variables;
- Need to setup bloom filters;
- Will try to spawn many insertion workers;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Same as protocol;
- Will be completely refactored in the future;
- Variable cache size;
### State of crate: bee-ternary (Joshua/Thibault)
- Nothing this week;
### State of iota.rs (Bing/Thoralf)
- MQTT API calls;
- Python bindings;
- Dust protection PR awaiting reviews;
- Signature index issue was found;
- Started working on the storage adapter;
### State of chronicle (Louay/Bing)
- Moving chronicle-Cql to scylla-cql;
- Complete cql crate refactor with better API;