chronicled / open-registry-sdk

Apache License 2.0
30 stars 17 forks source link

CircleCI 2, move to yarn, readme updates #43

Closed orlandoc01 closed 6 years ago

orlandoc01 commented 6 years ago

This PR introduces the following changes:

  1. Updates the eth-lightwallet to 3.0.0. I've read the release notes and ensured that this update wouldn't break our existing build of the app. Performing this update will ensure consumers of this library downstream fetch proper packages when running npm install, as the previous versions dependencies given a recent update of bitcore-lib (which has been removed from this package).
  2. Switches to Yarn support for faster, deterministic dependency resolution when developing on this repo.
  3. Upgrades the CircleCI flow to the 2.0 API
  4. Updates the Readme to reflect these changes and adds a TOC