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

Wasmer 3 🔥 #1674

Merged
merged 62 commits into from
May 24, 2023
Merged

Wasmer 3 🔥 #1674

merged 62 commits into from
May 24, 2023

Commits on May 4, 2023

  1. Install Wasmer 3.2.1

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    980f81e View commit details
    Browse the repository at this point in the history
  2. Update LimitingTunables

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b548cfe View commit details
    Browse the repository at this point in the history
  3. Update store.rs

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    63759a4 View commit details
    Browse the repository at this point in the history
  4. Update calls.rs

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f0969c1 View commit details
    Browse the repository at this point in the history
  5. Update gatekeeper.rs

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d9567ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b6a555 View commit details
    Browse the repository at this point in the history
  7. Work

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    01e512c View commit details
    Browse the repository at this point in the history
  8. Make it compile

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    9313cae View commit details
    Browse the repository at this point in the history
  9. Fix memory handling

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b909c6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b01b751 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d2f9b33 View commit details
    Browse the repository at this point in the history
  12. Fix write_region

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    48b9409 View commit details
    Browse the repository at this point in the history
  13. Fix store in caching

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    847d5b0 View commit details
    Browse the repository at this point in the history
  14. Fix pin_unpin_works

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    f25f919 View commit details
    Browse the repository at this point in the history
  15. Fix cache handling

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    754a396 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef4aa09 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ad619fa View commit details
    Browse the repository at this point in the history
  18. Fix unused warnings

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    b74b223 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    173ac3d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5810f6a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    016df4f View commit details
    Browse the repository at this point in the history
  22. Remove loupe

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6d8f88d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bea904f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2d3a248 View commit details
    Browse the repository at this point in the history
  25. Fix clippy warnings

    webmaster128 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e65df15 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6361490 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4a0d289 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Cache module and new store

    maurolacy committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8ae0b27 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Add make_engine helper

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6c66294 View commit details
    Browse the repository at this point in the history
  2. Cache Engine not Store

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ccbb221 View commit details
    Browse the repository at this point in the history
  3. Store memory limit in cache

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    77d0c5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97b77e7 View commit details
    Browse the repository at this point in the history
  5. Adapt module_size

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d14f3bb View commit details
    Browse the repository at this point in the history
  6. Adapt multi_threaded_cache

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d10b69b View commit details
    Browse the repository at this point in the history
  7. Fix: pinned memory cache

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6b97286 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8849c6 View commit details
    Browse the repository at this point in the history
  9. Restore instance recycle

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    65ca1b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b009efb View commit details
    Browse the repository at this point in the history
  11. Fix clippy warning

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6141876 View commit details
    Browse the repository at this point in the history
  12. Adapt cosmwasm-check

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    0a1fd84 View commit details
    Browse the repository at this point in the history
  13. Update to wasmer 3.3.x

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a41226f View commit details
    Browse the repository at this point in the history
  14. Update lock files

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8339745 View commit details
    Browse the repository at this point in the history
  15. cargo update

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    97ab526 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cc42aa3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b2b886 View commit details
    Browse the repository at this point in the history
  18. Restore removed comment

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fe292aa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    756d1b2 View commit details
    Browse the repository at this point in the history
  20. Fix naming / details

    maurolacy committed May 17, 2023
    Configuration menu
    Copy the full SHA
    e62d244 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    057e16e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Simplify use declaration

    Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
    maurolacy and webmaster128 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    751442d View commit details
    Browse the repository at this point in the history
  2. Set wasmer version to fixed

    maurolacy committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6dd7170 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d5f735 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1689 from CosmWasm/w3-new-store-2

    W3 new store #2
    webmaster128 authored May 22, 2023
    Configuration menu
    Copy the full SHA
    ecfafe4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    8c1e8b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d53b62a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7f99e View commit details
    Browse the repository at this point in the history
  4. Fix some text

    webmaster128 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a0eed15 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Remove unused code

    webmaster128 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c8f3e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9cc7be View commit details
    Browse the repository at this point in the history
  3. Fix Modulej comment

    webmaster128 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    07fcba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5e5e3 View commit details
    Browse the repository at this point in the history
  5. Organize operators

    webmaster128 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    fe24771 View commit details
    Browse the repository at this point in the history