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

fix #14633: fix error messages for lambdas, identify change points for more complete lambda implementation #1

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    2ca643e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eab8d27 View commit details
    Browse the repository at this point in the history
  3. [move-compiler-v2] Add all remaining V1 tests to V2, except evm/async (

    …aptos-labs#14578)
    
    * add options and plumbing for compile_verify_code, warn_deprecated, etc., and add final set of V1 tests to V2, except flavor tests (evm/async)
    * move around and edit/split tests to test same functionality in V2 as V1
    brmataptos authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2b208e5 View commit details
    Browse the repository at this point in the history
  4. [cli] Release 4.2.1 (aptos-labs#14694)

    Patches the indexer processors for 4.2.0
    gregnazario authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5f17a6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25499ae View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [move-compiler-v2] fix issue 6922 by allowing type annotations for la…

    …mbda parameters (aptos-labs#14254)
    
    Allowing declared type annotations for lambda parameters.
    
    Fixes aptos-labs#6922.
    brmataptos authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f5134a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce6158a View commit details
    Browse the repository at this point in the history
  3. Update pin on the Swatinem/rust-cache GH action

    The old version relies on a deprecated version of Node.js
    sionescu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    acf8e9f View commit details
    Browse the repository at this point in the history
  4. [GHA] Update actions/checkout v3 -> v4

    V3 runs on a deprecated version of Node.js (16) and Github has now
    started forcing Node.js 20.
    sionescu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    109814a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eb8b52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d79cb44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c65af5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efe0365 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    1abb125 View commit details
    Browse the repository at this point in the history
  2. Revert "use storage ledgerinfo for txn APIs"

    This reverts commit efe0365.
    areshand committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ee84fb4 View commit details
    Browse the repository at this point in the history
  3. Revert "skip version checking on get txn by hash"

    This reverts commit 1c65af5.
    areshand committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e87224f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    208988e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9105c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac60da1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix aptos-labs#14633: fix error messages for lambdas, identify change…

    … points for more complete lambda implementation
    brmataptos committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cac57d5 View commit details
    Browse the repository at this point in the history