-
Notifications
You must be signed in to change notification settings - Fork 604
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
refactor(Inspector): Add CreateOutcome in create/create_end return #980
Conversation
…t external data from registers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the wrapper type a lot, though I think the additional functions are not that useful
wdyt @rakita
Thanks for the feedback! I have followed your comments and have added a possible improvement over encapsulation of the What you guys think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two nits left.
Do you want to do similar thing for CallOutcome
? It can be in this PR or the next one
Sure, i am gonna do in a new pr! |
Hey @loocapro, can you rebase these changed to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Related to #873
I worked on top of external_field branch as asked by @rakita.
I defined a CreateOutcome struct and defined some helper methods to encapsulate some logic.
It's a first draft, @mattsse may I get some feedback please?