---
title: weekly-dev-meeting-2022-03-23
tags: minutes
---
# Weekly Dev Meeting - 2022-03-23
## Participants
- Thibault Martinez
- Louay Kamel
- Jochen Görtler
- Alexander Schmidt
- Bing-Yang Lin
- Adam Gleave
- Thoralf Müller
- Minyong Li
- Alexander Coats
- Christian Poveda
## Goals
- Round table on projects progression;
## Discussion topics
- Maybe decrease number of required reviews to 2;
### Chrysalis node
- 0.3
- Remove the cache completely; Relying on rocksdb cache; Fixes the data race;
- Slightly more memory usage (compaction);
- dev-ops has one RC6 node deployed which is running currently;
- rocksdb `get_pinned_cf` to get better performance and memory stays low;
- There is still the double balance bug, but can't reproduce;
- 0.4
- PR to remove bug mitigation code;
- Merge JWT PR;
- Improve the compile crates individually workflow;
- `bee-identity` PR needs reviews;
- Working on prune by size feature;
- Working on `bee-gossip` rewrite;
- Release should be in about a month;
### Stardust node
- Axum transition
- some problems fixed;
- working on permission filter; Requires JWT PR to be merged first (complicated);
- Stardust ledger PR
- Some comments fixed, rest will follow soon;
- Moving DTOs to `bee-message`;
- API hex and string encoding changes;
- INX implementation
- Some events might be missing;
- Mapping types between prost and `bee-message`;
- Provide convenience functions in INX repo;
- Need for better ways to create Outputs with minimum storage deposit;
### Common Rust
-
### Chronicle
- Pushed chronicle filter impls with null behaviour;
- Drafted chronicle api mongo impl;
- Wip permanode-mongo crate with filter impl;
- Extended filter handle triat with optional archiving;
- Removed Eq bound from backstage config trait, fixed historical config persist impl;
### Clients
- iota.rs
- Merged message_interface for bindings;
- Implemented all client methods w/ message_interface of python binding and PRed;
- Updated to testnet 4 changes;
- wallet.rs
- Implemented native token and nft minting, micro transaction sending;
- Save account manager data to db;
- Removed storage static value;
- Generate first address during account creation and validate seed by comparing first addresses;