aptos-core icon indicating copy to clipboard operation
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.

Results 1410 aptos-core issues
Sort by recently updated
recently updated
newest added

The VM enum type extensions, PR #13812, needs more tests, and use test coverage to analyze test suite quality. Currently testing of parts of the VM like bytecode verifier and...

bug
stale-exempt
compiler-v2

This is a cover bug to track the work to get compiler v2 as well as select Move 2 features release until end of August. Please feel free to edit/add...

enhancement
stale-exempt
compiler-v2
compiler-v2-stable

# 🚀 Feature Request We need to add test cases and double-check the error outputs for out-of-stack, too many local vars, etc. in the CG phase.

enhancement

# 🚀 Feature Request Implement the generalized version of the "inefficient binops" peephole optimization (added in #13894). The generalized pattern is: ``` load constant; store to local i; ... move...

enhancement
stale-exempt
compiler-v2

b# 🐛 Bug ``` cd aptos-move/move-examples/veiled_coin MVC_BLOCK_V1=1 aptos move test --move-2 --named-addresses veiled_coin=0x424 ``` works ok, but ``` MVC_BLOCK_V1=1 aptos move test --coverage --move-2 --named-addresses veiled_coin=0x424 ``` seems to run...

bug
compiler-v2
compiler-v2-stable

Add a flag which easily allows to select optimization level, like `none`, `standard`, `full`

compiler-v2
compiler-v2-stable

Before we mark the compiler as stable, we should have a full run of comparison testing against current chain state.

compiler-v2
compiler-v2-stable

## Description Add Move Compiler to the list of Components. Reorder sections to be more efficient: put all checklists at the bottom, since they take a lot of vertical space...

## Description In the case of a dead lock in the executor this gauge should show a constant 1. ## Type of Change - [x] New feature ## Which Components...