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/4137)
# 🐛 Bug With the entry of API v1 python sdk transfers (nor bcs or normal one) are not working. ## To reproduce **Code snippet to reproduce** ```python from aptos_sdk.client...
### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4121)
### Description Take a version now so fast sync wouldn't take a wrong leaf node at a different version in any case. ### Test Plan ut - - - This...
### Description ### Test Plan - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/4132)
### Description Experimenting with data reads over BCS rather than JSON for TS SDK. Make `getAccountResource` read data through BCS by default. Developers can override this behavior by setting the...
# 🐛 Bug Code example links are outdated on the aptos.dev website ## Steps to reproduce https://aptos.dev/tutorials/your-first-dapp/ - Click on "full source code is available here" ## Expected Behavior Should...
### Description https://github.com/aptos-labs/aptos-core/issues/3067 ### Test Plan add unit test - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/3276)
### Description https://github.com/aptos-labs/aptos-core/issues/2939 ### Test Plan CICD - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/3656)
* Adds a `size_of()` function analogous to `sizeof()` in C. * Adds a 4K disk sector optimized implementation of `BigVector`. * Adds simple index-based borrowers/swap remove for `BigVector`. * Adds...