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

Feature: VRF coordinator API and library. #1

Merged
merged 4 commits into from
Sep 6, 2023

Commits on Aug 30, 2023

  1. Feature: Implemented VRF coordinator API and library.

    Andres D. Molins committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6fc94ad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix: Improved random bytes saving method.

    Andres D. Molins committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bb37e91 View commit details
    Browse the repository at this point in the history
  2. Fix: Fixed some PR issues.

    nesitor committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a056c31 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Internal: CI/CD, tests and packaging

    The project is now structured as an `aleph_vrf` module that contains the
    coordinator and executor code.
    Added setup files using PyScaffold and a structure to run unit tests
    with pytest.
    Added a CI/CD pipeline for these unit tests.
    odesenfans committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ed8c263 View commit details
    Browse the repository at this point in the history