Disallow the client from tracking accounts with similar `AccountId` prefixes
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 78
- Forks
- 129
- Merge medio
- 4 d 14 h
- PR fusionados (30 d)
- 52
Descripción
To maintain a one-to-many relationship between accounts and addresses/tags, the same address (and the resulting tag) should always map to a single account in the client.
To do this, we need to prevent adding the account with the same prefix to the client.
See https://github.com/0xMiden/miden-client/issues/1260#issuecomment-3282601430 and https://github.com/0xMiden/miden-client/issues/1260#issuecomment-3270169022
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.