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

Backport SignextLowering #1189 + #1280 #1286

Merged
merged 8 commits into from
Aug 22, 2023
Merged

Backport SignextLowering #1189 + #1280 #1286

merged 8 commits into from
Aug 22, 2023

Commits on Aug 21, 2023

  1. Add SignextLowering pass to wasm-opt (#1280)

    * Add `SignextLowering` pass to `wasm-opt`
    
    * Remove check for Rust version
    
    (cherry picked from commit 756aa38)
    ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5123c0e View commit details
    Browse the repository at this point in the history
  2. Update wasm-opt

    athei authored and ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1ca8e58 View commit details
    Browse the repository at this point in the history
  3. Cargo.lock

    ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6a5ed49 View commit details
    Browse the repository at this point in the history
  4. Enable Wasm sign_ext (#1189)

    * Enable Wasm sign_ext
    
    * Bump substrate crates
    
    * Add warning when building with new rustc
    
    * Stable toolchain
    
    * Revert "Stable toolchain"
    
    This reverts commit aa2a2e6.
    
    ---------
    
    Co-authored-by: Andrew Jones <[email protected]>
    athei and ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ed2c687 View commit details
    Browse the repository at this point in the history
  5. Cargo.lock

    ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    48b5791 View commit details
    Browse the repository at this point in the history
  6. Remove version check

    ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2e88278 View commit details
    Browse the repository at this point in the history
  7. WIP updating subxt

    ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7b9a4cb View commit details
    Browse the repository at this point in the history
  8. Updating subxt

    ascjones committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    97f60be View commit details
    Browse the repository at this point in the history