Skip to content

Conversation

@m-styp
Copy link
Contributor

@m-styp m-styp commented Dec 19, 2025

Added new function to use for specified number of Rounds on AwaitCall > awaitCallWithSpecifiedRounds

as discussed with @ilbertt - no breaking changes.

@m-styp m-styp requested a review from a team as a code owner December 19, 2025 10:51
@cla-idx-bot
Copy link

cla-idx-bot bot commented Dec 19, 2025

Dear @m-styp,

In order to potentially merge your code in this open-source repository and therefore proceed with your contribution, we need to have your approval on DFINITY's CLA.

If you decide to agree with it, please visit this issue and read the instructions there. Once you have signed it, re-trigger the workflow on this PR to see if your code can be merged.

— The DFINITY Foundation

@cla-idx-bot cla-idx-bot bot mentioned this pull request Dec 19, 2025
@ilbertt ilbertt changed the title Added function for customizable AWAIT_INGRESS_STATUS_ROUNDS. feat: awaitCallWithRounds method on PocketIcClient Dec 19, 2025
@ilbertt ilbertt closed this Dec 19, 2025
@ilbertt ilbertt reopened this Dec 19, 2025
ilbertt
ilbertt previously approved these changes Dec 20, 2025
@raymondk raymondk closed this Jan 5, 2026
@raymondk raymondk reopened this Jan 5, 2026
@github-actions github-actions bot dismissed ilbertt’s stale review January 5, 2026 15:46

Review dismissed by automation script.

@raymondk raymondk added this pull request to the merge queue Jan 5, 2026
Merged via the queue into dfinity:main with commit 994de83 Jan 5, 2026
23 of 24 checks passed
@peterpeterparker
Copy link
Member

peterpeterparker commented Jan 5, 2026

@raymondk I was commenting while you reopened the PR and before you merged it. Feels like it's worth considering but, just my two cents too.

github-merge-queue bot pushed a commit that referenced this pull request Jan 7, 2026
# Motivation

PR #220 introduced a new `rounds` option for `awaitCall` by duplicating
the existing function with a new function called `awaitCallWithRounds`.
I randomly noticed the PR and discussed it with @raymondk, as it felt
like neither an idiomatic solution nor particularly ergonomic, since it
could have been resolved by simply adding the new optional parameter
as... an optional parameter. Which is what this PR does.

# Changes

- Revert function `awaitCallWithRounds` (not a breaking change, as this
was not yet shipped)
- Add `rounds` to `AwaitCanisterCallRequest` parameter

# Notes

No tests, as none were provided in the original PR.

No documentation, as none was provided in the original PR and none
exists in the codebase for the related module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants