Skip to content

Commit

Permalink
feat: create new @agoric/time package
Browse files Browse the repository at this point in the history
This will house timerMath.js, and types for TimerBrand, Timestamp, and
RelativeTime. It also holds types for a TimerService, although the
service implementation is in SwingSet (inside `vat-timer`).

refs #6003
  • Loading branch information
warner committed Jan 27, 2023
1 parent e02ee55 commit e502223
Show file tree
Hide file tree
Showing 7 changed files with 611 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/agoric-cli/src/sdk-package-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default [
"@agoric/swingset-runner",
"@agoric/swingset-vat",
"@agoric/telemetry",
"@agoric/time",
"@agoric/ui-components",
"@agoric/vat-data",
"@agoric/vats",
Expand Down
Loading

0 comments on commit e502223

Please sign in to comment.