Skip to content
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

Merged
merged 11 commits into from
Oct 17, 2017

Conversation

VoR0220
Copy link
Member

@VoR0220 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

@VoR0220 VoR0220 requested review from fjl and karalabe July 3, 2017 03:22
@fjl fjl mentioned this pull request Sep 10, 2017
@fjl fjl force-pushed the handleEventsAndRedoUnpack branch from cfe48fc to 1c6f875 Compare September 10, 2017 18:57
@fjl fjl changed the title accounts/abi: Handle events and redo unpack accounts/abi: handle events and redo unpack Sep 10, 2017
@VoR0220
Copy link
Member Author

VoR0220 commented Sep 13, 2017

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 ?

@edevil
Copy link

edevil commented Sep 27, 2017

Any news on this?

@bas-vk
Copy link
Member

bas-vk commented Oct 12, 2017

@fjl the last change allows for unpacking events/methods output into slices/arrays.

@VoR0220
Copy link
Member Author

VoR0220 commented Oct 12, 2017

what's holding up merging this besides the one bind test?

@bas-vk bas-vk force-pushed the handleEventsAndRedoUnpack branch from 571786f to b07ad26 Compare October 12, 2017 20:03
@bas-vk
Copy link
Member

bas-vk commented Oct 12, 2017

Now rebased against latest master.

@VoR0220 all tests should pass.

@VoR0220
Copy link
Member Author

VoR0220 commented Oct 13, 2017

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?

@fjl fjl merged commit dec8bba into ethereum:master Oct 17, 2017
vincentserpoul pushed a commit to vincentserpoul/go-ethereum that referenced this pull request Nov 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants