---
title: weekly-dev-meeting-2020-06-03
tags: minutes
---
# Weekly Dev Meeting - 2020-06-03
## Participants
- Thibault Martinez
- Louay Kamel
- Samuel Rufinatscha
- Joshua Barretto
- Alexander Schmidt
- Yu-Wei Wu
- Bing-Yang Lin
## Goals
- Round table on crates progression;
## Discussion topics
### State of crate: bee-api (Sam/Yu-Wei/Thibault)
- Requirements have been voted on;
- Will now vote on technologies;
- Experimentation with JSON-RPC;
- Could be tied to the node already;
- Still need to agree on the first wave of API calls;
### State of crate: bee-crypto (Thibault/Alex)
- Nothing this week;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Nothing this week;
### State of crate: bee-network (Alex/Joshua)
- Added configuration to the `Network` struct;
- Adding reconnect interval and message length as configuration;
- Thinking of moving the shutdown policy to `bee-common` ?;
- Will open the PR on `bee` soon;
### State of crate: bee-node (Thibault/Alex)
- Added a CLI with `structops`;
- Working on the shutdown policy;
### State of crate: bee-peering (Sam/Thibault/Alex)
- Nothing this week;
### State of crate: bee-pow (Alex/Yu-Wei)
- Nothing this week;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Investigating shutdown channels type;
- New generic tangle has consequences on the protocol;
- New specific tangle implementation with milestone and flags;
### State of crate: bee-signing (Thibault/Yu-Wei)
- New Shake private key generator for the WOTS signing scheme;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Migrated from the old snapshot format to the new one from HORNET;
### State of crate: bee-storage (Yu-Wei/Bing/Louay)
- Started working on trait splitting;
- Already cleaned the crate a bit;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Generic tangle PR soon to be merged;
- New convenient APIs on top of metadata/flags;
- Will later have genericity over the Transaction type (bundled/atomic);
### State of crate: bee-ternary (Joshua/Thibault)
- Comments on RFC PR have been addressed;
### State of crate: bee-transaction (Yu-Wei/Thibault/Sam)
- Removed serde;
- Still need to investigate Field traits;
- Moved constants to the bundled module;
### State chronicle (Louay/Bing/Yu-Wei)
- Implemented SchemaCQL worker;
- File importer refactory and finalization;
- Adding documentations for each crate;
- Improved examples, cleaned codes, and fixed all warnings;
- Tests to verify the integrity of data (WIP);