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

## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...

Mark both compiler and language version as stable in `move_model::metadata`.

compiler-v2
compiler-v2-stable

## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...

# 🐛 Feature Request Let's list the needed features here and make sure they are not missed at launch. See also https://github.com/aptos-labs/aptos-core/issues/14036 ## Items to include - `assert!` macro can...

bug
compiler-v2
compiler-v2-stable

# 🚀 Feature Request We need some idea of where the time is being spent in the VM. ## Motivation The bytecode validator has some obviously high-complexity code that could...

enhancement

The flag should simultaneously enable compiler v2, language v2, and bytecode v7. Users then don't need to specify all those individual flags any longer.

compiler-v2
compiler-v2-stable

# 🐛 Bug ``` module 0xCAFE::Module0 { use 0x1::vector; struct S has copy, drop {} public fun f() { let x: vector = vector[ S {}, *(abort 0), ]; }...

bug
compiler-v2
compiler-v2-stable
move-smith

## Description This PR creates a framework that can generate transactions by importing from live network or generating from move files. This is the foundation for processor testing framework, see:...

Note: this PR is built on https://github.com/aptos-labs/aptos-core/pull/14954 ## Description This PR adds a "state sync fallback" mode to consensus observer (CO). If CO does not make progress for some time...

CICD:run-e2e-tests