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

Use concrete signature types #715

Merged
merged 55 commits into from
Jul 14, 2023
Merged

Commits on Jul 3, 2023

  1. Update crypto and stronghold

    Alex Coats committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b54b833 View commit details
    Browse the repository at this point in the history
  2. Use strong typed ed25519 public key and signature

    Alex Coats committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    53a5e6b View commit details
    Browse the repository at this point in the history
  3. clippy

    Alex Coats committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    64694be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0c973e9 View commit details
    Browse the repository at this point in the history
  5. Chnagelog

    Alex Coats committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d0f4ff5 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix tests

    Alex Coats committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    61f383c View commit details
    Browse the repository at this point in the history
  2. Fix serialization

    Alex Coats committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    103172e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4a16333 View commit details
    Browse the repository at this point in the history
  4. changelog

    Alex Coats committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2ffaec0 View commit details
    Browse the repository at this point in the history
  5. import nit

    Alex Coats committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    32b6635 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6ddc8ea View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Example imports and clippy

    Alex Coats committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    986b100 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    215645b View commit details
    Browse the repository at this point in the history
  3. Remove serde-big-array dep

    Alex Coats committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4ac8adb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2678394 View commit details
    Browse the repository at this point in the history
  2. Update crypto again

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    04b2f4d View commit details
    Browse the repository at this point in the history
  3. Update bindings

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    d7cc350 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c6f01d9 View commit details
    Browse the repository at this point in the history
  5. Fix no_std

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    46a38ef View commit details
    Browse the repository at this point in the history
  6. shuffle features

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0e25ea0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce5a08e View commit details
    Browse the repository at this point in the history
  8. Use stronghold release

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    db6cf4e View commit details
    Browse the repository at this point in the history
  9. changelog

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2f7709d View commit details
    Browse the repository at this point in the history
  10. Replace more instances of IBip32Chain

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    acc0c72 View commit details
    Browse the repository at this point in the history
  11. Try to fix python serialization

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1a2d259 View commit details
    Browse the repository at this point in the history
  12. Fix nodejs stuff

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8e9cd29 View commit details
    Browse the repository at this point in the history
  13. hopefully fix some serde stuff

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e70d903 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    145da9d View commit details
    Browse the repository at this point in the history
  15. oh python....you so silly

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    68e0472 View commit details
    Browse the repository at this point in the history
  16. Default coint type

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    22caa4b View commit details
    Browse the repository at this point in the history
  17. delete wasm compatability CI

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    432324b View commit details
    Browse the repository at this point in the history
  18. fix python import

    Alex Coats committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    63503b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Fix tests I broke

    Alex Coats committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e147011 View commit details
    Browse the repository at this point in the history
  2. Fix Bip44Def defaults

    Alex Coats committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ee019b1 View commit details
    Browse the repository at this point in the history
  3. Add migration and serde utils

    Alex Coats committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    52cf269 View commit details
    Browse the repository at this point in the history
  4. fix no_std again

    Alex Coats committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    743cedf View commit details
    Browse the repository at this point in the history
  5. Fix test

    Alex Coats committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bfdbde4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    71ed7fc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b102041 View commit details
    Browse the repository at this point in the history
  2. Use constants in test

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c71462e View commit details
    Browse the repository at this point in the history
  3. separate changelogs

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c4c2328 View commit details
    Browse the repository at this point in the history
  4. more changelog

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a273bc2 View commit details
    Browse the repository at this point in the history
  5. python changelog

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9987670 View commit details
    Browse the repository at this point in the history
  6. Fix rand feature import

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d0d7948 View commit details
    Browse the repository at this point in the history
  7. Add missing serde tag

    Alex Coats committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    836a7f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    e1b0ea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ce7ca View commit details
    Browse the repository at this point in the history
  3. Changelog nits

    thibault-martinez committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8657b27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f08cee2 View commit details
    Browse the repository at this point in the history
  5. PR suggestions

    Alex Coats committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a575cb6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e15ffb8 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into feat/ed25519-signature

    Alex Coats committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bbc4d40 View commit details
    Browse the repository at this point in the history
  8. organizing all my bikes

    Alex Coats committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cbe7e8d View commit details
    Browse the repository at this point in the history
  9. 😾

    Alex Coats committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b8d574c View commit details
    Browse the repository at this point in the history
  10. >:I

    Co-authored-by: Thibault Martinez <thibault@iota.org>
    Alexandcoats and thibault-martinez authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fa0f5eb View commit details
    Browse the repository at this point in the history