---
title: weekly-dev-meeting-2021-04-14
tags: minutes
---
# Weekly Dev Meeting - 2020-04-14
## Participants
- Thibault Martinez
- Alexander Schmidt
- Louay Kamel
- Christian Poveda
- Thoralf Müller
- Antoni Dikov
- Adam Gleave
- Bing-Yang Lin
- Samuel Rufinatscha
- (Joshua Barretto)
## Goals
- Round table on crates progression;
## Discussion topics
### Coordicide
- Addressed FPC review comments;
- Working on the payloads implementation;
### State of iota.rs (Bing/Thoralf/Antoni)
- Mainly worked on the migration branch;
- Wasm feature for identity and streams team;
- Wrote examples for bindings;
- Publish python binding release version v0.1.0;
- Migration/bundle-miner clean code and small refactory;
### State of chronicle (Louay/Bing/AlexCoats)
- Improved archiver & requester with retries;
- Added back-pressure for collector before requesting from network;
- Added new api/service & transaction/included-message endpoints;
- Dynamically detect and recover from an outage in the data-layer;
- Keep doing heavy testing;
### State of the Dashboard
- Nothing this week;
### State of crate: bee-api (Sam/Thibault)
- Fixed migration JSON DTOs;
- Will merge to dev branch
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Bee-snapshot has been merged into thos crate;
- Pruning as well;
- New pruning algorithm;
- Fixed lots of bugs;
- Still a panic to fix;
- Handled underflows/overflows;
- Local snapshot just needs to be called;
- Fixed a delta snapshot downloading/loading issue;
- Fixed a SEP loading issue;
### State of crate: bee-message (Thibault/Sam)
- Lots of missing documentation;
- Writing some more tests;
- Should be ready to merge within 2h;
### State of crate: bee-network (Alex/Joshua)
- Missing some documentation;
- Hopefully merging it this week;
### State of crate: bee-node (Thibault/Alex)
- Now handles the SIGTERM signal;
### State of crate: bee-pow (Thibault)
- Has finally been merged;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Still a sync issue somewhere;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Added storage health;
- Check the health at start and corrupt it if something fails;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Incorporating milestones in the new tangle;
- We'll focus on the current state of the tangle;
- Will be prepared for merging to dev;