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

chore(builder): improvements [arduino] #217

Merged
merged 3 commits into from
Feb 25, 2020

Conversation

sleepdefic1t
Copy link
Contributor

Summary

  • move Configuration argument to initial builder constructor.
  • enable passing Configuration arguments to the builder constructor.
  • update the CHANGELOG.

Checklist

  • Ready to be merged

- move network configuration to the initial builder constructor.
  - e.g. `builder::Transfer().build(config);` -> `builder::Transfer(config).build();`
- update examples.
Enable passing Configuration constructor arguments to the builder constructor.

- rm `explicit` in `Configuration` constructors.
@ghost ghost added Complexity: Medium Less than 256 lines changed. Type: Task The issue is a request to setup third-party integrations or any general non-code related tasks. labels Feb 24, 2020
@faustbrian faustbrian merged commit b305977 into arduino Feb 25, 2020
@ghost ghost deleted the chore(builder)/improvements-arduino branch February 25, 2020 06:56
sleepdefic1t added a commit that referenced this pull request Mar 6, 2020
- added Delegate Resignation Builder and Tests [#208]
- improved transaction builder [#217]
- make htlc claim secret a 32-byte hash [#213]
@sleepdefic1t sleepdefic1t mentioned this pull request Mar 6, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium Less than 256 lines changed. Type: Task The issue is a request to setup third-party integrations or any general non-code related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants