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 ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description In this PR, we add a bunch of test cases that show opportunities for optimization of generated stack-based bytecode. These tests were reduced from `aptos-framework`. I have put...
## Description This change adds a job that compares the file in existing gcs and the file in sharding db gcs bucket. The goal is to make sure that the...
## Description ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Breaking change - [ ] Performance improvement - [ ] Refactoring...
## 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 ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
## Description This is a prototype implementation of the event v2 translation. This focuses on translating the V2 event type `CoinDeposit` into the V1 event type `DepositEvent`. ## Type of...
## Description Forge provides too much granularity with 4 columns capturing metrics for all parts the blockchain latency in 4 components. The goal of this PR is to simplify this...
## Description Add indexer processor metrics to Forge. This does not include metrics from the indexer processors written with the processor SDK. Also add support for providing a non-default forge...