---
title: weekly-dev-meeting-2021-10-13
tags: minutes
---
# Weekly Dev Meeting - 2021-10-13
## Participants
- Thibault Martinez
- Alexander Schmidt
- Thoralf Müller
- Bing-Yang Lin
- Umair Sarfraz
- Louay Kamel
- Samuel Rufinatscha
- Matthieu Daumas
- Adam Gleave
- Christian Poveda
- Alexander Coats
## Goals
- Round table on projects progression;
## Discussion topics
### Chrysalis node
- Tangle simplification
- Remove genericity over metadata;
- Merged tangle and milestone tangle;
- Refactor cache layer and eviction policy;
- Removed storage Hook;
- Introduced NullStorage;
- Added tangle benchmarks;
- Working on a bee-storage-memory crate;
- Decouple snapshot names and download URLs;
- Autopeering 80% ported, should be done by the end of the week;
- Symposium about Cpt3 tomorrow, we all have to attend;
- Updating the MQTT PR; fixing review comments;
- Answer on our rumqtt issue https://github.com/bytebeamio/rumqtt/issues/30;
- Continue to update `rosetta-iota`; move tests; refactor dummy node;
### Coordicide node
- Tangle improvements;
- Tangle walkers;
- Tangle configuration;
- Added storage to the tangle;
- Done with the API DTOs, working on the responses and insert/fetch messages;
- Network PR still need some love;
### Chronicle
- Improving Scylla access layer;
- Chronicle backstage refactor wip;
- Added outage status to backstage/scylla;
- Exposed service/supervision tree through backserver;
- Architecture, flow design, discussion for analytics/metrics impl;
### Clients
- Added get_transaction_id API for the iota.rs, including bindings and docs/testings;
- More python binding example for wallet.rs;
- Migration support for Java bindings in progress (near completion);
- Android bindings for firefly in progress;
- Work in progress for the wallet library redesign / refactor;
- Fix reattach in wasm binding;
- Update faucet example in wallet.rs;