--- title: weekly-dev-meeting-2021-09-29 tags: minutes --- # Weekly Dev Meeting - 2021-09-29 ## Participants - Thibault Martinez - Bing-Yang Lin - Louay Kamel - Samuel Rufinatscha - Alexander Schmidt - Alexander Coats - Matthieu Daumas - Christian Poveda - Thoralf Müller ## Goals - Round table on projects progression; ## Discussion topics ### Chrysalis node - MQTT reviews are fixed, waiting for more comments; - Found a bug in the rosetta-cli library ([Issue](https://github.com/coinbase/rosetta-cli/issues/245)); - The issue is assigned however no update yet; - A fix is needed else our Rosetta implementation can not be tested properly; - Improved performance of the new unrolled CurlP implementation. #### bee-network - started implementing Kademlia autopeering (draft PR) ### Coordicide node #### bee-network - Reorg of `bee-network` into several sub-crates; - Improved performance of the new `bee-network` crates; - Addressed most of the PR comments (except Christian's performance tricks ;) ); #### bee-tangle - Simple Tangle implementation; - Removed `get_message()` and `get_metadata()` functions and introduced `get()` function. ### Chronicle - Scylla backstage rewrite wip; - Released scylla-0.1.6 with cql shard-aware conn hotfix; - Enhanced the Selective Permanode RFC; - Enhanced config to allow host names; - Backstage: added websocket json responder for call requests; ### Clients - released wasm binding - updated workflows for it - updated default nodes to the new devnet (https://wiki.iota.org/chrysalis-docs/devnet/) - also updated all examples and docs with the new node and faucet URLs - fixed python wheel download links - added more Python tests for wallet.rs