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

Refactor transaction execution logic #182

Merged
merged 5 commits into from
Feb 18, 2020

Conversation

byeongjee
Copy link
Contributor

@byeongjee byeongjee commented Feb 18, 2020

It closes #160

It was hard to understand the context with the previous parameter name fee_payer.
It also reduces cohesion between Address and Public, which will allow easier landing of #151

@majecty
Copy link
Contributor

majecty commented Feb 18, 2020

@sgkim126 @HoOngEe I added both of you as reviewers to notify you that the name of the fee_payer field is changed.
You do not need to review whole changes.
I'll review them.

@byeongjee byeongjee added the refactoring Behavior does not change. Make code simple label Feb 18, 2020
@byeongjee byeongjee merged commit 5b7f375 into CodeChain-io:master Feb 18, 2020
@majecty
Copy link
Contributor

majecty commented Feb 19, 2020

@byeongjee Please do not merge a PR until all reviewers click the "approve" button.

@byeongjee
Copy link
Contributor Author

Sorry. I got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Behavior does not change. Make code simple
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor transaction execution
3 participants