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 Currently, live var analysis only tracks the live var info in specs when `track_all_usages` is set. This leads to the issue in #14762 because variables that appear in...

## Description After the recent forge region simulation fixes in #13476, we can now support up to six regions from four previously. Hence, this PR. By dividing the nodes into...

CICD:run-forge-e2e-perf

# 🐛 Bug A clear and concise description of what the bug is. To report a security issue, please email [email protected]. When compiling the following code: ``` fun while_loop_with_lambda_break(s: u64)...

bug
compiler-v2

## Description Update this to use the runs-on config in `internal-ops`. This will allow us to use the same config for multiple repos ## How Has This Been Tested? This...

# 🐛 Bug Access control code is not yet enabled, but has multiple problems: ### Problem 1 Access control is done after the resource is loaded from the global storage....

bug

## Description If we have a field that contains non-copyable type, it is impossible to change it, and get the old value back. Adding two methods: * native mem::swap, that...

## Description Enables the RoundTimeoutMsg on main. The last release should have all the handling logic, so it can be turned on for next release cut.

CICD:run-e2e-tests

## Description Add a warning for an unnecessary semicolon for compiler V2. Following V1 behavior, we warn about the semicolon only in the case that the preceding statement interrupts control...

Stale

## Description This pr fixes all disabled lints: - [`clippy::map_identity`](https://rust-lang.github.io/rust-clippy/master/index.html#map_identity) lint which seems to been accidentally ignored because of old bug in clippy - [`clippy::mutable-key-type`](https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type) which wasn't even triggered -...

Stale

## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...

CICD:run-forge-e2e-perf