---
title: weekly-dev-meeting-2021-03-10
tags: minutes
---
# Weekly Dev Meeting - 2020-03-10
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Louay Kamel
- Thoralf Müller
- Alexander Coats
- Antoni Dikov
- Adam Gleave
- Bing-Yang Lin
## Goals
- Rust week
- Round table on crates progression;
## Discussion topics
### Rust week
- Not much progress on other projects due to rust week;
- Internal review of
- iota.rs
- wallet.rs
- crypto.rs
- identity.rs
- stronghold.rs
### State of iota.rs (Bing/Thoralf/Antoni)
- added retry_until_confirmed()
- basic auth support for bindings
- found and fixed bug in bundle miner
- created migration module for iota 1.0
- testing env building/adding test cases for python binding
- refactory of using shared runtime in python binding
- wallet.rs event crate binding
- wallet.rs binding doc discussion
### State of chronicle (Louay/Bing/AlexCoats)
- Quality of Life improvements for Scylla;
- Added Batch trait to Scylla;
- Ongoing work on `permanode-storage` access implementations;
- Initial implementation of Broker;
- Filled in documentation;
- Added ability to filter stored messages and retrieve by keyspace;
### State of the Dashboard
-
### State of crate: bee-api (Sam/Thibault)
-
### State of crate: bee-ledger (Thibault/Sam/Joshua)
-
### State of crate: bee-message (Thibault/Sam)
-
### State of crate: bee-network (Alex/Joshua)
-
### State of crate: bee-node (Thibault/Alex)
-
### State of crate: bee-pow (Thibault)
-
### State of crate: bee-protocol (Thibault/Sam/Joshua)
-
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
-
### State of crate: bee-storage (Thibault/Bing/Louay)
-
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Continuing refactor of tangle
- Needed to rewrite some components due to lack of proper async support
- Now implemented an async-capable concurrent hashmap (will be useful elsewhere in Bee too)
- Still need to work on attaching new tangle to storage layer