Open madtrick opened 1 year ago
Both, I suppose! Checker only cares about completion ops and actually ignores invocations altogether. Someone with lots of free time (presently, not me, haha) ought to add a pass to Elle which validates that input and output transactions have the same structure. ;-)
Hi,
When working on the
txn-rw-register
workload I noticed that my responses to thetxn
operation weren't conformant to the protocol because I was leaving out some of the operations of the transaction. An example:Int the example above, I replied to message 1 with only the "read" operation. However maelstrom reported that all was good at the end of the execution. Is this a bug or is the checker lenient?