-
Notifications
You must be signed in to change notification settings - Fork 226
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
changes needed before publishing v0.0.1 #123
Comments
Notably, I don't have any tests for |
Based on https://github.com/tvcutsem/es-lab/blob/master/src/ses/makeFarResourceMaker.js function makeFetcher(url) {
return harden({
GET(p, key) {
return fetch(`${url}&q=${key}`);
},
};
} |
I am having a hard time understanding the iteration stuff starting at |
I was at least twice as clever as I should have been. I've rewritten that part to use a |
As @erights said in Agoric/eventual-send#7, this is good enough to release a v0.0.1. A detailed review will come later. |
@erights, would you please do a review of this package?
Let's track any required changes before the first test release here, and spin-off separate issues when they can be postponed until after the initial NPM release.
When the code is good enough for a v0.0.1 release, we'll close this issue.
The text was updated successfully, but these errors were encountered: