Updated 2024-06-03
This commit is contained in:
parent
012797aa11
commit
7155e9b158
17
README.md
17
README.md
|
@ -5,10 +5,25 @@
|
|||
- [Removing torrent from mobile build #5257](https://github.com/status-im/status-go/pull/5257) - `commits`, `scoping`
|
||||
- Removed TorrentManager from `handleImportedMessages`
|
||||
- Removed TorrentManager from `checkIfIMemberOfCommunity`
|
||||
- Moved archive related funcs into `ArchiveManager`
|
||||
- To be honest once I started this work I quickly realised how pointless it is as archiving functionality and torrent seeding functionality are really entwined. So I'm keeping the code I've done, but it is a bit pointless without spending a lot of time untangling torrenting and archiving. I'm just going to make an interface for all the functions that are used publicly from `TorrentManager`. I think that this will be the fast way to move on from this issue. I don't like this work anymore, there is a lot of work to do elsewhere and torrent is a rabbit hole filled with canned worms.
|
||||
- Created `TorrentContract` and `ArchiveContract` interfaces
|
||||
- Created nil structs for Mobile use (or close to nil as possible)
|
||||
- Mapped all 2nd level `TorrentManager` usage
|
||||
- https://github.com/status-im/status-go/pull/5257#issuecomment-2143956872
|
||||
- Follow on from [`TorrentManager` API Usage](https://github.com/status-im/status-go/pull/5257#issuecomment-2142881649)
|
||||
|
||||
## Schedule
|
||||
|
||||
-
|
||||
- [x] 11:30 – 12:00 : Melanie <> Sam
|
||||
- https://meet.google.com/xmr-vjog-zj
|
||||
- Discussion of EthCC
|
||||
- And to be honest just a very delightful catchup ❤️
|
||||
- [x] 13:00 – 13:45 : bi-weekly status-go call
|
||||
- https://meet.google.com/gbq-tyqe-vju
|
||||
- Stand-ups
|
||||
- Belal was introduced to the group (Hey Belal)
|
||||
- Discussion of how to ensure compatibility between V1 and V2 key derivation and generation
|
||||
- Action points / Key Decisions
|
||||
- Activating Code Climate diff test coverage as REQUIRED
|
||||
- Agreement to activate audio transcription to ensure we have low effort, yet (reasonably) accurate notes for our calls
|
||||
|
|
Loading…
Reference in New Issue