---
title: weekly-dev-meeting-2021-01-20
tags: minutes
---
# Weekly Dev Meeting - 2020-01-20
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Samuel Rufinatscha
- Louay Kamel
- Thoralf Müller
- Bing-Yang Lin
## Goals
- Round table on crates progression;
## Discussion topics
### State of crate: bee-api (Sam/Thibault)
- Some adjustements to the implementation according to specs;
- Integration of conflict reason;
- Peers endpoints missing;
- Discussions about a new debug API to get confirmed messages of a milestone;
- Health endpoint was moved to bee-tangle;
- Node info endpoint returns version+commit now;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Implementing Dust protechion mechanism;
- Refactoring ledger processing internals;
- Adding ED25Addr <-> Output storage mapping;
- Completing transaction semantic validation;
### State of crate: bee-message (Thibault/Sam)
- Added DustAllowance output type;
- Fixing some audit remarks;
- Will be a module of the common crate;
### State of crate: bee-network (Alex/Joshua)
- Peer aliases have been made mandatory and exposed;
- PR still open, waiting for tokio;
- Will have one dedicated channel per peer at some point in the future;
### State of the Dashboard
- What's the point of the peers metrics page ?;
- Peers are missing atm;
- Peer alias is displayed;
- Bech32 is used from the conf;
- Will do a PR to warp reverse proxy to update it to tokio1;
### State of crate: bee-node (Thibault/Alex)
- Doing a docker image of the node;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Nothing this week;
### State of crate: bee-pow (Thibault)
- Last dependency has been merged;
- Will do some benchmarks;
- PR to be opened soon;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- WILL COMPLETE LATER
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Added output types;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Added Dust mappings;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Investigating tips issues;
- Investigating lock contention issues;
- Planning a complete refactoring;
### State of crate: bee-ternary (Joshua/Thibault)
- Merged T1B6;
### State of iota.rs (Bing/Thoralf)
- Working on python bindings;
- Needs to improve MQTT parts;
- Fixed some bugs;
- Added Bech32 HRPs;
- Get pow score from node instead of hardcoded;
- Started working on migration;
- Bech32 PR on bee awaiting review;
### State of chronicle (Louay/Bing)
- Migrated storage into scylla.rs repo;
- Refactoring cql into scylla_cql;