---
title: weekly-dev-meeting-2022-03-02
tags: minutes
---
# Weekly Dev Meeting - 2022-03-02
## Participants
- Thibault Martinez
- Bing-Yang Lin
- Jochen Görtler
- Alexander Schmidt
- Samuel Rufinatscha
- Louay Kamel
- Minyong Li
- Thoralf Müller
- Christian Poveda
- Alexander Coats
- Adam Gleave
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- 0.3
- Fixed the disconnected peers issue;
- Enable autopeering through CLI;
- Download dashboard release from build script;
- Update Dockerfile with JSON config file;
- Need to update documentation for JSON;
- Fixed the update metadata race condition;
- 0.4
- Rewrite of the gossip layer;
- Plugins have been extracted to their own crates;
- PR for the version checker plugin;
- Updated JWT PR;
- Sync tangle: faster but race condition;
- Can maybe remove the pruning mitigation code;
### Stardust node
- Currently implementing INX;
- Merge the byte cost logic;
- Adding the byte cost check;
- Merged a lot of stardust changed and convenience functions;
- Working on another similar PR;
- Will work on new native tokens burning/melting/minting logics;
### Common Rust
- Inline PR to be reviewed/merged;
### Chronicle
- Improved broker processing pipeline flow
- Finalized new collector, solidifier;
- Broker now is simply a stream processing pipeline;
- Now all database operations/model are user-defined by selective/filter trait;
- Enhanced Importer;
- Added CQL index for milestone_index column in `messages` table;
- Simplified exporter;
- Analytics crate development for offline data processing, with datafusion/arrow integration;
### Clients
- iota.rs:
- Added Stronghold Signer, still some small changes required;
- Allow other bech32 HRPs;
- Fixed nodejs workflow;
- Removed spaces from provided mnemonics;
- wallet.rs:
- Removed global static client instance;
- Added event listener support for bindings;
- Updated transaction confirmation logic with output unlocking;