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: root management canister mod with new bindings #538

Merged
merged 27 commits into from
Dec 18, 2024

Conversation

lwshang
Copy link
Contributor

@lwshang lwshang commented Dec 13, 2024

Description

Exposes management canister API from the new src/management_canister.rs module.
The module is one file containing all the types and functions.
They are grouped with the API method (the function following the args/return types)

How Has This Been Tested?

e2e-tests:
Most API are tested in management_canister.rs.
Some API category has their own test file: canister_info.rs, chunk.rs, http_request.rs.

Kudos: The pocket-ic library enables us to e2e-test all the management canister API now,
including https outcalls and threshold signatures.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@lwshang lwshang marked this pull request as ready for review December 17, 2024 21:03
@lwshang lwshang requested a review from a team as a code owner December 17, 2024 21:03
@lwshang lwshang merged commit 0ab2864 into next Dec 18, 2024
9 checks passed
@lwshang lwshang deleted the lwshang/root_management_canister_mod branch December 18, 2024 00:29
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.

2 participants