---
title: weekly-dev-meeting-2021-06-23
tags: minutes
---
# Weekly Dev Meeting - 2020-06-23
## Participants
- Thibault Martinez
- Thoralf Müller
- Alex Coats
- Bing-Yang Lin
- Adam Gleave
- Antoni Dikov
- Alexander Schmidt
## Goals
- Round table on crates progression;
## Discussion topics
### Coordicide
- Steps for Bee
- Message layouts: working on validations, PR should be ready by Monday;
- Temporary network layer not based on libp2p;
- Data Flow: being tested atm;
- Cleaned the EventBus and did an async version, worth it ?
### State of iota.rs/wallet.rs/firefly (Bing/Thoralf/Antoni)
- Python binding update
- Added Client offline mode configuration;
- Added find_inputs to get UTXOInputs from given addresses and a given amount of tokens;
- Fixed few naming convention in the python binding docs;
- Worked on ledger and dust support;
- Worked on nodejs bindings;
- Some work on SC team;
### State of chronicle (Louay/Bing/AlexCoats)
- Continued work on backstage;
- Built Chronicle dashboard testbench with Martyn's frontend (which is for Bee/Hornet) based on Backtage;
- Now we can send fake data to the frontend with actors in Backtage;
- with Authentication similar to Bee's dashboard;
### State of crate: bee-api (Sam/Thibault)
- Nothing this week;
### State of crate: bee-ledger (Thibault/Sam/Joshua)
- Pruning issue still around;
- We'll investigate ASAP;
### State of crate: bee-node (Thibault/Alex)
- Been trying backstage to setup our basic architecture;
- Investigating new plugin system two layers
- First layer in Rust that consume events from EventBus
- Second layer in any lang that consume events from IPCs exposed by first layer plugin
### State of crate: bee-protocol (Thibault/Sam/Joshua)
- Investihgating an issue where hornet peers are kicking us out because we do not receive milestones anymore;