-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODOs
More file actions
28 lines (21 loc) · 1.16 KB
/
TODOs
File metadata and controls
28 lines (21 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Nothingmuch TODOs:
- Start work on the packed representation -> @nothingmuch
- Need some papers for better coinjoin classification. -> @nothingmuch
Armin TODOs:
- Finish id handled and import macros from sim
- Traits for abstract fingerprints
- Analysis pass over loose data should work over unordered collections.
- "better" uf datastructure.
Major features we already have:
- binary classification for coinjoin detection (for loose not packed)
- Hueristics analysis
- Analysis can outputs some underdermined results (marked explicitly) or just refuse to analyze until the full dataset is available.
Major features we need:
- Bounded parent tx look ups -> graph traversal (decendants/predecessors)
- Due to sensativity of this type of analysis, due to the order of the txs to be analyzed (parent or child may not be available at the time of analysis). This need explicit dependency tracking. Some notion of dispatching re-analysis when neighboring txs are available.
- Arb value classification -> subset sum analysis
- Graph laplacian
- bounded depth exact
- Isvans approximation
- Packed representation of everything
- Probabilistic clustering notion of uncertainties.