Skip to content

Updates USC SDK + add extra timeout#58

Closed
didac-gluwa wants to merge 3 commits intomainfrom
update_usc_sdk
Closed

Updates USC SDK + add extra timeout#58
didac-gluwa wants to merge 3 commits intomainfrom
update_usc_sdk

Conversation

@didac-gluwa
Copy link
Copy Markdown

Updates USC SDK to version 0.11.0 and adds usage of extra delay parameter

@didac-gluwa didac-gluwa requested review from a team, BradleyOlson64, DylanVerstraete, Trantorian1, atodorov, beqaabu and creditcoinprotoclaw and removed request for a team April 28, 2026 14:41
Comment thread utils/index.ts
// We wait for at most 20 minutes for the attestation to be available
// In practice this should take about 8 minutes, but we're being conservative to make the examples robust.
await info.waitUntilHeightAttested(chainKey, blockNumber + 10, 5_000, 1_200_000);
await info.waitUntilHeightAttested(chainKey, blockNumber + 10, 5_000, 1_200_000, 15_000);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@didac-gluwa
Copy link
Copy Markdown
Author

Will be replaced by usage of this gluwa/cc-next-query-builder#75 after new release

@didac-gluwa didac-gluwa deleted the update_usc_sdk branch April 30, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants