-
Notifications
You must be signed in to change notification settings - Fork 20.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
accounts/abi: handle events and redo unpack #14743
Conversation
VoR0220
commented
Jul 3, 2017
- Enables unpacking of events using a common interface to methods
- Redoes unpack into modular pieces and functions
- Merge this after accounts/abi: Types redo #14735
cfe48fc
to
1c6f875
Compare
Seems like there's a big chunk missing on the bind side to make this work. What would be needed to get this merged @fjl ? |
Any news on this? |
@fjl the last change allows for unpacking events/methods output into slices/arrays. |
what's holding up merging this besides the one bind test? |
Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
…edo abi Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
Signed-off-by: RJ Catalano <[email protected]>
No other read* function checks the length, so don't do it in readBool.
571786f
to
b07ad26
Compare
Now rebased against latest master. @VoR0220 all tests should pass. |
My understanding was that the ability to pull values out of an interface was being deprecated in favor of a move to structs, is that not the case anymore? |