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

Feat/drand js support #21

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Feat/drand js support #21

wants to merge 7 commits into from

Conversation

driemworks
Copy link
Contributor

This closes #20, It adds support for Drand's quicknet to the timelock.js library.

  • it adds support for curve configuration in the wasm-pack wrapper functions that we compile to js/wasm
  • it adds support to configure the curve in javascript by specifying a curve identity
  • it adds enhanced error handling to the ts wrapper
  • it moves the example to a new directory

wasm/src/js.rs Outdated Show resolved Hide resolved
wasm/src/js.rs Outdated Show resolved Hide resolved
wasm/src/js.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@juangirini juangirini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
(just cleaned up some commented out code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wasm + js: drand quicknet compatibility
2 participants