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

Have tried to generate keys with Aptos CLI v0.2.1 and v0.2.2 to assign static identity to fullnode using: ``` aptos key generate --key-type x25519 --output-file private-key.txt (default encoding is hex...

bug

# 🚀 Feature Request Documentation and examples ## Motivation I'm new to DAP development and would like to use the Aptos chrome plug in to create a collectable. It points...

enhancement

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

CICD:run-e2e-tests

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

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

CICD:run-e2e-tests

### Description Create a runtime for reading from storage, and (eventually) pushing out to a receiving server TODO: - [ ] tests - [ ] cleanup ### Test Plan ---...

### Description Add more BCS helpers and expose them. This would simplify the usage of BCS. e.g. ``` const serializer = new Serializer(); serializer.serializeU32(123); const bytes = serializer.getBytes(); ``` can...

### Description We should deprecate the JSON interface for transaction submission. Submitting transactions in JSON would require the server to generate signing messages, which is not safe. Transactions submissions should...

## Description This PR moves the existing TS SDK into a `v0` directory and makes a new `v1` directory for the new SDK. The `v1` SDK is initially a copy...

## Summary This PR makes various improvements to metrics (per-endpoint logging), docs, spec generation (a new standalone binary), deduplication, and linting (to ensure spec changes are checked in). I can...