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

Enable tests for payments-dev branch #2724

Closed
wants to merge 16 commits into from
Closed

Commits on Aug 28, 2023

  1. new payment driver integration (#2710)

    * new payment driver: update deps & remove zksync
    * new payment driver: initial integration
      * temporary fix of payment example -- will not work with new driver. TODO: make the new driver work in the example.
      * cleanup transfer, remove _transfer, remove gasless.
      * general way to compute chain_id based on config-payments.toml.
      * remove lots of code made obsolete by the new driver.
      * introduce signer for signing transactions for erc20_payment_lib
    * temporarily disable payment fund.
    
    ---------
    
    Co-authored-by: scx1332 <[email protected]>
    kamirr and scx1332 authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e82599a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. erc20next: remove view_transactions.sql

    kamirr authored and scx1332 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    77e9a80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2d4fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef718a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aa9e63 View commit details
    Browse the repository at this point in the history
  5. chore: appease clippy

    kamirr committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1268ffc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30ecbcb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    d6bb8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784fe13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df25e47 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. gsb-api: fix test_json

    This test used a serde_json::Value -> flexbuffers -> Rust struct serde
    trip which is not guaranteed to work and should not be relied upon. The
    proper route is Value -> flexbuffers -> Value -> Rust.
    
    This only broke recently because without the arbitrary_precision feature
    of serde_json the shorter path works. The feature has been enabled due
    to the addition of erc20_payment_lib to the dependency graph, which
    transitively depends on serde_json with arbitrary prec. Note that cargo
    unifies duplicate dependencies under the assumption that features are
    purely additive, hence the spooky action at a distance.
    kamirr committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    c8356a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    efcdbf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d590ab View commit details
    Browse the repository at this point in the history
  3. chore: appease clippy

    kamirr committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    162da9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4756187 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Bump goth

    kamirr committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1d5e89e View commit details
    Browse the repository at this point in the history