---
title: weekly-dev-meeting-2021-03-03
tags: minutes
---
# Weekly Dev Meeting - 2020-03-03
## Participants
- Thibault Martinez
- Alexander Schmidt
- Joshua Barretto
- Louay Kamel
- Thoralf Müller
- Alexander Coats
- Antoni Dikov
- Adam Gleave
## Goals
- Round table on crates progression;
## Discussion topics
### State of iota.rs (Bing/Thoralf/Antoni)
- Added Github action workflow for creating cross-platform python libraries of wallet.rs/iota.rs;
- Adding more examples/testings for python binding wallet.rs/iota.rs;
- Exposing more functions in AccountHandle and the whole event listener crate of wallet.rs for python binding;
- Added Bech32 validation;
- Changed Slip10 to use the one from crypto.rs;
- Added Eq/Ord traits to ed25519 PublicKey;
- Switch client from reqwest to ureq;
- Changes required for testnet6;
### State of chronicle (Louay/Bing/AlexCoats)
- Fixed bugs, added more docs;
- Implemented the application tree for PermanodeBroker;
- Added dynamic topology to the Broker (ie, add/remove new feed source);
- Collector(mapreduce) still on going;
- Working on PermanodeAPI endpoints, and testing with junk data;
- Sketching the dashboards requirements;
### State of the Dashboard
- Nothing this week;
### State of crate: bee-api (Sam/Thibault)
- Addition of /receipts, /receipts/{index} and /treasury;
- Refactoring of the crate;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Added migration types and logic;
### State of crate: bee-message (Thibault/Sam)
- Added migration types and logic;
- Identifying inconsistencies between RFCs and implementations;
### State of crate: bee-network (Alex/Joshua)
- PR to merge peering and network opened;
- Some little improvements;
### State of crate: bee-node (Thibault/Alex)
- Extracted logger initialisation from the node;
- Will resume MQTT implementation;
### State of crate: bee-pow (Thibault)
- Nothing feature;
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Nothing this week;
### State of crate: bee-snapshot (Thibault/Alex/Samuel)
- Updated the format for migration types;
### State of crate: bee-storage (Thibault/Bing/Louay)
- Added mappings for the new migration types;
### State of crate: bee-tangle (Joshua/Alex/Sam)
- Continuing work on the refactoring;