---
title: weekly-dev-meeting-2022-03-16
tags: minutes
---
# Weekly Dev Meeting - 2022-03-16
## 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
### Chrysalis node
- 0.3
- WRITE ABOUT ROCKSDB !!!;
- CI workflows are now running independently on all crates;
- New fmt rule to order imports;
- 0.4
- VersionCheck is almost merged;
- Tracing tools is almosted merged;
- bee-identity PR finished and needs review;
- Started pruning by size feature;
- JWT PR done and being reviewed;
### Stardust node
- Stardust ledger PR is done and waiting for review;
- TIP compliance;
- Added API check for networkId/protocolVersion;
- Hex prefix addition should be done by EOW;
- The warp -> axum switch is pretty much done;
### Common Rust
- New hex prefix crate;
### Chronicle
- Asked to refactor chronicle using MongoDB;
- Started research into this effort;
- Continued work on chronicle and scylla;
### Clients
- wallet.rs:
- Implemented and merged python binding for all methods;
- Enhanced account python class for ease of usage;
- Fixed some bugs;
- Added examples and a simple README;
- Fixed account ordering;
- Added a check to prevent multiple accounts with same alias;
- Add automatic output collection to receive native tokens;
- Added new examples with StrongholdSigner;
- Updated syncing to include basic outputs with all possible unlock conditions;
- Updated CLI wallet to stardust;