-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `merge_init_args` method in Candid UI. - Draw flamegraph for canister upgrade.
- Loading branch information
1 parent
a368e87
commit 344225d
Showing
3 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
service : { | ||
did_to_js : (text) -> (opt text) query; | ||
binding : (text, text) -> (opt text) query; | ||
subtype : (text, text) -> (variant {Ok; Err : text}) query; | ||
subtype : (new: text, old: text) -> (variant { Ok: null; Err: text }) query; | ||
merge_init_args : (text, text) -> (opt text) query | ||
} |
Binary file not shown.