---
title: weekly-dev-meeting-2021-12-01
tags: minutes
---
# Weekly Dev Meeting - 2021-12-01
## Participants
- Thibault Martinez
- Jochen Görtler
- Thoralf Müller
- Alexander Schmidt
- Adam Gleave
- Christian Poveda
- Umair Sarfraz
- Samuel Rufinatscha
- Louay Kamel
- Alexander Coats
~~- Branko Bosnic~~
~~- Matthieu Daumas~~
~~- Minyong Li~~
~~- Christian Poveda~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Startdust
- Not much as Thibault was on holidays;
- Backstage transition
- Some workers have been easy to port;
- Only communicating through resources at the moment;
- Still need to transition workers with dependencies;
- There will be lots of conflicts with the protocol PR;
- Release of rosetta-iota v0.4.0
- Support the latest Hornet version;
- Different fixes and refactorings;
- The snapshot loading is still slow;
- rosetta-cli developers are looking into our implementation to optimize their code;
- Autopeering
- PR still open and waiting to be merged;
- Same for the bee node refactoring update;
- Plugin system
- Alex looking into Christian's work;
- Two trust levels: IF (dylib) + Community (TCP/pb3) ?;
- Jelle wanted to discuss this topic with both Hornet and Bee teams;
- Tracing crate
- Will move the logger parts to the trace crate;
- Fixing dependencies issues;
### Chronicle
- Backstage:
- Added send_after method to handles;
- Added Marker wrapper type;
- Implemented channel for `Duration`;
- Chronicle:
- Finished -api and root chronicle crates;
- The node now works as reader node (-api + scylla);
- Work still on-going for the -broker crate;
- Scylla:
- Testing and debuging the cql parser feature;
### Clients
- Bug with list_messages() in wallet.rs — Fix in progress;
- Staking has been more or less finished. Audit also complete. Firefly integration still in progress;
- Research around stardust support started;
- Java migration support. Huobi is now using the reference example for migration.
- Add transfer_with_outputs docs for Python binding;
- Fixed a bug in set_storage_password;
- Updated syncing logic, so no addresses are missing when syncing with a higher start index and also use the start index for internal addresses;
main(net) (everything that is released and ready to run on IOTA mainnet)
shimmer (everything that is released and ready to run on Shimmer)
develop, feat/x, etc. (working branches that should first target shimmer)
fix/x, etc. (fixes that can target shimmer or main directly)