---
title: weekly-dev-meeting-2022-02-09
tags: minutes
---
# Weekly Dev Meeting - 2022-02-09
## Participants
- Thibault Martinez
- Alexander Coats
- Thoralf Müller
- Jochen Görtler
- Alexander Schmidt
- Adam Gleave
- Samuel Rufinatscha
- Christian Poveda
~~- Minyong Li~~
~~- Louay Kamel~~
~~- Bing-Yang Lin~~
~~- Pelumi Ajayi~~
~~- Branko Bosnic~~
~~- Umair Sarfraz~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- 0.3.0-rc4 probably tomorrow, still needs;
- JSON config support done and waiting for reviews;
- Docker image was merged;
- Autopeering IpV6 support done and waiting for reviews;
- Entry node API done and waiting for reviews;
- 0.4.0;
- JWT being updated and tested;
- Plugins refactoring;
- Been moved to their own crates;
- Will refactor the trait and systel;
- Backstage refactoring;
- MQTT;
- Tracing support;
- Stardust;
- Indexer;
- Bug in the pagination;
- Joined query done;
- Technical blockers are gone;
- API;
- Need to compare with the TIP;
- Bump v1 to v2;
- TIP compliance;
- Some progress, remaining: immutable unlock conditions + inputs commitment;
- ByteCost got greatly simplified;
### Common-rs
- Implement Error trait for errors under std feature;
- Implement Packable for Vec, Sliced Box, String, floats, usize/isize;
- Writing a new readme before release;
### Chronicle
- Updating chronicle data layout for performance;
- Implementing Stardust updates;
- Working on scylla-rs user experience;
### Clients
- wallet.rs:
- Update participation information for voting;
- Add function to clear storage password;
- iota.rs:
- Add tests for mnemonic -> address (Rust and Python binding done, other bindings still to do);
- Update to latest TIP changes;
- Parallelize requests in GetBalanceBuilder;
- Start implementing automatic input selection for all outputs;