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.
### 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 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 ``` 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 β...
### 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)