---
title: weekly-dev-meeting-2021-10-20
tags: minutes
---
# Weekly Dev Meeting - 2021-10-20
## Participants
- Thibault Martinez
- Alexander Schmidt
- Thoralf Müller
- Louay Kamel
- Samuel Rufinatscha
- Adam Gleave
- Christian Poveda
- Alexander Coats
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Currently reading/understanding/implementing the tokenization and smart contract RFCs;
- There are security advisories about the chrono and time crate;
- Currently trying to get rid of the dependencies;
- Doing PRs on community crates;
- Waiting for new released of other crates;
- We put patches on all dependencies and update only if older than 3 months for security reasons;
- LRU cache PR got merged, now faster when syncing and confirming;
- Autopeering is 95% done, still debugging it;
- Will begin merging the cpt2 branch to the dev branch;
- Will bypass the CI temporarily allowing security advisories;
- Will review/merge the snapshot download PR;
- Still working on Rosetta, fixing bugs and updating to last HORNET;
### Coordicide node
- Nothing this week;
### Chronicle
- Refactoring Chronicle still wip;
- Selective permanode impl wip;
- Drafting the fundamental blocks for extended analytics/metrics;
- Dashboard RFC, and aligning it with our UX/front-end team;
- Backstage: enhanced pub/sub impl;
- Scylla: enhanced scylla cql and its access layer;
- Scylla: benchmarked against scylla official driver;
- Up to +30% disparity;
- Backstage: Experimenting HandleEvent trait;
### Clients
- Adding more examples for wallet.rs python bindings, including consolidation, event, get_fund, etc;
- wallet-refactor
- improve syncing
- add consolidation
- emit events
- add ledger signer