Aaron
Aaron
### Description To consolidate our dashboard. ### Test Plan ut --- This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/2368)
### Description We implement a customizable curve for storage-based gas base unit and map x
### 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 now `cargo test test_txn_emmitter -- --nocapture --ignored` works. but it takes "1678.65s" to run because for each of our 240 workers, the initial setup takes several seconds to...
### Description Read to learn. And I think it is not useful and a waste of gas. Remove it. ### Test Plan ut - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5486)
### Description add free 1k to on-chain. Will add that to rust code later. ### Test Plan add ut - - - This change is [](https://reviewable.io/reviews/aptos-labs/aptos-core/5536)
### Description Personally I researched again around linear hashing, spiral storage and extendible hashing schemes. And still admit the best option for us is linear hashing. So I made a...
### Description I simplified `insert` and `remove` api by enforcing `copy + drop` ### Test Plan ut
### Description step 1 of #10529 leave other modules for grabs. ### Test Plan ut
### Description This PR implements the followings: 1. create a mapping, coin fungible asset if not existent, at 0x1 2. create a paired fungible asset metadata at `coin_address` if not...