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

Bump fuel-vm dep to 0.47.1 #1714

Merged
merged 25 commits into from
Mar 4, 2024
Merged

Bump fuel-vm dep to 0.47.1 #1714

merged 25 commits into from
Mar 4, 2024

Commits on Feb 29, 2024

  1. WIP

    MitchTurner committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5bb98b4 View commit details
    Browse the repository at this point in the history
  2. feat: Impl StorageRead and StorageWrite (#1713)

    Related issues:
    - FuelLabs/fuel-vm#655
    
    This PR removes the specific implementation of `StorageRead` for
    `ContractsRawCode`, and replaces it with a generic implementation over
    `Blueprint` tables and `StructuredStorage`. This means that other
    implementations of `TableWithBlueprint` will automatically receive this
    implementation, including `ContractsStorage`, which uses the `Sparse`
    Blueprint.
    
    ---------
    
    Co-authored-by: xgreenx <xgreenx9999@gmail.com>
    Brandon Vrooman and xgreenx authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d54d957 View commit details
    Browse the repository at this point in the history
  3. WIP

    MitchTurner committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    46ce128 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd7c8ec View commit details
    Browse the repository at this point in the history
  5. WIP

    MitchTurner committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    00d3281 View commit details
    Browse the repository at this point in the history
  6. Compilation errors

    xgreenx committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bb09940 View commit details
    Browse the repository at this point in the history
  7. WIP

    MitchTurner committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7f5b055 View commit details
    Browse the repository at this point in the history
  8. WIP

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    c52d749 View commit details
    Browse the repository at this point in the history
  2. Apply more fixes

    xgreenx committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9960bac View commit details
    Browse the repository at this point in the history
  3. Get xtask building

    MitchTurner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2b7256a View commit details
    Browse the repository at this point in the history
  4. Fixed formatting

    xgreenx committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    159f999 View commit details
    Browse the repository at this point in the history
  5. WIP fix tests

    MitchTurner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e67cda4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a75300b View commit details
    Browse the repository at this point in the history
  7. WIP fix tests

    MitchTurner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    894922b View commit details
    Browse the repository at this point in the history
  8. WIP fix tests

    MitchTurner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    baf779e View commit details
    Browse the repository at this point in the history
  9. Make more tests compile

    MitchTurner committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    183b3ea View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Fixed the tests

    xgreenx committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9655740 View commit details
    Browse the repository at this point in the history
  2. Fix some integ tests

    MitchTurner committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    15ea3f7 View commit details
    Browse the repository at this point in the history
  3. Fixed all remaining tests

    xgreenx committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c3709d6 View commit details
    Browse the repository at this point in the history
  4. Comment back the test

    xgreenx committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0228cf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Bump fuel-vm to 0.47.1

    xgreenx committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6ea77f2 View commit details
    Browse the repository at this point in the history
  2. Bump fuel-vm to 0.47.1

    xgreenx committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    acbfeda View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md

    xgreenx committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a1b346e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daaa088 View commit details
    Browse the repository at this point in the history