aptos-core
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.
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...
# 🚀 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...
### Description ### Test Plan --- This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/2376)
### 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)
### 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...