-
Notifications
You must be signed in to change notification settings - Fork 6
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
clean up, release and use #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice
"test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava" | ||
"test": "ava" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 less cruft
import { | ||
agd, | ||
agops, | ||
agoric, | ||
} from '@agoric/synthetic-chain'; | ||
import { agd, agops, agoric } from '@agoric/synthetic-chain'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 more concise style
@@ -0,0 +1,101 @@ | |||
# Snapshot report for `test/test-exports.ts` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 ooh... nifty idea!
@@ -1,151 +0,0 @@ | |||
// @ts-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 whee! bye-bye cruft.
/** | ||
* | ||
* @param {string} instanceName | ||
* @returns {string | null} boardId of the named instance in agoricNames |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bug. I don't know why it passed CI. Will revisit
Adds
getInstanceBoardId
to support some a3p-integration use cases. cc @Chris-HibbertAlso bumps deps for hygiene, cuts a 1.1.1 release and DRYs some proposal code to use that release.
an export was missing from 0.1.1 so I also cut 1.2.0, which is a more correct version number since it adds a feature.
Validated in Agoric/agoric-sdk#9977