Kiba Gateaux

Results 2 issues of Kiba Gateaux

# Incorrect address returned from `signedPrefixedMessageToKey` when invalid data passed in ## Steps To Reproduce There are two ways to get incorrect address returned from `signedPrefixedMessageToKey` 1. invalid signature hash...

bug

## Description Updates Event type in `boa/vyper/events.py` Allows access to event data with event variable names e.g. `contract.get_logs()[0].args_map['my_event_variable']` - creates internal function `Event._get_ordered_args` from current `Event.__repr__` code - refactors `Event.__repr__`...