aptos-core
aptos-core copied to clipboard
Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
## Description Add a `/lambda/` test subdir for `move-compiler-v2`, and test it with `LAMBDA` experiments off (`.exp`) and on (`.lambda.exp`). ## How Has This Been Tested? This is just a...
## Description Extend syntax - lambda expression: `|args| body has copy, store` - function types: `|T1, T2| T3: copy+store` - arbitrary function calls: - `(expr)(args, ...)` - `func(args, ...)` -...
## Description This PR enables the control flow graph simplification as a default optimization. ## How Has This Been Tested? Existing tests && comparison testing. ## Type of Change -...
## Description Implemented a library to - compile a list of intent calls to Script - decompile from a Script into a list of intent calls. ## Type of Change...
## Description This commit adds a transaction context function to get the raw transaction hash. This resolves https://github.com/aptos-labs/aptos-core/issues/14774. ## Type of Change - [X] New feature - [ ] Bug...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description Forge stable and unstable today have `always()` conditions on the jobs, making them impossible to cancel outside of invoking from the GH API. Add a step summary that...
## Description This PR implements optimistic signature verification to reduce the time required to verify SignedBatchInfo. When the optimistic signature verification feature flag is enabled, we will not verify these...
## Description still in draft ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix...