-
Notifications
You must be signed in to change notification settings - Fork 322
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(ckbtc): use IC CDK to interact with Bitcoin canister #2921
refactor(ckbtc): use IC CDK to interact with Bitcoin canister #2921
Conversation
f3c2cc5
to
9079874
Compare
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.
Thanks @lpahlavi for this PR! Only some very minor comments, otherwise code looks very good to me!
Thank you for the review @gregorydemay, I've incorporated your feedback! |
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.
Nice! Made some minor suggestions
@ninegua Thank a lot for your feedback! I'd missed the built-in conversion between Network and NetworkInRequest, looks much better now :) |
(XC-229) Interact with the Bitcoin canister through the IC CDK instead of the management canister within the ckBTC minter.