-
Notifications
You must be signed in to change notification settings - Fork 215
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
board remote as remotable #7147
Conversation
Datadog ReportBranch report: ✅ |
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.
yay! goodbye weird type conflicts!
@@ -32,7 +32,6 @@ export const makeEconomicCommiteeCommand = async _logger => { | |||
id: opts.offerId, | |||
invitationSpec: { | |||
source: 'purse', | |||
// @ts-expect-error xxx RpcRemote |
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.
👏
packages/vats/tools/board-utils.js
Outdated
{ boardId: latestCapData.slots[slotInfo.index], iface: slotInfo.iface }, | ||
{ getBoardId: () => latestCapData.slots[slotInfo.index] }, |
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.
should this be Far(slotInfo.iface, {...})
?
Description
Changes the
BoardRemote
type to work more like a regular remotable and thus be passed through APIs that expect real remotables.Security Considerations
Scaling Considerations
Documentation Considerations
Testing Considerations