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

# πŸš€ Feature Request It would be nice to have a function that verify the validity of the address, checksum, etc. ## Motivation **Is your feature request related to a...

enhancement
community

# πŸ› Bug AssertionError: {"message":"parse request payload error: Expected input type \"TransactionPayload\", found {\"type\":\"script_function_payload\",\"function\":\"0x1::coin::transfer\",\"type_arguments\":[\"0x1::aptos_coin::AptosCoin\"],\"arguments\":[\"0xb59102d3ae93f30ac7cb17300b60bbad227dd5f55a10d05ab95b6340921c6737\",\"1000\"]}. (occurred while parsing \"UserTransactionRequestInner\") (occurred while parsing \"EncodeSubmissionRequest\")","error_code":"web_framework_error","vm_error_code":null} I followed the linked tutorial "https://aptos.dev/guides/creating-a-signed-transaction" and the...

bug

Current code: https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/sources/resource_account.move Current tests: https://github.com/aptos-labs/aptos-core/blob/84fedee82cae6c5a6391e559a8fc121753aeea3a/aptos-move/e2e-move-tests/tests/code_publishing.rs#L276 Goals: * Create an example of how someone can use `create_resource_account_and_publish_package` and some other logic to have the `signer_cap` be stored in the module,...

enhancement

Can we not have these features enabled for tokens: 1. To create a token, there can be only one royalty account. What if we want multiple accounts with different percentage....

enhancement

# πŸ› Bug ``` 2022-09-03T21:45:30.500382Z [state-sync-driver] WARN storage/aptosdb/src/lib.rs:1795 AptosDB API returned error. {"api_name":"save_transactions","error":"IO error: While open a file for appending: /opt/aptos/data/db/ledger_db/004474.sst: Too many open files"} 2022-09-03T21:45:30.502804Z [state-sync-driver] ERROR state-sync/state-sync-v2/state-sync-driver/src/storage_synchronizer.rs:831 {"message":"Storage...

bug

# πŸš€ Feature Request ## Motivation Currenlty, the transaction execution error code is stored in transaction output, which is used in hash calculation. This is not ideal as a 1....

enhancement

This introduces a script that would allow us to benchmark the Move VM using valgrind, which would give us a pretty accurate estimation of the number of machine instructions a...

### Description This adds a synthetic `up` metric to the push metrics to make use of push metrics. This will become in handy in some dashboards etc. for dashboard variables...

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

cc: @geekflyer - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5158)