0xMiden / 0xMiden/protocol

`MustNotBeErased` marker

オープン
#3,269 コメント 5 件 リアクション 1 件 担当者 0 名 GitHub で見る
fees
主要言語
Rust
スター
132
フォーク
167
平均マージ
1日 23時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。