--- title: weekly-dev-meeting-2022-03-09 tags: minutes --- # Weekly Dev Meeting - 2022-03-09 ## Participants - Thibault Martinez - Louay Kamel - Alexander Coats - Jochen Görtler - Alexander Schmidt - Bing-Yang Lin - Adam Gleave - Thoralf Müller - Christian Poveda ## Goals - Round table on projects progression; ## Discussion topics ### Chrysalis node - 0.3 - Fix the Firefly double balance issue; - Docker running without root proviledges; - RC5 has been released; - Race condition has been fixed; - Investigating a memory leak; - Now fetches a release of the dashboard instead of compiling it; - Compile crates independently in CI; - 0.4 - Make bee-identity its own crate; - bee-gossip rewrite; - Version plugin PR open for review; - Adding back all the tracing stuff to the node; ### Stardust node - Resumed the ledger PR; - Moved validations to bee-message; - Implement state transitions; - Dust PR is done and waiting for one more ack; - API hex change still to be done; ### Common Rust - Nothing this week; ### Chronicle - Added chronicle message type with backward compatibility; - Still working on modified packable impl; - Adding helper methods to generate the correct bytes representation; - Added message insert functions; - Finalizing filter trait implementation; - Analytics crate, offline mod has been merged, online mod still work in progress; - Scylla: - Small refactor on the frame module, abstracting cql v4 specs; - Improving the access; ### Clients - iota.rs: - Added debug logs for ms spent on GET requests; - Updated storage deposit checks, only waiting for bee PR to get merged; - Added Stronghold signer; - wallet.rs: - Improved syncing in mainnet; - Node.js binding: fixed parsing in `generateAddresses()`, return errors in `sync()`; - Python binding: binded all methods for wallet.rs and PRed, now under small refactory for Account class; - Changed RemainderValueStrategy to reuse addresses as default; - Refactored impl of `AccountManager` and `AccountHandle`; - Started implementing high level functions;