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

Fix #805: Incorrect tests of resource type #827

Open
wants to merge 2 commits into
base: 1.0
Choose a base branch
from

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    1aab3ee View commit details
    Browse the repository at this point in the history
  2. Bugfix: invalid resource type passed in CompactSignature

    In the secp256k1 CompactSignature implementation we pass
    the recoverable signature instead of the signature..
    This is a bug, although it does make us wonder what the
    goal of this design decision was (to extend Signature)
    afk11 committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    183e793 View commit details
    Browse the repository at this point in the history