oggy-dfin
oggy-dfin
To ensure scalability, we want to allow canister authors to use best-effort responses to inter-canister calls, which time out after a period of time. Details are in IC-1674 and the...
Since the introduction of composite queries, the behavioral specification of the interface depends on subnets (canisters can't issue composite queries to canisters on different subnets). So far we have tried...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes # (issue) # How Has This Been Tested?...
To get better coverage on upgrades, we want to run some tests on fixtures produced by the mainnet version. Here's the basic workflow: 1. There's a CI-generated bazel file called...
Currently this PR is an idea scratchpad on how error codes could be exposed to canisters (in addition to the API users).
This is a proposal for a System API extension exposing error codes to users. Thank you for your contribution to the IC Developer Portal. This repo contains the content for...
Previously we didn't specify anything about what happens when a call to a signing point fails for whatever reason. Clarify to say that we don't guarantee that no signature was...
Adjusts the Rust tutorial and the inter-canister calls reference doc to reflect the state after anonymous cycle refunds for bounded-wait calls are merged on the mainnet. DO NOT MERGE until...
Thank you for your contribution to the IC Developer Portal. This repo contains the content for https://internetcomputer.org and the ICP Developer Documentation, https://internetcomputer.org/docs/. If you are submitting a pull request...
This PR describes the interface for the new, finer grained pricing model for HTTP outcalls, which should enable lowering the costs of outcalls by around 4x on average.