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 ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4128)
### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4036)
### Description ### Test Plan Improves 3x the speed of this command: cargo run -p aptos -- node analyze-validator-performance --analyze-mode=all --url=https://ait3.aptosdev.com --start-epoch=190 --end-epoch=195 - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4166)
- Removed version #s in the help output. - Clarified the local vs global configuration near the `aptos init` section. - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4169)
### Description This adds a test function that one can use to set reconfiguration time for tests. This is helpful in testing on-chain validator oracles. ### Test Plan Test only...
### Description unused ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4161)
Currently we only test: - Server X is compatible with client X. - Devnet server is compatible with latest published client release. We need to test: - Server X +...
### Description - Add a seed parameter for keys generation so that the keys generation will be deterministic and can be accessed from forge tests. - The i th validator...
Ignore the yarn stuff, that's just Docusaurus updates. Cleaning up the Using Aptos CLI doc in a separate PR. - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4162)
### Description This feat can be used to parse package-metadata.bcs, so that developer can publish parts of packages to chain. ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4148)