| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
+ adding missing comments
+ small cleanups which won't significantly change
function body.
+ unify Method receiver name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ The event slice unpacker doesn't correctly extract element from the
slice. The indexed arguments are not ignored as they should be
(the data offset should not include the indexed arguments).
+ The `Elem()` call in the slice unpack doesn't work.
The Slice related tests fails because of that.
+ the check in the loop are suboptimal and have been extracted
out of the loop.
+ extracted common code from event and method tupleUnpack
|
|
|
|
|
| |
Event.tupleUnpack doesn't handle correctly Indexed arguments,
hence it can't unpack an event with indexed arguments.
|
|
|
| |
Fixes #15617
|
| |
|
| |
|
|
|
|
| |
As we aren't really using the standarized SHA-3
|
|
Implementation of basic event parsing and its input types. This
separates methods and events and fixes an issue with go type parsing and
validation.
|