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

Expose service nodes from smart contract #1

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    9bc900c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5945632 View commit details
    Browse the repository at this point in the history
  3. Fix UB cast in BLSPublicKeyToHex

    `reinterpret_cast` from the C structure to the C++ structure is
    illegal because the original object that the key was instantiated
    in was not a G1 point. Instead implement the logic in a C++
    compliant way using memcpy which allows the construction of types
    unrelated to each other.
    Doy-lee committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    761cca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1953a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81a8c3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff88b55 View commit details
    Browse the repository at this point in the history