Skip to content

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