refactor: revisit note import process
- 主要語言
- Rust
- 星號
- 78
- 分支
- 129
- 平均合併
- 4 天 14 小時
- 30 天內合併 PR
- 52
描述
- Should we simplify the import process and move some of the logic to the `SyncState` component? I belive this would reduce the number of edge cases when dealing with note state transitions by centralizing the logic in one place. Context: https://github.com/0xPolygonMiden/miden-client/pull/828#issuecomment-2828769510
- In a similar vein, how should we deal with `Unverified` notes in the import process? Currently, when we import an unverified note we add its tag to the client so that it is verified in the sync process. This simplifies the import process (in line with the first point) but may overload the sync requests a bit which may be a problem for the node. Context: https://github.com/0xPolygonMiden/miden-client/pull/828#issuecomment-2791063565
貢獻指南
評估
這個 Issue 還沒有評估資料。