Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: anyong/ccurl.interface.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: anyong/ccurl.interface.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bugfix/error-reporting
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 15, 2018

  1. When using an emitter, loopTrytes should be started manually

    A race condition occured where for low values of minWeightMagnitude,
    the ccurl process would finish before the emitter was attached
    from the calling code of this library. Now you must manually
    call `start` on the emitter after the handlers are attached.
    anyong authored and th0br0 committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    3155801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88fe5b View commit details
    Browse the repository at this point in the history
  3. Bump the version

    anyong authored and th0br0 committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    5f7c926 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    ce08538 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.0.8

    anyong committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    4f2177b View commit details
    Browse the repository at this point in the history
Loading