0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
27 stars 23 forks source link

Re enable check on output notes for transactions #313

Closed tomyrd closed 2 months ago

tomyrd commented 2 months ago

closes #252

One of the conditions to check if a transaction was commited or not is whether it's output notes are also commited. This check was disabled because we thought it didn't work. We later discovered that it was not the case from the discussion in the issue. The previous PR (#273) was closed because of this.