Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cce8487
feat: allow HTTP requests with effective subnet ID
mraszyk Apr 15, 2026
19be05d
Point out that subnet ID cannot be used for every update call
mraszyk Apr 15, 2026
d045c9d
Point out that subnet ID cannot be used for every update call
mraszyk Apr 15, 2026
c662b0f
Point out that subnet ID cannot be used for every update call
mraszyk Apr 15, 2026
86dc663
Point out that subnet ID cannot be used for every update call
mraszyk Apr 15, 2026
0a448a7
manual fixes
mraszyk Apr 15, 2026
64933c3
no api/v2/subnet/.../call
mraszyk Apr 17, 2026
8bd78e0
fix
mraszyk Apr 17, 2026
1347882
fixes
mraszyk Apr 20, 2026
ca8f9b5
query call to ic00.list_canisters
mraszyk Apr 22, 2026
559b6a8
Merge branch 'master' into mraszyk/effective-subnet-id
mraszyk Apr 27, 2026
292d156
provisional_create_canister_with_cycles
mraszyk Apr 27, 2026
973c3e8
Potential fix for pull request finding
mraszyk Apr 28, 2026
1348e2d
fix: no @dfinity/research in CODEOWNERS (#6233)
mraszyk Apr 27, 2026
cc13bbc
feat: query call for subnet admins to list all canisters on a subnet …
mraszyk Apr 28, 2026
24c715f
Enable user attributes on ingress messages (#6202)
Dfinity-Bjoern Apr 28, 2026
7663833
typos
mraszyk Apr 28, 2026
116bc3a
typos
mraszyk Apr 28, 2026
4b2d8f7
verify_envelope
mraszyk Apr 28, 2026
097db87
Merge branch 'master' into mraszyk/effective-subnet-id
mraszyk Apr 28, 2026
03a0d46
typos
mraszyk Apr 28, 2026
bccc3d2
assert SubnetId matches effective_subnet_id
mraszyk Apr 28, 2026
b19d81f
fixes
mraszyk Apr 28, 2026
8358aee
verify_subnet_response
mraszyk Apr 28, 2026
f41dee3
fixes
mraszyk Apr 28, 2026
79c2d33
final fixes
mraszyk Apr 28, 2026
206d93b
wording
mraszyk May 4, 2026
1a712a4
typo
mraszyk May 5, 2026
3c679e8
Merge branch 'master' into mraszyk/effective-subnet-id
mraszyk May 5, 2026
4c48a4e
changelog
mraszyk May 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/references/_attachments/interface-spec-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### 0.60.0 (2025-05-04) {$0_60_0}
* Canister signatures from canisters on subnets of type `cloud_engine` are not valid.
* New HTTP endpoints for update calls (to create a canister by subnet admins) and
query calls (to list all canisters on a subnet by subnet admins) whose URL contains
the (effective) subnet ID on which the canister is created or whose canisters should be enumerated.

### 0.59.0 (2025-04-27) {$0_59_0}
* Update and query calls by users authenticated via canister signatures can carry
Expand Down
Loading
Loading