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

Substitute lodash calls in bitcore-lib #3350

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Mar 18, 2022

  1. substitute lodash calls in bitcore-lib

    Sarah Bush committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    65d42f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. update addNetwork (lodash removal changes)

    Sarah Bush committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    6f0a0ab View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. fix invalid syntax from regex replacement

    Sarah Bush committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ed75389 View commit details
    Browse the repository at this point in the history
  2. update valid Base58.validCharacters to handle a string

    Sarah Bush committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9063482 View commit details
    Browse the repository at this point in the history
  3. add missing require for lodash, todo comments

    Sarah Bush committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    36942f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. remove lodash from tests, convert forEaches to for loops, replace use…

    … of _.sortBy, fix multiple issues resulting from regex replacements
    Sarah Bush committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3ee7b35 View commit details
    Browse the repository at this point in the history
  2. convert undefined checks to check equality instead of variable type, …

    …convert more forEaches, fix a reduce
    Sarah Bush committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ac1d7b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/bitpay/bitcore into bitco…

    …re-lib/removeLodash
    Sarah Bush committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ee5e904 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. add utils for sort, isObject, and shuffle to util/js, update more und…

    …efined type checks
    Sarah Bush committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4c62827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0262431 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. linting, replace lodash ref in bitcore p2p tests

    Sarah Bush committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0bdc2d2 View commit details
    Browse the repository at this point in the history