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!: upgrade fuel-core to 24.2 #1319

Merged
merged 38 commits into from
Apr 10, 2024
Merged

Commits on Mar 31, 2024

  1. support new version

    MujkicA committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6e97446 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. cleanup deps

    MujkicA committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6acf123 View commit details
    Browse the repository at this point in the history
  2. fix config conversion

    MujkicA committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ab07095 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    c89bcc5 View commit details
    Browse the repository at this point in the history
  2. fix remaining tests

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5e2e7cc View commit details
    Browse the repository at this point in the history
  3. minimize breaking changes

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f0dee99 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:FuelLabs/fuels-rs into feature/up…

    …grade-fuel-core-0.24.1
    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    32a432d View commit details
    Browse the repository at this point in the history
  5. remove double import

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fac5cb7 View commit details
    Browse the repository at this point in the history
  6. removed unused deps

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1a89c0e View commit details
    Browse the repository at this point in the history
  7. fix gas test

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b359318 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96d364d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d81ef8 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feature/upgrade-fuel-core-0.24.1' of github.com:FuelLab…

    …s/fuels-rs into feature/upgrade-fuel-core-0.24.1
    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3c15188 View commit details
    Browse the repository at this point in the history
  11. gas tet adjustment

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    944a544 View commit details
    Browse the repository at this point in the history
  12. fmt

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ed9d38e View commit details
    Browse the repository at this point in the history
  13. fix flag

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    624a926 View commit details
    Browse the repository at this point in the history
  14. rev comments

    MujkicA committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3f812d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. return rocksdb test

    MujkicA committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    317e080 View commit details
    Browse the repository at this point in the history
  2. remove comment

    MujkicA committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    decd187 View commit details
    Browse the repository at this point in the history
  3. remove unneeded sub cfg

    MujkicA committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    00e08cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb26db5 View commit details
    Browse the repository at this point in the history
  5. upgrade to 0.24.2

    MujkicA committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0e8d904 View commit details
    Browse the repository at this point in the history
  6. adjust witness num check

    MujkicA committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7542689 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d24a1a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. restore rocksdb feature flag

    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    051ec31 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/upgrade-fuel-core-0.24.1' of github.com:FuelLab…

    …s/fuels-rs into feature/upgrade-fuel-core-0.24.1
    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9554c17 View commit details
    Browse the repository at this point in the history
  3. fix base asset id

    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7db61e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    629966a View commit details
    Browse the repository at this point in the history
  5. cargo lint

    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b05805c View commit details
    Browse the repository at this point in the history
  6. mdbook lint

    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3beec05 View commit details
    Browse the repository at this point in the history
  7. clippy

    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    501fcce View commit details
    Browse the repository at this point in the history
  8. fix gas estimation test

    MujkicA committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    850c8c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    9879094 View commit details
    Browse the repository at this point in the history
  2. Update packages/fuels-test-helpers/Cargo.toml

    Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
    MujkicA and segfault-magnet committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    37e6662 View commit details
    Browse the repository at this point in the history
  3. Update packages/fuels-test-helpers/Cargo.toml

    Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
    MujkicA and segfault-magnet committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    cac0adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f62757 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/upgrade-fuel-core-0.24.1' of github.com:FuelLab…

    …s/fuels-rs into feature/upgrade-fuel-core-0.24.1
    MujkicA committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2afa282 View commit details
    Browse the repository at this point in the history