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 #84

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

Feat/signer #84

wants to merge 27 commits into from

Commits on Jul 16, 2024

  1. Add signer for StarkCurve

    Uacias committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3f6de45 View commit details
    Browse the repository at this point in the history
  2. Add get public key given a stark priv key

    Uacias committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cd216fb View commit details
    Browse the repository at this point in the history
  3. pub use

    Uacias committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e048b4d View commit details
    Browse the repository at this point in the history
  4. Display for EcdsaSignError

    Uacias committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7134298 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Utilize Pedersen for compute_hash_on_elements

    Uacias committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0ef0ede View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Modify Element upper bound for sign

    Uacias committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    659f428 View commit details
    Browse the repository at this point in the history
  2. Add SimulationFlagForEstimateFee to v0.0.5

    Uacias committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fbab3f8 View commit details
    Browse the repository at this point in the history
  3. tmp add type to deployaccounttxnv1

    Uacias committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    77c6bbe View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Add type to BroadcastedDeclareTxnV2

    Uacias committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a1fe244 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add poseidon hasher

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    18b938a View commit details
    Browse the repository at this point in the history
  2. Modify contract class params

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    52329ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48e7659 View commit details
    Browse the repository at this point in the history
  4. Logs for sign

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    729aa7e View commit details
    Browse the repository at this point in the history
  5. Add logs to generate_k

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e3c8ad9 View commit details
    Browse the repository at this point in the history
  6. Add more generate k logs

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f81eaed View commit details
    Browse the repository at this point in the history
  7. Possibly fix generate k

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8d2222a View commit details
    Browse the repository at this point in the history
  8. MOdify queryv2 version

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    20a6038 View commit details
    Browse the repository at this point in the history
  9. Add type for InvokeTxn

    Uacias committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dcbf2e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Rm logs

    Uacias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d459d8b View commit details
    Browse the repository at this point in the history
  2. Add log to gen k

    Uacias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4f3b5b2 View commit details
    Browse the repository at this point in the history
  3. Add is query to invoketxn

    Uacias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    49f2973 View commit details
    Browse the repository at this point in the history
  4. Remove query only from InvokeTxnV1

    Uacias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9e92c93 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. New deploy txn receipt

    Uacias committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4aa983f View commit details
    Browse the repository at this point in the history
  2. ADd pub to fields

    Uacias committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    bf3b2e7 View commit details
    Browse the repository at this point in the history
  3. Modify NewDeployTxnReceipt param

    Uacias committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    af787c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. MOdify BlockHeader

    Uacias committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9ab4e37 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Add l1 data avability mode

    Uacias committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d718ee6 View commit details
    Browse the repository at this point in the history