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

### Description Walked through the tutorial line by line Ran the example and updated output to match Edited the text throughout ### Test Plan Edit ans test doc in browser...

### Description Walked through the tutorial line by line Ran the example and updated output to match Edited the text throughout ### Test Plan Edit and test doc in browser...

Test Plan: test on this PR in the checks section of github - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5020)

# πŸ› Bug https://github.com/aptos-labs/aptos-core/pull/2086 ## To reproduce aptos move prove --package-dir aptos-move/move-examples/hello_prover/ // Paste the output here FAILURE proving 1 modules from package `hello_prover` in 0.074s { "Error": "Move Prover...

bug
move-prover

# πŸ› Bug When trying to use prover I'm running into the following: ``` error: abort code not covered by any of the `aborts_if` or `aborts_with` clauses β”Œβ”€ /Users/rafal/Code/aptos-fun/06-tables/sources/Donation.move:77:5 β”‚...

bug
move-prover

# πŸ› Bug ``` error: verification out of resources/timeout (global timeout set to 40s) β”Œβ”€ /Volumes/boris-backup/Users/boris/PycharmProjects/U256/sources/u256.move:88:5 β”‚ 88 β”‚ β•­ public fun add(a: U256, b: U256): U256 { 89 β”‚...

bug
move-prover

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

### Description 1. adding missing sdk endpoints for all token entry functions, 2. add a temporary move script to allow user direct call public function (transfer) while we ar e...

Add runtime socket to do all kinds of fun things like inspect / modify process state and advanced debugging. More info here: https://www.haproxy.com/blog/dynamic-configuration-haproxy-runtime-api/ Enable caching of transactions, this is especially...

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