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 1509 aptos-core issues
Sort by recently updated
recently updated
newest added
trafficstars

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

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

### Description Saves chain_id when the indexer starts. If we somehow try to index a different chain, exit program. I also had to create a trait for TransactionFetcher in order...

### Description First pass at writing documentation for our helm charts. Only do `aptos-node`, `genesis`, and `aptos-node-testnet` for now. In general, each helm value should be documented. Use `helm-docs` plugin:...

This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/2351)

CICD:run-e2e-tests

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

### Description This provides a simple submit proposal and vote flow. It does need some work on printing out the proposal, but it does generate the hash of the metadata...

### Description Followed by discussion with @zekun000 and @gelash, I changed old aggregator PR (see #1836) to be a weaker but simpler `Aggregator` version. In particular, this V1 implementation allows...

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

# 🐛 Bug I was following the guide [here](https://aptos.dev/nodes/run-a-local-testnet#example). However, I am getting the following error: ``` Attaching to aptos_local_validator-faucet-1, aptos_local_validator-validator-1 aptos_local_validator-validator-1 | qemu: uncaught target signal 11 (Segmentation fault)...

bug