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: add blob deployments for scripts and predicates #6607

Merged
merged 24 commits into from
Oct 6, 2024

Commits on Oct 4, 2024

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

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    1de60b8 View commit details
    Browse the repository at this point in the history
  2. test infra updated

    kayagokalp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6584019 View commit details
    Browse the repository at this point in the history
  3. add can deploy tests

    kayagokalp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    07641f7 View commit details
    Browse the repository at this point in the history
  4. add deployed script calls

    kayagokalp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    2a9fafe View commit details
    Browse the repository at this point in the history
  5. add doc comments

    kayagokalp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    28a82c7 View commit details
    Browse the repository at this point in the history
  6. remove old cargo.loc

    kayagokalp committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ac863fe View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Code suggestions for blob deployments for scripts and predicates (#6609)

    ## Description
    Just some small nits and refactoring to reduce code duplication.
    JoshuaBatty authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    101b76f View commit details
    Browse the repository at this point in the history
  2. predicate support

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    bd7977b View commit details
    Browse the repository at this point in the history
  3. clippy lint

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d9acca4 View commit details
    Browse the repository at this point in the history
  4. fmt

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d20cc69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc51def View commit details
    Browse the repository at this point in the history
  6. add predicate call tests

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5c12a39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7691689 View commit details
    Browse the repository at this point in the history
  8. clippy lints

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c915ebc View commit details
    Browse the repository at this point in the history
  9. bump sdk harness

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    201ac43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f38da96 View commit details
    Browse the repository at this point in the history
  11. do not pin dependencies

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e2ad3d6 View commit details
    Browse the repository at this point in the history
  12. pin fuel-core client

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f6cd132 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f751303 View commit details
    Browse the repository at this point in the history
  14. Update forc-plugins/forc-client/src/op/deploy.rs

    Co-authored-by: Sophie Dankel <[email protected]>
    kayagokalp and sdankel authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    bbac0b3 View commit details
    Browse the repository at this point in the history
  15. clippy lints

    kayagokalp committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    da81c1a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    473244f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    68ed2a9 View commit details
    Browse the repository at this point in the history