---
title: weekly-dev-meeting-2022-03-30
tags: minutes
---
# Weekly Dev Meeting - 2022-03-30
## Participants
- Thibault Martinez
- Jochen Görtler
- Alexander Schmidt
- Bing-Yang Lin
- Alexander Coats
- Christian Poveda
- Samuel Rufinatscha
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- 0.3
- released 0.3;
- Docker instructions could be improved;
- New branch structure
- `mainnet` -> `production`
- `shimmer` -> `staging`
- Develop branches still need to be converted;
- Still problems with API?;
- Removed `comnet`;
- 0.4
- compile crates individually should work soon;
- bug mitigation code is now gone, test nodes are running for >4 days;
- should be able to remove code;
- pruning by size is entering testing phase;
- rebasing `bee-identity` PR;
- working on `bee-gossip` rewrite;
- finalizing JWT PR, goal to merge today;
- Also added wiki documentation;
- Prometheus is working;
### Stardust node
- Stardust ledger PR is merged;
- Changes to TIPs (`TokenScheme`) have been implemented;
- Convenience methods for Chronicle;
- Moved DTOs from `bee-rest-api` to `bee-message`;
- Skip serialization for 0 values;
- Fixed `U256Dto`s to be hex encoded;
- Missing check for simple deposits;
- INX almost done (some events still missing);
### Common Rust
- Goal: merge the two open PRs;
### Chronicle
- Discussion on actor frameworks;
- `actix` is probably the way to go;
- does not have to shared resources;
- Investigate other projects for shared resources;
- Concern: `actix` still actively maintained;
### Clients
- wallet.rs;
- Python binding refactory and cleanup for shimmer-dev (PRed and merged);