Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
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: iotaledger-archive/ccurl.interface.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.6
Choose a base ref
...
head repository: iotaledger-archive/ccurl.interface.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 3 files changed
  • 2 contributors

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
    5c2b852 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.0.8

    anyong authored and th0br0 committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    6149d4a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    841afe6 View commit details
    Browse the repository at this point in the history
  2. Increment version

    anyong committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    2ca8b1a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Merge pull request #12 from anyong/bugfix/attachmentTimestamp

    Add attachmentTimestamp values to txObject
    paulhandy authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    2681200 View commit details
    Browse the repository at this point in the history
  2. Fix versioning

    anyong committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    fe884ad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from anyong/bugfix/versioning

    Fix versioning
    paulhandy authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    199e337 View commit details
    Browse the repository at this point in the history
Loading