scout-soroban icon indicating copy to clipboard operation
scout-soroban copied to clipboard

Events detectors

Open sofiazcoaga opened this issue 6 months ago • 2 comments

Includes:

  • Storage change events detector: emits a warning when storage is modified in any way and the contract does not emit an event.
  • Storage change events test cases.
  • Token Interface events detector: emits a warning when the token interface trait is implemented and the functions belonging to it that should emit events do not.
  • Token Interface events test cases.

sofiazcoaga avatar Aug 20 '24 18:08 sofiazcoaga