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 Node.js addon #5

Merged
merged 14 commits into from
Mar 17, 2021
Merged

Add Node.js addon #5

merged 14 commits into from
Mar 17, 2021

Commits on Mar 14, 2021

  1. add secp256k1-sys wrapper

    fanatid committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    6858e9b View commit details
    Browse the repository at this point in the history
  2. add std feature to wrapper

    fanatid committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    888f304 View commit details
    Browse the repository at this point in the history
  3. init addon on js

    fanatid committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    9c6e281 View commit details
    Browse the repository at this point in the history
  4. update tests for node/browser

    fanatid committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    0438617 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e621f75 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

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

Commits on Mar 17, 2021

  1. remove duplicated tests

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    19073b8 View commit details
    Browse the repository at this point in the history
  2. deglob import

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    3f0f222 View commit details
    Browse the repository at this point in the history
  3. full node bindings

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8811fdb View commit details
    Browse the repository at this point in the history
  4. pretter on tests

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2ccbb75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c4ed6 View commit details
    Browse the repository at this point in the history
  6. more code in macros

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    69ffae1 View commit details
    Browse the repository at this point in the history
  7. add pattern to make

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6b5be3f View commit details
    Browse the repository at this point in the history
  8. remove variables in make

    fanatid committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    80d3f88 View commit details
    Browse the repository at this point in the history