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: Implement ldc based automatic contract chunking #6250

Merged
merged 24 commits into from
Aug 17, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    67b020d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fed5ab View commit details
    Browse the repository at this point in the history
  3. test: contract chunking

    kayagokalp committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    11e3097 View commit details
    Browse the repository at this point in the history
  4. minor ux improvements

    kayagokalp committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45a0358 View commit details
    Browse the repository at this point in the history
  5. test: add re route call

    kayagokalp committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b849312 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    426d2da View commit details
    Browse the repository at this point in the history
  7. run tests sequantially

    kayagokalp committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    44168e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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

Commits on Aug 15, 2024

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

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    e0cfba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0b860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a7bcc View commit details
    Browse the repository at this point in the history
  4. chore fix nits

    kayagokalp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2da7ee1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1754854 View commit details
    Browse the repository at this point in the history
  6. fix comment

    kayagokalp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    14bb5d5 View commit details
    Browse the repository at this point in the history
  7. chore: clippy nits

    kayagokalp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    021330b View commit details
    Browse the repository at this point in the history
  8. fmt

    kayagokalp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    495e80a View commit details
    Browse the repository at this point in the history
  9. Update deploy.rs

    Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
    kayagokalp and JoshuaBatty committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3688741 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2562a5 View commit details
    Browse the repository at this point in the history
  11. Additional tests for contract chunking in forc (#6428)

    ## Description
    
    Test should all pass once FuelLabs/fuels-rs#1483
    is released
    
    ## Checklist
    
    - [ ] I have linked to any relevant issues.
    - [ ] I have commented my code, particularly in hard-to-understand
    areas.
    - [ ] I have updated the documentation where relevant (API docs, the
    reference, and the Sway book).
    - [ ] If my change requires substantial documentation changes, I have
    [requested support from the DevRel
    team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
    - [ ] I have added tests that prove my fix is effective or that my
    feature works.
    - [ ] I have added (or requested a maintainer to add) the necessary
    `Breaking*` or `New Feature` labels where relevant.
    - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
    Code Review
    Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
    - [ ] I have requested a review from the relevant team or maintainers.
    sdankel committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2fde7ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f8a6ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    235aaf4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e49fc52 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update forc-client docs

    sdankel committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2f861ae View commit details
    Browse the repository at this point in the history