-
Notifications
You must be signed in to change notification settings - Fork 85
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
SDK-621 Generate boilerplate for JS user library setup #176
Merged
Commits on Nov 5, 2019
-
Bundle JS user library with webpack
Ported from #56. Try babel-loader next. See https://github.com/microsoft/TypeScript-Babel-Starter
Configuration menu - View commit details
-
Copy full SHA for af13dba - Browse repository at this point
Copy the full SHA af13dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec6a2d - Browse repository at this point
Copy the full SHA eec6a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e57b827 - Browse repository at this point
Copy the full SHA e57b827View commit details
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7d026b6 - Browse repository at this point
Copy the full SHA 7d026b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ac7c1 - Browse repository at this point
Copy the full SHA d1ac7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea81edb - Browse repository at this point
Copy the full SHA ea81edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0f64c - Browse repository at this point
Copy the full SHA 6a0f64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f2408 - Browse repository at this point
Copy the full SHA a6f2408View commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7cc480f - Browse repository at this point
Copy the full SHA 7cc480fView commit details -
Merge remote-tracking branch 'origin/paulyoung/js-user-lib-bundle' in…
…to paulyoung/js-user-lib-example
Configuration menu - View commit details
-
Copy full SHA for 42c4048 - Browse repository at this point
Copy the full SHA 42c4048View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd4034 - Browse repository at this point
Copy the full SHA ccd4034View commit details -
Attempt to deal with canister IDs as uint64
Now that dfx generates canister IDs as unsigned 64-bit integers (little endian) we need to make sure we can handle that in JavaScript. At present, the HTTP handler of the client rejects submit calls with a HTTP status code of 422, and the message "Could not parse body: invalid type: byte array, expected u64" despite attempting to send the canister_id field as a uint64 little endian typed array per the CBOR spec.
Configuration menu - View commit details
-
Copy full SHA for 97b4e42 - Browse repository at this point
Copy the full SHA 97b4e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f192a - Browse repository at this point
Copy the full SHA 41f192aView commit details -
Since canister.js has no impact on invoking executables.
Configuration menu - View commit details
-
Copy full SHA for ea5e5fe - Browse repository at this point
Copy the full SHA ea5e5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a89f604 - Browse repository at this point
Copy the full SHA a89f604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15dd7e2 - Browse repository at this point
Copy the full SHA 15dd7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aee9fb2 - Browse repository at this point
Copy the full SHA aee9fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc2416f - Browse repository at this point
Copy the full SHA dc2416fView commit details -
Revert "[WIP] Custom CBOR encoding/decoding for CanisterID"
This reverts commit dc2416f.
Configuration menu - View commit details
-
Copy full SHA for 5a29160 - Browse repository at this point
Copy the full SHA 5a29160View commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f2e77a7 - Browse repository at this point
Copy the full SHA f2e77a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 725a7cc - Browse repository at this point
Copy the full SHA 725a7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc90aa - Browse repository at this point
Copy the full SHA bfc90aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 082705f - Browse repository at this point
Copy the full SHA 082705fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a832a32 - Browse repository at this point
Copy the full SHA a832a32View commit details
Commits on Nov 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 729267e - Browse repository at this point
Copy the full SHA 729267eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba7fdf9 - Browse repository at this point
Copy the full SHA ba7fdf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e06952 - Browse repository at this point
Copy the full SHA 3e06952View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02ea4d - Browse repository at this point
Copy the full SHA c02ea4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4f953 - Browse repository at this point
Copy the full SHA 6e4f953View commit details
Commits on Nov 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 706ce60 - Browse repository at this point
Copy the full SHA 706ce60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16529b2 - Browse repository at this point
Copy the full SHA 16529b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2678adc - Browse repository at this point
Copy the full SHA 2678adcView commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fb48471 - Browse repository at this point
Copy the full SHA fb48471View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.