issues
search
dfinity
/
cdk-rs
Rust canister development kit for the Internet Computer.
Apache License 2.0
202
stars
88
forks
source link
feat: add API `in_replicated_execution()`
#489
Closed
lwshang
closed
6 months ago
lwshang
commented
6 months ago
SDKTG-326
Description
Bumps
ic0
to v0.23.0 which includes the new system API
in_replicated_execution
.
Provides safe wrapper of it in
ic-cdk
.
How Has This Been Tested?
e2e/api-call
Checklist:
[ ] The title of this PR complies with
Conventional Commits
.
[ ] I have edited the CHANGELOG accordingly.
[ ] I have made corresponding changes to the documentation.
SDKTG-326
Description
ic0
to v0.23.0 which includes the new system APIin_replicated_execution
.ic-cdk
.How Has This Been Tested?
e2e/api-call
Checklist: