Skip to content
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
merged 33 commits into from
Nov 22, 2019

Commits on Nov 5, 2019

  1. Bundle JS user library with webpack

    Ported from #56. Try babel-loader next. See https://github.com/microsoft/TypeScript-Babel-Starter
    paulyoung committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    af13dba View commit details
    Browse the repository at this point in the history
  2. Use babel-loader

    paulyoung committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    eec6a2d View commit details
    Browse the repository at this point in the history
  3. Revert "Use babel-loader"

    This reverts commit eec6a2d.
    paulyoung committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    e57b827 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    7d026b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ac7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea81edb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a0f64c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6f2408 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    7cc480f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/paulyoung/js-user-lib-bundle' in…

    …to paulyoung/js-user-lib-example
    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    42c4048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccd4034 View commit details
    Browse the repository at this point in the history
  4. 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.
    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    97b4e42 View commit details
    Browse the repository at this point in the history
  5. Fix did.js test

    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    41f192a View commit details
    Browse the repository at this point in the history
  6. Remove TODO

    Since canister.js has no impact on invoking executables.
    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ea5e5fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a89f604 View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    15dd7e2 View commit details
    Browse the repository at this point in the history
  9. Use binary blob abstraction

    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    aee9fb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc2416f View commit details
    Browse the repository at this point in the history
  11. Revert "[WIP] Custom CBOR encoding/decoding for CanisterID"

    This reverts commit dc2416f.
    paulyoung committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5a29160 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    f2e77a7 View commit details
    Browse the repository at this point in the history
  2. Fix borc.d.ts

    paulyoung committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    725a7cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfc90aa View commit details
    Browse the repository at this point in the history
  4. Target current node version

    paulyoung committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    082705f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a832a32 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. [WIP] Use hansl/simple-cbor

    paulyoung committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    729267e View commit details
    Browse the repository at this point in the history
  2. Fix auth

    paulyoung committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    ba7fdf9 View commit details
    Browse the repository at this point in the history
  3. Remove redundant casts

    paulyoung committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    3e06952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02ea4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e4f953 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    706ce60 View commit details
    Browse the repository at this point in the history
  2. Use Buffer in return type

    paulyoung committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    16529b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2678adc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    fb48471 View commit details
    Browse the repository at this point in the history