---
title: weekly-dev-meeting-2021-11-10
tags: minutes
---
# Weekly Dev Meeting - 2021-11-10
## Participants
- Thibault Martinez
- Adam Gleave
- Alexander Schmidt
- Christian Poveda
- Louay Kamel
- Bing-Yang Lin
- Jochen Görtler
- Samuel Rufinatscha
- Alexander Coats
- Matthieu Daumas
~~- Thoralf Müller~~
~~- Umair Sarfraz~~
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Tokenization framework implementation;
- Added all new output, address, unlock block and feature block types;
- All serialisation/deserialisations are done;
- Currently adding syntactic and semantic checks;
- Autopeering;
- Has been integrated into the node;
- Node config has been changed;
- Tested and working;
- An issue with syncing from snapshot;
- bee-network is now a folder containing bee-autopeering and bee-gossip;
- We will have a window to push some breaking changes with the tokenization release;
- Flamegraph;
- Digging around figuring out how all of this work;
- No spans so graphs not very interesting yet;
- Rosetta;
- Reported parser issue has been hotfixed and is working;
- Issue with the devnet faucet;
- Will change base branch and re-open the MQTT PR;
- Lots of internal quality of life changes to Packable;
- Will start the backstage migration;
- PoW/Performance;
- Reviewing benchmark PR;
- Replacing uses of bee-crypto with iota-crypto;
### Coordicide node
- API PR has been opened;
- Will address the review comments;
### Chronicle
- Chronicle-broker: Refactored Solidifier;
- Started on selective permanode impl (config, wildcard filtering);
- selective-permanode: Considering using mqtt broker to push the selected messages;
- Replaced Scylla local-storage rings with shared ArcSwap ring;
- Scylla: Added TimeToLive trait, enabling inserts with ttl/age;
- Scylla: Added alter keyspace topology, and removed uniform replication-factor limitation;
- CQL statements parser is work in progress;
### Clients
- Fixed workflow for uploading binaries;
- Cleaned wasm readme;
- Updated python bindings for relation dto change;
- Applied version update for the client library;