Stan Bondi
Stan Bondi
Hey no problem :) Let me know when I can upgrade and thanks for your help so far!
Hi, Made a [PR for this.](https://github.com/pzol/monadic/pull/15) Basically if you don't give an explicit argument it will return Nothing as before. If you explicitly say "give me nil (or whatever value)"...
This error `Chain storage error: You tried to execute an invalid Database operation: UTXO 248a... was already marked as deleted.` can be reproduced in the dan repo. If you dont...
This may still be an issue even with the SMT update - https://github.com/tari-project/tari-dan/pull/918/checks?check_run_id=20964979745&pr=918 "A duplicate key was found when trying to inserting (sic)" We essentially "enqueue" the block for processing...
> Do we need write permission to these files? Do you mean "do we need to _check_ for write permissions"? If so, you are right, we only really care that...
Updating here with the fixes from https://github.com/tari-project/tari/pull/5711 - ~~SAF/Store: the message has no signature~~ Fixed: banned in the decrypt middleware - ~~SAF_handler/task: invalid saf message~~ Fixed - SAF_handler/task: peer send...
Other considerations: - we should not have to allocate a buffer on the heap before chaining - as this can be awkward and error-prone - hashing should be as cheap...
Stale - closing
I'm sorry if this is a bad place for this question. I would like to ask if this is the correct approach for reading memory from a host function. This...