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(tests): Gas oracle tests #1567

Merged
merged 67 commits into from
Apr 9, 2024

Commits on Feb 1, 2024

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

    jrchatruc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dcd2721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8626a7 View commit details
    Browse the repository at this point in the history
  4. Remove unused fields

    jrchatruc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    06ec84d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 16, 2024

  1. fix env vars names, remove unused variable

    Santiago Pittella authored and Santiago Pittella committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9a055f2 View commit details
    Browse the repository at this point in the history
  2. remove cast to u64

    Santiago Pittella authored and Santiago Pittella committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a16252b View commit details
    Browse the repository at this point in the history
  3. remove unused field from ZkSyncStateKeeper

    Santiago Pittella authored and Santiago Pittella committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4fe5b7a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    5de1233 View commit details
    Browse the repository at this point in the history
  2. Fetch the conversion rate on Fetcher initialization to avoid incorrec…

    …t values on server startup
    jrchatruc committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    773ff7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb3e5c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    fd3e7d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6838588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ebe86b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. initial commit

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    67286bc View commit details
    Browse the repository at this point in the history
  2. remove comment

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    08e8b5a View commit details
    Browse the repository at this point in the history
  3. remove needless variable

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7ca95b8 View commit details
    Browse the repository at this point in the history
  4. initial commit

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0315e46 View commit details
    Browse the repository at this point in the history
  5. initial commit

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c79dccb View commit details
    Browse the repository at this point in the history
  6. rmv unwrap

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b6367ad View commit details
    Browse the repository at this point in the history
  7. improve err handling

    juan518munoz committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    252312a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge pull request matter-labs#1263 from lambdaclass/cache-http-client

    fix(Gas Oracle): Add http client as a field to the native erc20 fetcher
    jrchatruc authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    83dd481 View commit details
    Browse the repository at this point in the history
  2. Merge pull request matter-labs#1272 from lambdaclass/gas-oracle-noop-…

    …conversion-rate-fetcher
    
    feat(Gas Oracle): Make the Erc20 Fetcher mandatory and have a no-op implementation
    jrchatruc authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e91c27c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7214d5e View commit details
    Browse the repository at this point in the history
  4. store native token address in fetcher config, use it in the conversio…

    …n rate endpoint subdir
    Santiago Pittella authored and Santiago Pittella committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7b33934 View commit details
    Browse the repository at this point in the history
  5. add mission EOF

    Santiago Pittella authored and Santiago Pittella committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e4fb1c4 View commit details
    Browse the repository at this point in the history
  6. remove print

    Santiago Pittella authored and Santiago Pittella committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6d114f3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request matter-labs#1281 from lambdaclass/gas-oracle-chang…

    …e-err-type
    
    feat(Gas Oracle): Use normal anyhow::Error for the `NativeErc20Fetcher`
    jrchatruc authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3d4addd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97f9eec View commit details
    Browse the repository at this point in the history
  9. impl ErrorReporter

    juan518munoz committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5eb92bc View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. use Address struct for token address

    Santiago Pittella authored and Santiago Pittella committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    13b84d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f61a38 View commit details
    Browse the repository at this point in the history
  3. add context to init

    juan518munoz committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a98a0b7 View commit details
    Browse the repository at this point in the history
  4. add conversion rate component

    Santiago Pittella authored and Santiago Pittella committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e182381 View commit details
    Browse the repository at this point in the history
  5. apply zk fmt

    Santiago Pittella authored and Santiago Pittella committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6bb64ef View commit details
    Browse the repository at this point in the history
  6. add token address to config

    Santiago Pittella authored and Santiago Pittella committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e7241fc View commit details
    Browse the repository at this point in the history
  7. Add missing trait

    Santiago Pittella authored and Santiago Pittella committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bfae1c6 View commit details
    Browse the repository at this point in the history
  8. add token address to config

    Santiago Pittella authored and Santiago Pittella committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7077b40 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request matter-labs#1301 from lambdaclass/add_token_addres…

    …s_to_api_subdirectory
    
    feat(Gas Oracle): Add token address to API subdirectory
    jrchatruc authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3ab731b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1154e54 View commit details
    Browse the repository at this point in the history
  3. Merge pull request matter-labs#1282 from lambdaclass/gas-oracle-imprv…

    …-fetcher-err
    
    feat(Gas Oracle): Improve Fetcher Error Handling
    jrchatruc authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    79a8eb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    984e052 View commit details
    Browse the repository at this point in the history
  5. fix up code

    juan518munoz committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dd11e4a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    1a20f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3103dca View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/lambdaclass_gas_oracle' into r…

    …emove-token-fetcher-singleton
    jrchatruc committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0e2f572 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    cf5f2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46b6ef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Revert "Remove unnecessary alert_spawned boolean"

    This reverts commit 6e0c812.
    jrchatruc committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    13cf343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf66b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19be60 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    d99e9bf View commit details
    Browse the repository at this point in the history
  2. rename module

    juan518munoz committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8d37924 View commit details
    Browse the repository at this point in the history
  3. Merge pull request matter-labs#1319 from lambdaclass/conversion_rate_…

    …component
    
    feat(Gas Oracle): Conversion rate component
    jrchatruc authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    feaf132 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/lambdaclass_gas_oracle' into r…

    …emove-token-fetcher-singleton
    jrchatruc committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3fff7d9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request matter-labs#1360 from lambdaclass/remove-token-fet…

    …cher-singleton
    
    feat(Gas Oracle): Remove Fetcher singleton
    jrchatruc authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ba7762c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 19, 2024

  1. zk fmt

    juan518munoz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5680df8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    b520744 View commit details
    Browse the repository at this point in the history
  2. fix env load

    juan518munoz committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    29289c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. add gas oracle documentation

    Santiago Pittella authored and Santiago Pittella committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7c8ec45 View commit details
    Browse the repository at this point in the history
  2. fmt

    Santiago Pittella authored and Santiago Pittella committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2a7761d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ae89f View commit details
    Browse the repository at this point in the history