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 ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...
## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...
## Description todo ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [x] New feature - [ ] Bug fix - [ ]...
# 🐛 Bug While thinking about using `_` as a placeholder for some sort of curry operation, I found some strangeness in the way this special variable is handled in...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
### Description [Design](https://www.notion.so/aptoslabs/In-Memory-Cache-Design-11b8b846eb7280648399c07e8a76789b) ### Test Plan Unit tests
## Description Restores some new files that were missing from PR #13652. ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking...
## Description Filter expired transactions in block preparer ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ]...
# 🐛 Bug Compiled bytecode output is apparently written by function save_to_disk. [https://github.com/aptos-labs/aptos-core/blob/211fcdaf1abfa01561cdab79ab00a68a5ec2[…]rty/move/tools/move-package/src/compilation/compiled_package.rs](https://github.com/aptos-labs/aptos-core/blob/211fcdaf1abfa01561cdab79ab00a68a5ec299de/third_party/move/tools/move-package/src/compilation/compiled_package.rs#L873) It is called from compile_package and compile_package_no_exit etc., here https://github.com/aptos-labs/aptos-core/blob/1a639a9cc3c21a447ce5031c6241a21ea6fb02ed/third_party/move/tools/move-package/src/lib.rs#L202, while holding a PackageLock. Then compile_package_no_exit is...