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

Memory pool/reuse #732

Merged
merged 27 commits into from
May 31, 2024
Merged

Memory pool/reuse #732

merged 27 commits into from
May 31, 2024

Commits on May 8, 2024

  1. Add memory reset function

    Dentosal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1e205b6 View commit details
    Browse the repository at this point in the history
  2. Add a test case

    Dentosal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ebc60c6 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Dentosal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    39fa053 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ab936e6 View commit details
    Browse the repository at this point in the history
  2. Add no_std support to pool

    Dentosal committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1fafd09 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f48b99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aca6a88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc4a17e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7d1a54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e82441b View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Dentosal committed May 13, 2024
    Configuration menu
    Copy the full SHA
    41542f5 View commit details
    Browse the repository at this point in the history
  7. Feature-gating fix

    Dentosal committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fae708a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80a0616 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Address pr feedback

    Dentosal committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a29e3f7 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Dentosal committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3f1a334 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Dentosal committed May 14, 2024
    Configuration menu
    Copy the full SHA
    452d439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8a7edf View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 20, 2024

  1. Clippy

    Dentosal committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6bbb741 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Use Memory trait.

    Renamed `Memory` into `MemoryInstance`.
    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ea78818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6667f0a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'refs/heads/master' into dento/memory-reset

    # Conflicts:
    #	fuel-vm/src/interpreter/blockchain.rs
    #	fuel-vm/src/interpreter/flow.rs
    #	fuel-vm/src/interpreter/flow/tests.rs
    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5faa1ac View commit details
    Browse the repository at this point in the history
  4. Simplify API

    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    65f1b10 View commit details
    Browse the repository at this point in the history
  5. Make clippy happy

    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0781848 View commit details
    Browse the repository at this point in the history
  6. Removed redundant addition

    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ac78892 View commit details
    Browse the repository at this point in the history
  7. Updated CHANGELOG.md

    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    694721e View commit details
    Browse the repository at this point in the history
  8. Unify the signature

    xgreenx committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7197ed9 View commit details
    Browse the repository at this point in the history