---
title: weekly-dev-meeting-2022-01-12
tags: minutes
---
# Weekly Dev Meeting - 2022-01-12
## Participants
- Thibault Martinez
- Jochen Görtler
- Alexander Schmidt
- Thoralf Müller
- Bing-Yang Lin
- Louay Kamel
- Samuel Rufinatscha
- Adam Gleave
- Branko Bosnic
- Alexander Coats
- Christian Poveda
- Pelumi Ajayi
~~- Umair Sarfraz~~
~~- Minyong Li~~
## Goals
- Round table on projects progression;
## Discussion topics
### Common crates
- We want to extract some non-IOTA crates to an external repository;
- Would benefit more people in the foundation;
- Need a name for it;
### Chrysalis node
- Some changes to Stardust incoming;
- Changes to FeatureBlocks;
- New type UnlockCondition;
- Removal of addresses from Output;
- Changes to the API;
- Balance removal;
- Indexer plugin;
- Output DTOs PR waiting reviews;
- Axum investigation;
- It sounds pretty good;
- We may start using it in Shimmer;
- Autopeering;
- Warning spam in the logs is fixed;
- Panic is also fixed;
- Snapshot panic, will create an issue;
- New profile for production build;
- Optimizes for size and performance;
- Byte cost PR;
- TIP didn't converge to a final design;
- Tracing PR update;
- Packable PR almost merged;
### Chronicle
- Added Pagination support to sync query;
- Migrating the final bits in chronicle to backstage;
- Exploring our dashboard options;
### Clients
- migration tool for Huobi;
- code for future wallet.rs db migration;
- iota.rs:
- fix getIncludedMessage() for nodejs binding;
- start changes for shimmer;
- move signer from wallet.rs to iota.rs so it can be used for both;