---
title: weekly-dev-meeting-2021-01-06
tags: minutes
---
# Weekly Dev Meeting - 2020-01-06
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Samuel Rufinatscha
- Louay Kamel
- Thoralf Müller
## Goals
- Round table on crates progression;
## Discussion topics
### Bee runtime
- Some module will be extracted from bee-common;
- New bee-runtime crate containing:
- Node trait
- Worker trait
- EventBus
- ResHandle
- ...
### State of crate: bee-api (Sam/Thibault)
- Pretty much done;
- Need to finalize the specs;
- Have to add `MilestoneIndex` field;
- Needs to add tests;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- WILL WRITE LATER
### State of crate: bee-message (Thibault/Sam)
- Moved Bech32 logic from API to the crate;
- Will add Dust Allowance output type;
### State of crate: bee-network (Alex/Joshua)
- Fixed all the warnings;
- Added missing documentation;
- Changed some configurations;
- Pretty much mergeable;
### State of the Dashboard
- Dashboard now forwards REST API requests;
- Currently writing workers that periodically sends WS events;
### State of crate: bee-node (Thibault/Alex)
- Extracted PeerManager from the node;
- Will improve the plugins API;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Will need to think about the usefulness of this crate;
- Will merge it to dev as well;
### State of crate: bee-pow (Thibault)
- Done and tested;
- Will merge to dev soon;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Hooks PR have been merged;
- Applied on:
- Message
- Milestone
- Approvers
- Metadata
- Automatically persist everything to the storage;
- If not found from tangle, will check the storage;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Issue with cyclic dependency
- WILL WRITE LATER
### State of crate: bee-storage (Thibault/Bing/Louay)
- TRaits PR will be merged after the call;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Same as in bee-protocol;
### State of crate: bee-ternary (Joshua/Thibault)
- Nothing this week;
### State of iota.rs (Bing-Yang / Thoralf)
- Removed WOTS from specs;
- Fixed a bug where you couldn't use an internal address if the public one with the same index is already used in one input;
- Some missing features will be implemented;
### State of chronicle (Louay/Bing)
- Nothing this week;