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

Generalise auth/types.StdSignature #4507

Merged
merged 3 commits into from
Jun 7, 2019
Merged

Commits on Jun 7, 2019

  1. Generalize auth/types.StdSignature into an SDK type

    New Signature interface available in the top level types package.
    auth.StdSignature implements such interface. User defined auth
    module can now define their own custom signature types.
    
    Work carried out in the context of the following issues:
    - #4488
    - #4487
    alessio committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    d11aca7 View commit details
    Browse the repository at this point in the history
  2. Mark this as breaking

    alessio committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    58eaa4c View commit details
    Browse the repository at this point in the history
  3. Remove redundant type check

    alessio committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    28674bf View commit details
    Browse the repository at this point in the history