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

Cairo 2.4.3 + components + starknet.go (RPC v0.6, tx v3) #343

Merged
merged 57 commits into from
Feb 19, 2024

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    154c016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65859b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    402abd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79b6bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d95e565 View commit details
    Browse the repository at this point in the history
  6. Upgradeaable: remove broken test

    Didn't test anything upgrade_and_call didn't, and class hash id 1
    didn't exist.
    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    385ccc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    468eb8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0530156 View commit details
    Browse the repository at this point in the history
  9. Remove venv

    Was only used for devnet in some cases, we want to switch to new
    devnet everywhere now.
    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    10edfb8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d72c069 View commit details
    Browse the repository at this point in the history
  11. fix a couple go tests

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8d0feb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5ed6cb7 View commit details
    Browse the repository at this point in the history
  13. txm: Fix integration tests

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a644512 View commit details
    Browse the repository at this point in the history
  14. Fix devnet startup wait

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b63a621 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56e5a38 View commit details
    Browse the repository at this point in the history
  16. scarb fmt

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3e320e1 View commit details
    Browse the repository at this point in the history
  17. node-gyp requires python

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2f61b87 View commit details
    Browse the repository at this point in the history
  18. Update starknet.js

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c49eca4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c5c3f5f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0f8be32 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d7693b1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    31a8467 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0cc29bd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5ffb88b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8d40514 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6544e20 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0d99566 View commit details
    Browse the repository at this point in the history
  28. test: Remove unused file

    archseer committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b69db46 View commit details
    Browse the repository at this point in the history
  29. fix e2e linter + standardize gomodtidy (#352)

    * fix integration test linter: bump versions to branch version
    
    * standardize make gomodtidy
    aalu1418 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bf07476 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Fixing E2E

    smickovskid authored and archseer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    717f9b7 View commit details
    Browse the repository at this point in the history
  2. Removed improper escape chars

    smickovskid authored and archseer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f39ea79 View commit details
    Browse the repository at this point in the history
  3. Trying devnet max fee fix

    smickovskid authored and archseer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d23946a View commit details
    Browse the repository at this point in the history
  4. Changed min gas fee

    smickovskid authored and archseer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    89e7ff0 View commit details
    Browse the repository at this point in the history
  5. devnet: Set gas-price to 1

    archseer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b51240f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff5c6c4 View commit details
    Browse the repository at this point in the history
  7. txm: Revert back to V1 transactions

    devnet-rs uses OZ 0.8.0 for now, need 0.8.1 for v3
    archseer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c5a4481 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Bumping deps

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    bcdfd83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9bd40d View commit details
    Browse the repository at this point in the history
  3. Reverted CI job

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    841faf5 View commit details
    Browse the repository at this point in the history
  4. Fixing CI

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d68066e View commit details
    Browse the repository at this point in the history
  5. Adding logging

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b780c8e View commit details
    Browse the repository at this point in the history
  6. Added formatting to CI

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    89cea5b View commit details
    Browse the repository at this point in the history
  7. Fixing pipeline

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9a6f211 View commit details
    Browse the repository at this point in the history
  8. Fixing pipeline

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ff9f60d View commit details
    Browse the repository at this point in the history
  9. Added logging

    smickovskid committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0bc77e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6f7597 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Fix account deployment test

    archseer committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    58d9847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49f4177 View commit details
    Browse the repository at this point in the history
  3. tests: Rewrite to drop k3d, use same setup as chainlink-cosmos

    No more slow tests, broken networking and other issues!
    archseer committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    660cfc5 View commit details
    Browse the repository at this point in the history
  4. tests: Slight cleanup

    archseer committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4d112f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. update relayer

    augustbleeds committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3bbc56c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168491a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. bump chainlink version

    augustbleeds committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c20ef0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6d994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9153e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge pull request #359 from smartcontractkit/feat/BCI-2027-multisig-…

    …cairo-tests
    
    [BCI 2027: Adds multisig cairo tests
    archseer authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    00cac1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1051e3 View commit details
    Browse the repository at this point in the history