vyperlang / titanoboa

a vyper interpreter
https://titanoboa.readthedocs.io
Other
242 stars 41 forks source link

feature: `boa.env.expect_event()` #153

Open charles-cooper opened 5 months ago

charles-cooper commented 5 months ago

add a new contextmanager, boa.env.expect_event(...), which raises an exception if the event isn't emitted in one of the computations inside the block.