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

[Docs] Everything you need to know about EIP712 on zkSync Era #38

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

Commits on May 12, 2023

  1. Add clippy lints

    ilitteri committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8f9b388 View commit details
    Browse the repository at this point in the history
  2. Re-export ethers-rs

    ilitteri committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1f7f38e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d58321a View commit details
    Browse the repository at this point in the history
  4. Update imports

    ilitteri committed May 12, 2023
    Configuration menu
    Copy the full SHA
    94a8753 View commit details
    Browse the repository at this point in the history
  5. Remove unwraps

    ilitteri committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8a6c44c View commit details
    Browse the repository at this point in the history
  6. Add Makefile

    ilitteri committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d727e45 View commit details
    Browse the repository at this point in the history
  7. Fix README.md

    ilitteri committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1c8ce09 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    51f4edc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5bbc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e895186 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88e95b6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    7819dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94969b View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0e898e2 View commit details
    Browse the repository at this point in the history
  4. Add compile command

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c12b6de View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    16845eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eda717e View commit details
    Browse the repository at this point in the history
  7. solc bin is no longer needed

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    bb6ef73 View commit details
    Browse the repository at this point in the history
  8. Rename

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6430b34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7f8e35 View commit details
    Browse the repository at this point in the history
  10. Refactor compile cmd

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fc996c0 View commit details
    Browse the repository at this point in the history
  11. cargo fmt

    ilitteri committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0524036 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    d03d455 View commit details
    Browse the repository at this point in the history
  2. Revert "solc bin is no longer needed"

    This reverts commit bb6ef73.
    IAvecilla committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5902125 View commit details
    Browse the repository at this point in the history
  3. Update deps

    ilitteri committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c23c6e9 View commit details
    Browse the repository at this point in the history
  4. Change solc compiler path

    IAvecilla committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e15f4eb View commit details
    Browse the repository at this point in the history
  5. Add test

    ilitteri committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8f50862 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    ilitteri committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3061e63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bdac0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85d051e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'zksolc_compiler_integration' of github.com:lambdaclass/…

    …zksync-web3-rs into zksolc_compiler_integration
    ilitteri committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5064b55 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecc1618 View commit details
    Browse the repository at this point in the history
  11. Finish ContractOuput

    ilitteri committed May 17, 2023
    Configuration menu
    Copy the full SHA
    c0cd01c View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    ilitteri committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6b9a6a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b16cce View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    6693270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9163902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d210f8f View commit details
    Browse the repository at this point in the history
  4. Remove empty file

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    acffa58 View commit details
    Browse the repository at this point in the history
  5. Update compile's mod.rs

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9e5db76 View commit details
    Browse the repository at this point in the history
  6. Handle errors

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4af7226 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4d12cf View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    3fb7e8b View commit details
    Browse the repository at this point in the history
  9. Add eip712 module to lib.rs

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2f4e76c View commit details
    Browse the repository at this point in the history
  10. Add future tests signatures

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f897aa8 View commit details
    Browse the repository at this point in the history
  11. Update deps

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    bd181cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b06a16d View commit details
    Browse the repository at this point in the history
  13. Add EIP712 metadata

    ilitteri committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6eaaf6e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e11592a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    b9d0a12 View commit details
    Browse the repository at this point in the history
  2. Fix fmt

    IAvecilla committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b7dfe2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e0eef View commit details
    Browse the repository at this point in the history
  4. ZKSProvider trait + zks_estimateFee & zks_getTestnetPaymaster m…

    …ethods (#8)
    
    * Add `async-trait` dep
    
    * Add `ZKSProvider` initial implementation
    
    * Add `Fee` type
    
    * Add `zks_provider` module to `lib.rs`
    
    * cargo fmt
    
    * Add implementation for get paymaster request (#10)
    
    * Fix `pay` cmd
    
    * Add `L2_CHAIN_ID`
    
    * `cargo fmt`
    
    ---------
    
    Co-authored-by: Nacho Avecilla <nachoavecilla@gmail.com>
    ilitteri and IAvecilla committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b311876 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Refactor types

    ilitteri committed May 20, 2023
    Configuration menu
    Copy the full SHA
    ec7dea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51fccbd View commit details
    Browse the repository at this point in the history
  3. Update Cargo.lock

    ilitteri committed May 20, 2023
    Configuration menu
    Copy the full SHA
    b4e4ea0 View commit details
    Browse the repository at this point in the history
  4. Add TODOs and fixes

    ilitteri committed May 20, 2023
    Configuration menu
    Copy the full SHA
    27dd741 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    6e097d8 View commit details
    Browse the repository at this point in the history
  2. Add more tests

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    1c8259c View commit details
    Browse the repository at this point in the history
  3. Improve trait method docs

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d72faf0 View commit details
    Browse the repository at this point in the history
  4. Remove TODO

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    1067d46 View commit details
    Browse the repository at this point in the history
  5. Add docs to README.md

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    08bb467 View commit details
    Browse the repository at this point in the history
  6. Fix docs

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    58592ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    748a9e9 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of github.com:lambdaclass/zksync-web3-rs into eip…

    …712_transaction_support
    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8702472 View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5e2c183 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    715f92f View commit details
    Browse the repository at this point in the history
  11. Add EIP712 structs

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bc31971 View commit details
    Browse the repository at this point in the history
  12. Add deps

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    41d0926 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba87b3f View commit details
    Browse the repository at this point in the history
  14. Add sha2 crate as dep

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    993a580 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5306baa View commit details
    Browse the repository at this point in the history
  16. Fix struct_hash

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d725c6e View commit details
    Browse the repository at this point in the history
  17. Update tests

    ilitteri committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f0d5917 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update constants types

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    6417537 View commit details
    Browse the repository at this point in the history
  2. Add dummy test

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    dfb9886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602ae44 View commit details
    Browse the repository at this point in the history
  4. Remove TODO

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b7243e1 View commit details
    Browse the repository at this point in the history
  5. Cleanup eip712 module

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    41f9621 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'zkprovider_impl' of github.com:lambdaclass/zksync-web3-…

    …rs into support_transfers
    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5c4d6ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90e135d View commit details
    Browse the repository at this point in the history
  8. Fix bytecode hash function

    IAvecilla committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1199ef2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33aead2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'zkprovider_impl' of github.com:lambdaclass/zksync-web3-…

    …rs into support_transfers
    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    59cd27e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c854ed6 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'zkprovider_impl' of github.com:lambdaclass/zksync-web3-…

    …rs into support_transfers
    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    213c29d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e665ba6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e3eb35 View commit details
    Browse the repository at this point in the history
  15. Move comment

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3e5aa96 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc074a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b7e37c View commit details
    Browse the repository at this point in the history
  18. Update imports

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9833228 View commit details
    Browse the repository at this point in the history
  19. Fix chain id in domain

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    09c6bad View commit details
    Browse the repository at this point in the history
  20. Implement struct_hash

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2c017c9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5bfd596 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bd19965 View commit details
    Browse the repository at this point in the history
  23. Add zks_utils module

    ilitteri committed May 23, 2023
    Configuration menu
    Copy the full SHA
    37293cf View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Merge branch 'zkprovider_impl' of github.com:lambdaclass/zksync-web3-…

    …rs into eip712_transaction_support
    ilitteri committed May 24, 2023
    Configuration menu
    Copy the full SHA
    5a028b0 View commit details
    Browse the repository at this point in the history
  2. Implement rlp::Encoding for Eip712TransactionRequest

    Co-authored-by: Nacho Avecilla <nachoavecilla@gmail.com>
    ilitteri and IAvecilla committed May 24, 2023
    Configuration menu
    Copy the full SHA
    960904a View commit details
    Browse the repository at this point in the history
  3. Update test_eip712

    ilitteri committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a580285 View commit details
    Browse the repository at this point in the history
  4. Update rlp implementation

    ilitteri committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f8709cc View commit details
    Browse the repository at this point in the history
  5. Update constant type

    ilitteri committed May 24, 2023
    Configuration menu
    Copy the full SHA
    10b6f3b View commit details
    Browse the repository at this point in the history
  6. Fix structures

    ilitteri committed May 24, 2023
    Configuration menu
    Copy the full SHA
    022e4ec View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Fixes

    ilitteri committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e631b96 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. EIP712 bug fixes (#27)

    * testito
    
    * Add stuff
    
    * `value` & `gas_price` are not optional
    
    * `verifying_contract` & `salt` should be `None` in the domain
    
    * Fix `struct_hash`
    
    * Implement `Default` for `PaymasterParams`
    
    * Chain id as constant
    
    * Update tests
    
    * `cargo fmt`
    
    * Add new line
    
    * Remove test file
    
    * Remove test file
    
    * Fix new line and test import
    
    ---------
    
    Co-authored-by: IAvecilla <iavecilla@fi.uba.ar>
    ilitteri and IAvecilla committed May 30, 2023
    Configuration menu
    Copy the full SHA
    79baa99 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'support_transfers' of github.com:lambdaclass/zksync-web…

    …3-rs into support_deployments
    ilitteri committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d50c516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c713f5d View commit details
    Browse the repository at this point in the history
  4. Refactor hash_bytecode

    ilitteri committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0cd37b8 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    ilitteri committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d85edff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf02189 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    742f47d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b438c66 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Replace trait with struct

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ea73138 View commit details
    Browse the repository at this point in the history
  2. Fix data generation

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    199005e View commit details
    Browse the repository at this point in the history
  3. Remove prints

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    dca8838 View commit details
    Browse the repository at this point in the history
  4. Improve integration test

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    00b510e View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8c9efbd View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f07d042 View commit details
    Browse the repository at this point in the history
  7. EIP712 RLP Encoding (#22)

    * Implement `rlp::Encoding` for `Eip712TransactionRequest`
    
    Co-authored-by: Nacho Avecilla <nachoavecilla@gmail.com>
    
    * Update `test_eip712`
    
    * Update `rlp` implementation
    
    * Update constant type
    
    * Fix structures
    
    * Fixes
    
    * EIP712 bug fixes (#27)
    
    * testito
    
    * Add stuff
    
    * `value` & `gas_price` are not optional
    
    * `verifying_contract` & `salt` should be `None` in the domain
    
    * Fix `struct_hash`
    
    * Implement `Default` for `PaymasterParams`
    
    * Chain id as constant
    
    * Update tests
    
    * `cargo fmt`
    
    * Add new line
    
    * Remove test file
    
    * Remove test file
    
    * Fix new line and test import
    
    ---------
    
    Co-authored-by: IAvecilla <iavecilla@fi.uba.ar>
    
    ---------
    
    Co-authored-by: Nacho Avecilla <nachoavecilla@gmail.com>
    Co-authored-by: IAvecilla <iavecilla@fi.uba.ar>
    3 people committed May 31, 2023
    Configuration menu
    Copy the full SHA
    7bb3d25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    665b7b9 View commit details
    Browse the repository at this point in the history
  9. Refactor API

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6744ffa View commit details
    Browse the repository at this point in the history
  10. Rename struct

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c2e9ba9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'eip712_transaction_support' of github.com:lambdaclass/z…

    …ksync-web3-rs into support_deployments
    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    dab55fb View commit details
    Browse the repository at this point in the history
  12. Refactor modules

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a691bdc View commit details
    Browse the repository at this point in the history
  13. Export module types

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    03a3fd8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abf2da2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7b95001 View commit details
    Browse the repository at this point in the history
  16. Refactor modules

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f00425a View commit details
    Browse the repository at this point in the history
  17. Remove utils.rs module

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ad18d2f View commit details
    Browse the repository at this point in the history
  18. Add eth_balance method

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fa3534c View commit details
    Browse the repository at this point in the history
  19. Cleanup

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    5d6ff7c View commit details
    Browse the repository at this point in the history
  20. Fix meta default

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    865eabd View commit details
    Browse the repository at this point in the history
  21. Initial impl

    ilitteri committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d7865a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    4a2e809 View commit details
    Browse the repository at this point in the history
  2. Remove dummy tests

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    11710ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e0b0c3 View commit details
    Browse the repository at this point in the history
  4. Remove useless method

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7f612e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcbd617 View commit details
    Browse the repository at this point in the history
  6. Remove dummy tests

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6ba6bdd View commit details
    Browse the repository at this point in the history
  7. Remove utils.rs module

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5be1007 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07853a6 View commit details
    Browse the repository at this point in the history
  9. Remove dummy tests

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    eb57690 View commit details
    Browse the repository at this point in the history
  10. Change From with TryFrom

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    9eaf196 View commit details
    Browse the repository at this point in the history
  11. Remove unused imports

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    78a4a4c View commit details
    Browse the repository at this point in the history
  12. Make clippy suggestions

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    687655e View commit details
    Browse the repository at this point in the history
  13. Merge branch 'eip712_transaction_support' of github.com:lambdaclass/z…

    …ksync-web3-rs into support_deployments
    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ffab0d3 View commit details
    Browse the repository at this point in the history
  14. Solve conflicts

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d080a4a View commit details
    Browse the repository at this point in the history
  15. Fix clippy suggestions

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8fdefe7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    487824a View commit details
    Browse the repository at this point in the history
  17. Merge branch 'support_deployments' of github.com:lambdaclass/zksync-w…

    …eb3-rs into eip712_transfers
    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f9480ca View commit details
    Browse the repository at this point in the history
  18. Merge branch 'eip712_transfers' of github.com:lambdaclass/zksync-web3…

    …-rs into eip712_cleanup
    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1b6775e View commit details
    Browse the repository at this point in the history
  19. Remove Options from structs

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d1e875d View commit details
    Browse the repository at this point in the history
  20. Remove old files

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2ac44f2 View commit details
    Browse the repository at this point in the history
  21. Remove commented code

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8857abb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cd09fb4 View commit details
    Browse the repository at this point in the history
  23. Refactor deployment-related methods & improve testing (#32)

    * Refactor deployment-related methods, improve tests
    
    * Fix clippy warnings
    
    * Implement `PaymasterParams` as a builder (#33)
    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    bbf431d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d4856e8 View commit details
    Browse the repository at this point in the history
  25. Add initial docs

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4d7f6e8 View commit details
    Browse the repository at this point in the history
  26. Update title

    ilitteri committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3c4cad5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    659e9a5 View commit details
    Browse the repository at this point in the history