Commit cd07d91
authored
feat: add
* Fix `info` command without `serde` feature
* Use variables directly in `format!` and `write!` calls for linter
* Initialize `wasm_info`
* Refresh cache if source code changes
* XC-391: Add `check-endpoints` command
* XC-391: Clippy
* XC-391: Remove unused test dependency
* XC-391: add `check-endpoints` feature flag
* XC-391: Also make imports and module definition conditional
* XC-391: Clippy
* XC-391: Add tests for `check-endpoints`
* XC-391: Change source code to re-trigger build
* XC-391: Add `--features serde` to `cargo test`
* XC-391: Add support for `canister_composite_query`
* XC-391: Add check for missing hidden endpoints
* XC-391: Parse Candid from WASM
* XC-391: Clippy
* XC-391: Add support for more endpoint types
* XC-391: Read hidden endpoints from file
* XC-391: Clippy
* XC-391: Unify `CanisterEndpoint` display and Candid prefixes
* XC-391: Fix test asserts
* XC-391: Clippy
* XC-391: Clippy
* XC-391: Add README section
* XC-391: Add CHANGELOG entrycheck-endpoints command (#85)1 parent cd9aa50 commit cd07d91
File tree
12 files changed
+1122
-30
lines changed- .github/workflows
- src
- bin
- check_endpoints
- candid
- tests
12 files changed
+1122
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments