-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Upgrade candid files for cmc (#525)
# Motivation Update candid files for CMC and fix the test failure with the new cmc candid files. This way the bot can make PRs that can be fixed without further intervention. The new candid types are a breaking change for the `notifyCreateCanister` method. # Changes ## Automatic changes * Changes in "*/cmc/candid/*.did" from running script `/scripts/import-candid`. * Changes in "/cmc/candid/*" from running script `/scripts/compile-idl-js`. # Tests * The test in cmc.canister.spec `"CMCCanister.notifyCreateCanister"` was failing because the new parameters were not being passed. # Todos - [x] Add entry to changelog (if necessary).
- Loading branch information
Showing
6 changed files
with
303 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.