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

Add truffle v5 target, switch from BigNumber to BN #196

Merged
merged 12 commits into from
Dec 27, 2019

Commits on Nov 6, 2019

  1. Switches BigNumber to BN.

    Truffle (at least version 5.0.x) use `BN` internally, not BigNumber.
    MicahZoltu authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    a93ff68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6122cee View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Merge pull request #1 from MicahZoltu/patch-1

    Replace BigNumber with BN.js
    pash7ka authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    27e343a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec34982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e52e2d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd33c65 View commit details
    Browse the repository at this point in the history
  5. Change naming scheme from typechain-target-truffle@5 to typechain-tar…

    …get-truffle-v5, because @ character is not allowed in package names.
    pash7ka committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    cdac699 View commit details
    Browse the repository at this point in the history
  6. Change naming scheme from typechain-target-truffle@5 to typechain-tar…

    …get-truffle-v5, because @ character is not allowed in package names.
    pash7ka committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    71606fd View commit details
    Browse the repository at this point in the history
  7. fix tsc target

    pash7ka committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0ccbb44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1552b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

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

Commits on Dec 18, 2019

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