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

feat: strips out bitcoin query methods from management canister IDL #893

Merged
merged 5 commits into from
Jun 12, 2024

Conversation

krpeacock
Copy link
Contributor

Description

As requested, removes the bitcoin query methods from the management canister IDL

Checklist:

  • My changes follow the guidelines in CONTRIBUTING.md.
  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@krpeacock krpeacock requested a review from a team as a code owner June 12, 2024 21:38
Copy link
Contributor

github-actions bot commented Jun 12, 2024

size-limit report 📦

Path Size
@dfinity/agent 85.76 KB (-0.04% 🔽)
@dfinity/candid 13.58 KB (0%)
@dfinity/principal 4.97 KB (0%)
@dfinity/auth-client 60.8 KB (0%)
@dfinity/assets 80.47 KB (-0.03% 🔽)
@dfinity/identity 58 KB (0%)
@dfinity/identity-secp256k1 266.14 KB (-0.03% 🔽)

@krpeacock krpeacock enabled auto-merge (squash) June 12, 2024 22:12
@@ -168,20 +161,3 @@ describe('controllers', () => {
});
});

describe('bitcoin query', async () => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would a test that tests that the bitcoin queries are stripped out of the IDL be a valuable addition?

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Left one small comment

@krpeacock krpeacock merged commit 796fcef into main Jun 12, 2024
16 checks passed
@krpeacock krpeacock deleted the kai/SDK-1707-remove-bitcoin-query branch June 12, 2024 23:01
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.

1 participant