---
title: weekly-dev-meeting-2022-01-19
tags: minutes
---
# Weekly Dev Meeting - 2022-01-19
## Participants
- Thibault Martinez
- Alexander Schmidt
- Thoralf Müller
- Bing-Yang Lin
- Samuel Rufinatscha
- Louay Kamel
- Jochen Görtler
- Adam Gleave
- Minyong Li
- Branko Bosnic
- Alexander Coats
- Pelumi Ajayi
- Christian Poveda
~~- Umair Sarfraz~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Release Candidate 3;
- All autopeering related issues are fixed, PR will be up tonight;
- Rocksdb PR almost merged, a comment to solve about atomicity of a storage operation;
- Identity is moving from the config file to PEM file;
- Adding JWT to the API;
- Hidden and protected routes;
- Configuration changes;
- common-rs;
- Moved the logger, time and iterator crates to the repository;
- Will close the 2 tracing PRs on bee an open the new ones there;
- Stardust;
- Implementing the latest changes to the TIPs (unlock conditions, essence network id...)
### Chronicle
- Made collecting/inserting proofs an analytics task;
- Moved analytics to be a selective-permanode use-case;
- Added exporter;
- Enhanced selective-permanode impl;
- Explored Grafana, but we ended by adding lightweight page;
- Added `active iota addresses, send count, receive count, ms_timestamp` columns into analytics table;
- Added `metrics` table which will hold the `daily reports`;
### Clients
- iota.rs shimmer:
- rework address generation;
- update to shimmer bee crates and new packable;
- New Github workflows;
- researching on extracting common actions into a repository; the actual change will happen later;