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(signer): sign dynamic typed data #235

Merged
merged 15 commits into from
Mar 12, 2024

Commits on Feb 23, 2024

  1. feature(signer): add methods sign_dynamic_typed_data and sign_dynamic…

    …_typed_data_sync to Signer trait to support Signers that are not Sized
    evchip committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5f04208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c362f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe87a05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    751897b View commit details
    Browse the repository at this point in the history
  5. refactor(test): rename variables for sign_dynamic_typed_data_sync cas…

    …e; remove clone() on domain arg to TypedData::from_struct
    evchip committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8ddde11 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    d8700f4 View commit details
    Browse the repository at this point in the history
  2. refactor(test): remove struct FooBarNoFizz in favor of FooBar; add se…

    …rde::Serialize trait to FooBar
    evchip committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b81c1f2 View commit details
    Browse the repository at this point in the history
  3. refactor: move eip712 feature requirement on alloy-dyn-abi dep from p…

    …arent Cargo.toml to signer's Cargo.toml
    evchip committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    868edef View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    c32e671 View commit details
    Browse the repository at this point in the history
  2. refactor(signer): replace unwrap() with ? in order to propagate error…

    … from TypedData.eip712_signing_hash()
    evchip committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e62fca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6a5499 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    b2fec09 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    cef331d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a984e6c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore: pull remote upstream main and fix merge conflicts in signer.rs…

    … and private_key.rs to reflect changes from upstream
    evchip committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    40d8ffe View commit details
    Browse the repository at this point in the history