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

fix: Bitcoin canister undefined functions #648

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

peterpeterparker
Copy link
Member

@peterpeterparker peterpeterparker commented Jun 4, 2024

Motivation

There was a typo in the import of the Candid IDL files (copy/paste of "minter" not updated to "bitcoin"). As a result, when using the library IRL, the functions of the actors were actually undefined.

Changes

  • Import Bitcoin DID IDL files

Screenshots

Before:

Capture d’écran 2024-06-04 à 09 33 44

After fix:

Capture d’écran 2024-06-04 à 09 47 46

Signed-off-by: David Dal Busco <david.dalbusco@dfinity.org>
Copy link
Contributor

github-actions bot commented Jun 4, 2024

size-limit report 📦

Path Size
@dfinity/ckbtc 7.89 KB (+7.12% 🔺)
@dfinity/cketh 3.49 KB (0%)
@dfinity/cmc 1.29 KB (0%)
@dfinity/ledger-icrc 3.64 KB (0%)
@dfinity/ledger-icp 15.22 KB (0%)
@dfinity/nns 34.62 KB (0%)
@dfinity/nns-proto 140.98 KB (0%)
@dfinity/sns 15.72 KB (0%)
@dfinity/utils 4.47 KB (0%)
@dfinity/ic-management 2.76 KB (0%)

@peterpeterparker peterpeterparker marked this pull request as ready for review June 4, 2024 07:46
@peterpeterparker peterpeterparker merged commit c3fb890 into main Jun 4, 2024
11 checks passed
@peterpeterparker peterpeterparker deleted the fix/bitcoin-fn-is-not-a-function branch June 4, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants