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

Use DependentCost for aloc opcode #1934

Merged
merged 39 commits into from
Jun 6, 2024
Merged

Use DependentCost for aloc opcode #1934

merged 39 commits into from
Jun 6, 2024

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    81dc78a View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    Dentosal committed May 8, 2024
    Configuration menu
    Copy the full SHA
    42105ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e14cf0b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

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

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

    Dentosal committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8c276e9 View commit details
    Browse the repository at this point in the history
  4. Fix benches

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

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Match fuel-vm changes

    Dentosal committed May 14, 2024
    Configuration menu
    Copy the full SHA
    22f3ba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9340c View commit details
    Browse the repository at this point in the history
  3. cargo sort

    Dentosal committed May 14, 2024
    Configuration menu
    Copy the full SHA
    57d2049 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge branch 'refs/heads/master' into dento/reuse-vm-memory

    # Conflicts:
    #	CHANGELOG.md
    #	Cargo.lock
    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0e41a28 View commit details
    Browse the repository at this point in the history
  2. Use fuel-vm 0.51.0

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a762483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    131a91e View commit details
    Browse the repository at this point in the history
  4. Make clippy happy

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    98c7495 View commit details
    Browse the repository at this point in the history
  5. Fix CI

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    395077b View commit details
    Browse the repository at this point in the history
  6. Fix CI

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    36fa8be View commit details
    Browse the repository at this point in the history
  7. Fix CI

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3baea26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b13578f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb65aba View commit details
    Browse the repository at this point in the history
  10. Use release 0.51

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5196bab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2e4bc5b View commit details
    Browse the repository at this point in the history
  12. Make clippy happy

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c2034bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec2a65b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc15915 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6000f11 View commit details
    Browse the repository at this point in the history
  16. Return back old benchmark

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    56915e7 View commit details
    Browse the repository at this point in the history
  17. Make aloc depdedent

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    564fec0 View commit details
    Browse the repository at this point in the history
  18. Remove warnings

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a719693 View commit details
    Browse the repository at this point in the history
  19. Use bigger values

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c8248b9 View commit details
    Browse the repository at this point in the history
  20. Use bigger values

    xgreenx committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    38f57f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Use V2 gas costs

    xgreenx committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    de2ec13 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge branch 'refs/heads/master' into feature/benchmarks-alloc

    # Conflicts:
    #	Cargo.lock
    #	benches/benches/vm_initialization.rs
    xgreenx committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7ac5fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e6f24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae90adf View commit details
    Browse the repository at this point in the history
  4. Updated CHANGELOG.md

    xgreenx committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cbd73d9 View commit details
    Browse the repository at this point in the history
  5. Fixed test

    xgreenx committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    13fe891 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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