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

Adapt to cairo-lang/Starknet 0.11.2; support scarb #376

Merged
merged 51 commits into from
Jun 22, 2023
Merged

Commits on Jun 21, 2023

  1. Update tools

    * cairo-lang to v0.11.2
    
    * starknet-devnet to v0.5.3
    
    * cairo compiler to v1.1.0
    FabijanC committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1570912 View commit details
    Browse the repository at this point in the history
  2. Install toml parser

    FabijanC committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    71febe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e10f1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dddbad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f349de8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9abe5e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5665125 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d41d03d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72b5c8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f18c9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    700c8e0 View commit details
    Browse the repository at this point in the history
  12. Move TODOs to issue #384 [skip ci]

     * leave the TODO for build refator
    FabijanC committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5c470c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a4bf0c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73769be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e22d05 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1018a49 View commit details
    Browse the repository at this point in the history
  17. Add tests [skip ci]

    FabijanC committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7eaa8f9 View commit details
    Browse the repository at this point in the history
  18. Remove refactoring TODO

    FabijanC committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    70ca814 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    13db1df View commit details
    Browse the repository at this point in the history
  2. Change example repo branch

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5de3113 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa9bd5e View commit details
    Browse the repository at this point in the history
  4. Fix scarb installation

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f058e72 View commit details
    Browse the repository at this point in the history
  5. Fix getting of docker image

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8dcc42e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b2d67e View commit details
    Browse the repository at this point in the history
  7. Use /tmp for scarb cache dir

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    85988be View commit details
    Browse the repository at this point in the history
  8. Add venv test

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6977576 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7219c1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bea4036 View commit details
    Browse the repository at this point in the history
  11. Check scarb installation

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8380037 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09e9f12 View commit details
    Browse the repository at this point in the history
  13. Fix scarb installation

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e9e1edc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4bde2ef View commit details
    Browse the repository at this point in the history
  15. Fix fetching devnet image

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5315675 View commit details
    Browse the repository at this point in the history
  16. Fix lint error

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f4fb456 View commit details
    Browse the repository at this point in the history
  17. chown /tmp on circleci

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9073172 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    edb1e2e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bcd8363 View commit details
    Browse the repository at this point in the history
  20. Fix typo

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    607cf9c View commit details
    Browse the repository at this point in the history
  21. Fix scarb init error logging

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    600ff71 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    392059c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    095ed7b View commit details
    Browse the repository at this point in the history
  24. Disable dockerized scarb

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c9bc3e3 View commit details
    Browse the repository at this point in the history
  25. Fix dockerized scarb test

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fa08116 View commit details
    Browse the repository at this point in the history
  26. Add docs [skip ci]

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5833936 View commit details
    Browse the repository at this point in the history
  27. Fix scarb tests

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a7a42cb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    68255c5 View commit details
    Browse the repository at this point in the history
  29. Minor fixes after review

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5d1a036 View commit details
    Browse the repository at this point in the history
  30. Improve docs

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    cb154cc View commit details
    Browse the repository at this point in the history
  31. Remove hardhat config check

    FabijanC committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    eceff40 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6b23e53 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1732514 View commit details
    Browse the repository at this point in the history