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

# 🚀 Feature Request `MultiEd25519PublicKey` as `accountOrPubkey` for the [simulateTransaction](https://github.com/aptos-labs/aptos-core/blob/75f11057cd3d7b821a68217aa6ff7481033a276e/ecosystem/typescript/sdk/src/aptos_client.ts#L376)

enhancement

# 🚀 Feature Request Interface Pattern for Wallet ## Motivation current wallet use `0x1::coin::transfer` to transfer tokens, but how about a token with custom `transfer` maybe we need some interface...

enhancement

I want to transfer money to an address, first I need to activate this address. Use the following code in devnet to activate `await faucetClient.fundAccount(bob.address(), 0);` But I need to...

### Description This lets you sign a transaction disconnected from the internet, and submit it later. Useful if you want to have a "cold" key, and disconnected from the internet,...

### Description Revert to earlier commit for debugging purpose. ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4687)

CICD:run-e2e-tests

# 🚀 Feature Request It would be very helpful if the git hash could be reported from the aptos-node binary just the same as the git hash is available via:...

enhancement
community

### Description Line 21, the word "combiled" is a grammatical error. Corrected spelling to "compiled". ### Test Plan Use of **"_combiled_"** proposes a sequence of letters that has never been...

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

CICD:run-e2e-tests

# 🐛 Bug When providing an address not in the validator set, this command fails, but only after collecting all the data. ## To reproduce ``` aptos node analyze-validator-performance --analyze-mode=detailed-epoch-table...

bug

### Description Default max gas should be chosen by the user or the application, not defaulted by the SDK ### Test Plan The tests work, though it could be particularly...