mraszyk
mraszyk
Let's discuss in the meeting today whether this is something we find acceptable.
This PR disables canister http outcalls by rejecting such calls with the reject code `CanisterError` and the reject message ``` IC0503: Error from Canister mwrha-maaaa-aaaab-qabqq-cai: Canister called `ic0.trap` with message:...
This PR changes the pool canister to not redirect the transform function using a composite query. This PR can only be merged after https://github.com/dfinity/ic/pull/4800 is rolled out in production.
This PR has been created to run the benchmarks.
This PR introduces an execution context `TQ` for canister http transform functions to specify that no IC certificate is available in such executions (see replica [PR](https://github.com/dfinity/ic/pull/7562)).
This PR updates the Interface Specification and developer docs to reflect that memory allocation does not limit canister memory usage.
This PR specifies canister renaming in the Interface Specification.
This PR specifies a new feature of the `fetch_canister_logs` method of the management canister: namely the ability to filter the returned canister logs.
This PR specifies a new field `log_memory_limit` in canister settings providing the maximum amount of memory used for canister logs. EXC-2141