A collection of utilities for making calls on the Internet Computer.
A library for testing and simulating call failures on the Internet Computer.
A library for retrying calls on the Internet Computer with various retry strategies.
A library for safely upgrading canisters on the Internet Computer.
Add the desired components to your Cargo.toml:
[dependencies]
ic-call-chaos = { path = "path/to/ic_call_utils/call_chaos" }
ic-call-retry = { path = "path/to/ic_call_utils/retry" }
ic-safe-upgrades = { path = "path/to/ic_call_utils/safe_upgrade" }