0xPolygonMiden / miden-client

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

feat: add advice map to transaction request #422

Closed mFragaBA closed 5 days ago

mFragaBA commented 6 days ago

addresses: #398

note: when I tried debugging the note script I noticed we were never creating the TransactionExecutor in debug mode and so debug statements weren't being executed. I think we previously had it and deleted it by mistake. 7793881 restores it