---
tags: Wallet, Clients, Sync Up
---
# ποΈ 19-05-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 this week;
## Shimmer
- More examples for Node Core API;
- Node Core API fixes and cleaning;
- Stronghold Integration and Message Interface Improvements;
- Add PlaceholderSecretManager to prevent misusage from offline signer secret manager;
- Removed pooled version of get_health;
- Indexer API query parameters changes and checks;
- Add and use SignedTransactionData for offline signing;
- Support raw milestone commands for bindings;
- Stronghold Improvements: Timeout and Unloading waiting for approvals;
- Java bindings;
- Core API and Indexer API done;
- High level API almost done;
# wallet-rs
## Mainnet
- Nothing this week;
## Shimmer
- Update transaction creation (refactoring for offline signing);
- Add destroy method to nodejs binding;
- Only add account index if not already present;
- Configure ESLint and Prettier;
- Refactor balance check for alias and foundry output;
- Some nodejs bindings improvements;
- Firefly requirements
- Add clear_stronghold_password() and is_stronghold_password_available();
- Expose SetAlias in message_interface;
- Offline signing almost ready;
- NT burning/melting is done, waiting reviews;
- Will clean and document CLI-wallet;