mraszyk

Results 44 issues of mraszyk

Query calls and read state requests can (just like update calls) result in 4xx and 5xx responses: ``` 4xx HTTP status for client errors (e.g. malformed request). Except for 429...

A state transition for rejecting management canister calls is missing.

This PR adds a new System API call `ic0.call_cycles_add128_up_to` moving the maximum amount of cycles from the canister cycles balance onto an inter-canister call up to a specified upper bound.

This MR needs to pull the latest drun and PocketIC server binaries: ``` https://download.dfinity.systems/ic/a6707c42691fccbe3d90dcd596637172a926ce02/binaries/x86_64-linux/drun.gz https://download.dfinity.systems/ic/a6707c42691fccbe3d90dcd596637172a926ce02/binaries/x86_64-linux/pocket-ic.gz ``` and ``` export POCKET_IC_BIN= ``` Also note that the output format changed slightly and...

This PR introduces the decoding quota to the `http_request` method of the SNS aggregator canister. Setting a decoding quota of 10000 (corresponding to roughly 10KB of decoded data incl. overhead)...

This PR allows anonymous `read_state` requests with invalid `ingress_expiry`. The motivation is to allow users retrieving the certified subnet time via an anonymous read state request without having to provide...

This PR specifies a new system API `ic0.call_cycles_try_add128` which behaves analogously to `ic0.call_cycles_add128`, but does not trap if the canister balance would decrease below the canister's freezing limit after transferring...

This PR is meant for testing PocketIC integration in dfx.

This PR fixes and reenables doc tests of the PocketIC library.

fix
@pocket-ic