---
title: weekly-dev-meeting-2021-02-03
tags: minutes
---
# Weekly Dev Meeting - 2020-02-03
## 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
- Happening today
- Keep an eye on bee-x, chysalis-testnet and bee-discussion channels
- Redirect everything to issues
### State of the Dashboard
- Initial values send implemented;
- Minor refactoring;
### State of crate: bee-api (Sam/Thibault)
- Added public routes and allowed IPs;
- Multiple parents now supported;
- Need to update the milestone payload mapping;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Migrated to multiple parents;
- Dust protection completely done;
- Still need to enable dust check as part of ledger check;
### State of crate: bee-message (Thibault/Sam)
- Startes implementing new types for migration
- Treasury Input/Output
- Milestone Receipt
- Treasu Transaction
- ...
- Writing lots of tests;
### State of crate: bee-network (Alex/Joshua)
- PeerId wrapper PF waiting for review;
- Remaining annoying issue: upgrade connection failed;
- Only happens Hornet -> Bee
### State of crate: bee-node (Thibault/Alex)
- Nothing this week;
### 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)
- Multiple parents;
- Don't update future cone during sync;
- Don't process tips during sync;
- Some optimizations;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Pruning is being implement;
- Will implement unreferenced messages;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Need unreferenced messages mappings;
- System enum with health/version atm;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Switched hashmap hasher (+~20% perf!);
- Lots of changes to improve performances;
- Fixed eviction-related bugs and races;
- Will start refactoring the crate;
### State of iota.rs (Bing/Thoralf)
- Dust protecion changes;
- Multiple parents changes;
- Wallet.rs python bindings;
### State of chronicle (Louay/Bing)
- Cleanup in scylla-cql crate;
- Refactoring the decoder and encoder in cql-frame protocol;