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(substrate): add remote AWS signer #239

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2022

  1. Use aws mod

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f4012ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f5e52 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c5cfaae View commit details
    Browse the repository at this point in the history
  4. Stub out AWS Pair

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c49f832 View commit details
    Browse the repository at this point in the history
  5. Stub out AWS pair impl

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    cfc4fc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d86880 View commit details
    Browse the repository at this point in the history
  7. Make FromAwsId Sync

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f1834c9 View commit details
    Browse the repository at this point in the history
  8. Add pubkey support

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    1bd2e3f View commit details
    Browse the repository at this point in the history
  9. Clean up lint errors

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b70ed7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef9115a View commit details
    Browse the repository at this point in the history
  11. Misc cleanup

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    0485593 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a7138f8 View commit details
    Browse the repository at this point in the history
  13. Implement message signing

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    8e4e53c View commit details
    Browse the repository at this point in the history
  14. Implement supertraits

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    c7d43e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    98501dd View commit details
    Browse the repository at this point in the history
  16. Implement error handling

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    5ca5afa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3caee7 View commit details
    Browse the repository at this point in the history
  18. Improve docs

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    79f5ea1 View commit details
    Browse the repository at this point in the history
  19. Refactor sign_remote

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    1702d65 View commit details
    Browse the repository at this point in the history
  20. Prefer signing over singing

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    871a0de View commit details
    Browse the repository at this point in the history
  21. Implement missing supertrait

    lattejed committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    601d978 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Update test deps

    lattejed committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    36110f8 View commit details
    Browse the repository at this point in the history
  2. Add AwsPairError

    lattejed committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    61e7db9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bce695 View commit details
    Browse the repository at this point in the history