stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 12 forks source link

Testing: `evaluate` and `interpret` should give access to the events #398

Closed Acaccia closed 2 weeks ago

Acaccia commented 4 months ago

Some functions will push events and we should have a way to test that the generated event is correct. Examples of such functions are print or stx-transfer-memo?.

matteojug commented 2 weeks ago

Done in https://github.com/stacks-network/clarity-wasm/pull/511