--- tags: Wallet, Clients, Sync Up --- # πŸ—“οΈ 05-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 Branches have been renamed to `production`, `develop` and `legacy`. ## Mainnet - Merged `mainnet` branch to include a missing commit; ## Shimmer - All workflows are working; - Will put CI as a protection rules for branches; - Keep updated with bee commits; - Support for new /info endpoint; - Support for new /milestone endpoints; - Query parameter `address` renamed to `aliasAddress`; - Fixed automatic input selection (lack of alias/foundry outputs); - Split OutputResponse into OutputMetadata and Output; - Missing API call for OutputMetadata (also missing in bee); - May use this in the wallet when we already have the Output; - GetMessage Raw updated to new MIME types; - Add StoreMnemonic and load Stronghold snapshot in message_interface; # wallet-rs ## Mainnet - Added signature validation; - Fixed node.js CI; - Reduced critical section during PoW; ## Shimmer - CI has been fixed; - Keep updated with bee/client commits; - Updated AliasAddress query parameter; - Fixed account creation with Stronghold; - Added metadata to Foundry while minting native tokens; - Exposed recover_account in the Message Interface; - Still working on burning, having issues; - Backup & signer store PR is ready; - Add custom de/serialization for CoinType; - Add get_output PR ready; - Potential bug with Native Tokens listing;