---
title: weekly-dev-meeting-2022-02-02
tags: minutes
---
# Weekly Dev Meeting - 2022-02-02
## Participants
- Thibault Martinez
- Thoralf Müller
- Alexander Coats
- Alexander Schmidt
- Minyong Li
- Jochen Görtler
- Samuel Rufinatscha
- Adam Gleave
- Louay Kamel
~~- Bing-Yang Lin~~
~~- Pelumi Ajayi~~
~~- Branko Bosnic~~
~~- Umair Sarfraz~~
~~- Christian Poveda~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Stardust;
- Joined the network manually;
- Synced and confirmed fine;
- Keeping it TIP compliant;
- Still working on the ledger;
- Indexer;
- Joined query to add the index to outputs;
- Docker;
- Creating a docker image to run a node;
- PR open, needs reviews;
- Need to investigate the dashboard situation;
- Network;
- Refactoring/splitting of the crates;
- New identity crate;
- Pruning;
- Removing the mitigation code and trying the node without it;
- API;
- Rebasing the JWT PR;
- Moving JWT logic from dashboard to API;
- Plugins;
- Moving all plugins to their own crate;
### Common-rs
- Tracing;
- PR is done and waiting for review;
### Chronicle
- Redesigned [data model](https://hackmd.io/FUIorXF2SsiFhbw3kDqznA?both) with stardust support;
- Added Archive report cli tool, to generate analytics/metrics;
- Processed custom reports, as requested by MA;
- Implementing the data-model changes during our refactor;
### Clients
- Update to TIP changes;
- Add examples for all output types;
- Added indexer routes as Client methods;
- Fix Clippy warning;
- Fix unload Stronghold snapshot in wallet.rs;