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

# Backport This will backport the following commits from `main` to `aptos-release-v1.18`: - [Separate out collection creator and owner permissions (#14307)](https://github.com/aptos-labs/aptos-core/pull/14307) ### Questions ? Please refer to the [Backport tool...

cherry-pick

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

## Description Adding fungible asset support for Rosetta, and actual unit testing over the original massive integration testing. This supports: 1. FA as a primary transfer 2. FA as a...

Do not merge

## Desc ### Load Testing [WIP] Unmanaged Collection Load test

## Description Currently, the release builder represents the next execution hash as a raw byte array. This byte array is essentially an untagged union with 3 types of values: 1....

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.62 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @​alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...

CICD:run-e2e-tests
rust
dependencies

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

CICD:run-forge-e2e-perf

## Description Optimizations are needed to make it efficient ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [...

CICD:run-forge-e2e-perf

Supposed you start with Move and try to create a string constant ``` string::utf8("") ``` There is a `b"..."` missing in front of the string, but the error you get...

bug
compiler-v2