---
tags: Wallet, Clients, Sync Up
---
# ποΈ 14-04-2022 - Weekly Dev Meeting β Client Libraries
## π₯ Participants
- Minyong Li
- Pelumi Ajayi
- Thoralf MΓΌller
- Umair Sarfraz
- Thibault Martinez
- Samuel Rufinatscha
## Discussion Topics
# iota-rs
## Mainnet
- Nothing happened;
## Shimmer
- We should merge `dev` into `develop` from time to time;
- Added utils to decode TaggedPayload;
- Fetch outpts from transaction ID;
- Added semantic and will try it through lots of examples;
- Nodejs README update;
- Nodejs MQTT subscribe method;
- Message interface now uses the DTOs instead of the actual types;
- Maybe we should split the DTO into Output and Metadata;
- Signer has been renamed to SecretManager;
- Python OutputBuilder will be done soon;
# wallet-rs
## Mainnet
- Avoid losing transaction on error;
- No hardcoded assembly event id;
## Shimmer
- Implemented lots of functions to burn tokens, will test it ASAP;
- Updated syncing to get all output types;
- Now returns output_id with whether we can spend them or not instead of locked balanced;