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 ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...
Mark both compiler and language version as stable in `move_model::metadata`.
## 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...
# 🚀 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...
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.
# 🐛 Bug ``` module 0xCAFE::Module0 { use 0x1::vector; struct S has copy, drop {} public fun f() { let x: vector = vector[ S {}, *(abort 0), ]; }...
## 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...