0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
29 stars 25 forks source link

fix: store nullifier instead of id for transaction #235

Closed mFragaBA closed 4 months ago

mFragaBA commented 4 months ago

Fixes a bug that caused transactions to not be detected as committed. It was found during #221. That PR adds some checks during integration tests to see that we mark the transaction status as expected but I think it's good to have the fix sooner than later