Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export types from timer package #8631

Merged
merged 3 commits into from
Dec 7, 2023
Merged

export types from timer package #8631

merged 3 commits into from
Dec 7, 2023

Conversation

turadg
Copy link
Member

@turadg turadg commented Dec 6, 2023

Description

While doing a code review with @0xpatrickdev and @dckc we saw a typedef for setWakeup that did not have the cancel taoken. That was a stale one in Zoe from 3 yrs ago.

This instead import TimerService from @agoric/time. To do that I had to export the type from index instead of the deep src/types. Once that was done I want ahead and simplified all the deep imports.

Security Considerations

Scaling Considerations

Documentation Considerations

Testing Considerations

Upgrade Considerations

@turadg turadg requested a review from warner December 6, 2023 23:27
@turadg turadg added the automerge:rebase Automatically rebase updates, then merge label Dec 7, 2023
@mergify mergify bot merged commit 813e29e into master Dec 7, 2023
67 checks passed
@mergify mergify bot deleted the ta/timer-types branch December 7, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:rebase Automatically rebase updates, then merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants