-
Notifications
You must be signed in to change notification settings - Fork 4
Document BIP353 parsing #86
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
Document BIP353 parsing #86
Conversation
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.
Looks good, just two nits
snippets/dart_snippets/pubspec.lock
Outdated
path: "." | ||
ref: HEAD | ||
resolved-ref: "3111663fbc91aa918a9b44f7deadaf97f94462b9" | ||
url: "https://github.com/breez/breez-sdk-liquid-dart" | ||
source: git | ||
version: "0.7.2" | ||
path: "packages/breez-sdk-liquid-dart" | ||
relative: true | ||
source: path | ||
version: "0.6.0-dev1" |
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.
This from local testing?
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.
Oops, thanks. Dropped the changes to the file in 647517a
snippets/dart_snippets/pubspec.lock
Outdated
path: "." | ||
ref: HEAD | ||
resolved-ref: "3635ca4abebd2ccd5455e1112eaa46cee10888d6" | ||
url: "https://github.com/breez/breez-sdk-liquid-flutter" | ||
source: git | ||
version: "0.7.2" | ||
path: "packages/breez-sdk-liquid-flutter" | ||
relative: true | ||
source: path | ||
version: "0.6.0-dev1" |
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.
Same here
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.
Fixed: 647517a
4769f6b
to
647517a
Compare
* Add seed option to ConnectRequest * Document BIP353 parsing (#86) --------- Co-authored-by: Daniel Granhão <32176319+danielgranhao@users.noreply.github.com>
This PR adds a brief mention to the parse documentation about BIP353 being supported. It also updates the snippets.