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 * Big thing is model changes according to this: https://dbdiagram.io/d/62f5d9fdc2d9cf52fa934cdc * Also made some minor upgrades: * fixed status marking (was missing last version) * Added latest version...

CICD:build-images

### Description This PR makes two small tweaks to state sync: 1. It adds an alert for state sync when the node is lagging more than 1 million versions behind...

# πŸ› Bug The creation of a resource account can be blocked by somebody calling: `aptos_framework::aptos_account::transfer(&me, future_resource_account_addr, 1);` ## To reproduce **Code snippet to reproduce** ```rust #[test(account = @0x2048, core...

bug

### Description To correctly apply latency to Forge experiments, some deeper understanding of Chaos Mesh is required. Major learnings from: https://github.com/chaos-mesh/chaos-mesh/issues/3302 * Forge hits k8s Services rather than k8s PodIPs...

CICD:run-e2e-tests

This introduces an on-chain version number that governs gas-related behaviors in the VM. As we discussed previously, this is a special case that cannot be well supported by the individual...

### Description This doc adds no value anymore. Basically, we don't want people to build BCS payloads manually. Users pretty much can follow other tutorials on how to build and...

### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4174)

CICD:build-images

Automated dashboard sync from Grafana - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4142)

Per recent discussion with @davidiw , adds resource account creation via timestamp seed, a non-deterministic approach (in practice) that simplifies resource account creation for callers. Tagging @alinush per cryptographic considerations....

### Description There were two issues previously: 1. An account's sequence_number_cache could get GC'd before its transactions in mempool were sent to consensus. In this case because a cached sequence...

CICD:run-e2e-tests