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

# πŸ› Bug ## To reproduce **Code snippet to reproduce** 1. install the indexer(commit-id: [be96c79](https://github.com/node-real/aptos-indexer-node/pull/17/commits/be96c79b5c70711d144780480b84132d016a83fe)) 2. run the indexer to index testnet 3. it will panic and stuck when indexing...

bug

# πŸš€ Feature Request ## Motivation Like [EIP-4361](https://eips.ethereum.org/EIPS/eip-4361), standardize the sign-in workflow.

enhancement

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

### Description Temporary fix for unable to json serialize this transaction https://fullnode.testnet.aptoslabs.com/v1/transactions/by_version/286297914 Until we figure out how to properly parse those transactions we should skip them and reindex later. ###...

CICD:build-images

# πŸ› Documentation/aptos.dev Bug In doc: https://aptos.dev/guides/interacting-with-the-aptos-blockchain#creating-a-new-account said: > The payload for instructing the blockchain to create a new account is: > > ``` > { > "type": "entry_function_payload", >...

bug

# πŸ› Bug Hello Aptos Team and Community, hope you all are fine! This is my situation: I received two emails from the Aptos Foundation, saying that I'm eligible to...

bug

### Description We no longer support/use TCP log writer. This PR removes it from aptos-core and cleans up any references to it. ### Test Plan - - - This change...

CICD:run-e2e-tests

### Description This will allow us to add `#[test_only]` native functions for generating signatures over arbitrary bytes and over Move structs in the `ed25519`, `multi_ed25519` and `bls12381` Move modules. ###...

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