`MustNotBeErased` marker
未关闭
fees
- 主要语言
- Rust
- 星标
- 132
- 派生
- 167
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 110
描述
The anti-marker of https://github.com/0xMiden/protocol/issues/3268
The background is the following:
- some offchain services base their logic on the presence of a note appearing onchain
- if a note is erased within a block, the service never learns about its existence **via standard means**
- currently network notes are always consumed at least one block later than they are consumed due to the node implementation, so this is not an immediate issue
- but this is not enforced at the protocol level and might change on the node in the future
- to address this, we should introduce a `MustNotBeErased`
I think the rest is self-explanatory once https://github.com/0xMiden/protocol/issues/3268 lands
贡献指南
评估
这个 Issue 还没有评估数据。