Closed jefft0 closed 2 years ago
This pull request makes similar changes to these in Berty: https://github.com/berty/berty/pull/3798 https://github.com/berty/berty/commit/fc11fbccb7479029166ece724f8e9563b0b97a7f
This changes NewNode to take an optional NodeConfig which has the Net and mDNS drivers that are created by Java.
NewNode
NodeConfig
:tada: This PR is included in version 1.8.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This pull request makes similar changes to these in Berty: https://github.com/berty/berty/pull/3798 https://github.com/berty/berty/commit/fc11fbccb7479029166ece724f8e9563b0b97a7f
This changes
NewNode
to take an optionalNodeConfig
which has the Net and mDNS drivers that are created by Java.