---
title: weekly-dev-meeting-2022-02-16
tags: minutes
---
# Weekly Dev Meeting - 2022-02-16
## Participants
- Alexander Schmidt
- Thoralf Müller
- Bing-Yang Lin
- Jochen Görtler
- Louay Kamel
- Alexander Coats
- Christian Poveda
- Minyong Li
- ~~Thibault Martinez~~
- ~~Samuel Rufinatscha~~
- ~~Adam Gleave~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Ongoing discussion: Plugin system;
- General setup and autopeering event types;
- plugins will life in separate crates;
- Pruning code bug fix, tricky to debug;
- Added IPv6 for bee-autopeering;
- Released RC4 bee-node;
- Working with devops to deploy bee, along the shimmer node;
### Shimmer node
- General fixes for foundry output,etc;
- Indexer is getting close to functional;
- Schema still work in progress;
- Queries (pagination, filtering) working;
- API endpoints still missing (waiting for switch to axum);
### Common Rust
- Released Packable 0.2.1;
### Chronicle
- Discussion with explorer team to fulfill their requirements;
- Scylla.rs: enhancements for the access layer;
- Still refactoring chroncile crates with the stardust datamodel changes;
- Rewriting collector for better pipeline;
- Added all stardust types into chronicle-storage crate;
- Drafting Chronicle-analytics crate:
- Helps analyize the historical logs;
- Using datafusion crate (apache arrow) to process and query the csv reports;
### Clients
- iota.rs:
- Fixed Seed parsing in Java binding;
- Found more differences between hornet and bee related to alias addresses, fixed now;
- Automatic input selection for stardust;
- Fixed some clippy warnings;
- wallet.rs:
- Updated shimmer-develop branch to iota.rs shimmer-develop branch;
- Creating transactions is working now;