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 Using `cargo doc` to generate `rustdoc` output for the Rust SDK in `aptos-core/sdk` ### Test Plan Will need to be prepared and staged per: https://dev.to/deciduously/prepare-your-rust-api-docs-for-github-pages-2n5i Using: https://github.com/diem/diem/blob/b4699202fb7b48874d974c99628c8f277cc98189/developers.diem.com/scripts/build_docs.sh#L84-L105 Thanks...
### Description Adds an isValid function ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5127)
### Description Introduce script and dependencies to Getting Started Add HW requirements to Getting Started linking to Node docs Break install CLI page into binaries, source, and Move Prover Update...
# 🚀 Feature Request For now, if users want to get a series of table data items, they are only allowed to get one-by-one with the [Get Table Item](https://fullnode.testnet.aptoslabs.com/v1/spec#/operations/get_table_item) of...
… checker (#5034) ### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5053)
This commit contains (at least temporary but safe) fix for the bug related to count of locals the new fuzzer detected (move-language/move#564). The cherry-pick also takes an older fix on...
### Description For use in mempool and general health (gas schedule) dashboards. ### Test Plan Forge. - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5100)
# 🚀 Proposal & Discussion ## Motivation According to the current implementation of the `aptos_std::coin` it is possible for anyone who has access to the `signer` object to withdraw any...
To verify gas performance in forge This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5124)
### Description Running the command in the docs will result in a module not found error. So here should add a command `poetry install` ### Test Plan - - -...