dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
202 stars 88 forks source link

feat: struct Call to support best effort responses #496

Closed lwshang closed 4 months ago

lwshang commented 5 months ago

Description

Add a new set of Call API to support configure inter-canister calls. This allows a proper support for the Best-Effort Responses feature.

How Has This Been Tested?

e2e test

The ic0::call_with_best_effort_response system API is not testable yet.

Checklist: