0xMiden / 0xMiden/protocol

`MustNotBeErased` marker

未關閉
#3,269 5 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。