## aptos-labs/aptos-core — wallet-v0.1.8…wallet-v0.1.10

_264+ commits._

### Features
- **feat: lookup address by current public key** (f0ba01e)
- **feat: rotate auth key for single signature account** (417d287)
- **[community] Add "minted nft" page. (#3933)** (ad5dcbc)
- **Add support for checking PFNs from external data file to fn-check-client (#3904)** (8366ad4)
- **[Forge] Add system metrics check back (#3921)** (88ca3e4)
- **[Token] add transfer events** (a7edafa)
- **[CP] Add NFT Image routes + generation (#3870)** (f81ccb0)
- **[aws] add backup support (#3882)** (e939e94)
- **[api] Add updated autogenerated OpenAPISpec** (c737776)
- **[api] Add documentation for REST API** (687207c)
- **[aptos-cli] Add testing to ensure that commands at least parse** (c69c836)
- **[State Sync] Add README.** (b8344bc)
- **[Aptos Framework] Add a module for shares pool calculations (#3836)** (6d215be)
- **[NHC] Add state sync evaluator that leverages the API (#3799)** (12095f5)
- **[tf/helm][fullnode] add back alb ingress and external-dns (#3732)** (b6c0a8a)
- **[aptos-vm] Enable lazy_natives feature and add test case** (53e2400)
- **[Execution] Add simple check to commit_blocks_ext.** (28a93bb)
- **[community] Add model for wallets. (#3736)** (db1820f)
- **[forge][consensus] Add consensus stress test (#3631)** (6fc8339)
- **Add CI to build aptos CLI for Windows (#3785)** (8ac8866)
- **[indexer] Add type_str for events and move resources (#3781)** (78daa17)
- **[crypto+move] add support for Keccak-256 hashing (#3755)** (8ba12c5)
- **[aptos-node/cli] Add windows compatibility** (8513ed8)
- **[Forge] Add further instructions and logs for running a faucet and** (4c67047)
- **[NHC] Add evaluator that uses aptos-network-checker (#3746)** (1257c27)
- **[Aptos Framework] [Account] support multi_ed25519 key rotation (#3626)** (1d2c26b)
- **[docker] support for different compile profiles and features (#3538)** (9567586)
- **[aptos-rosetta] Add failed & vm status to transactions** (46a0227)
- **[python-sdk] support package publishing** (9d15cd7)
- **[consensus] add missing monitor and update a few logging** (95d2560)
- **[aptos-cli] Add offset for transfer coin functions** (5f95fad)

### Fixes
- **[mempool] fix issue where gaps in seq no can cause txn to not be broadcast (#3895)** (9717757)
- **[forge] fix assert image tags have prefix if profile or feature (#3937)** (b35bc60)
- **[cli] Fix analyze validators fetching, when we hit 1000 limit for API (#3813)** (1bc5fd1)
- **Fix docker build for fn-check-client** (69b0909)
- **[aptos-node] Fix aptosnet endpoint println** (884971d)
- **[forge] fix consensus stress test check (#3902)** (461b2a3)
- **[forge] Fix unittest woopsie** (3106979)
- **[aptos-cli] Fix duplicate input argument for governance commands** (8755481)
- **[forge] Fix fake timestamp** (85d75b8)
- **[forge] Fix unittests** (26376ed)
- **[cli] Fix analyze-validators when pruning deletes oldest events (#3874)** (f6963c7)
- **[aptos-cli] Fix extract key command** (bf39575)
- **fix broken link** (eae4f6d)
- **fix broken link to chain_id.rs** (24ccba5)
- **fix(ts-sdk): get rid of spread operator for Uint8Array (#3806)** (ddff6a0)
- **[aptos-rosetta] Fix block lookup of set operator** (d8ff5e9)
- **[aptos-cli] Fix handling of 0 gas price on network** (5f52d18)

### Backend
- **[forge] Print dashboard link after running** (86bc471)
- **Refactor NHC so clients use cookies per NHC run (#3934)** (34f1f36)
- **Address nits from #3904 in fn-check-client** (7522e95)
- **[forge] Enable different genesis validator stake in forge (#3896)** (894d892)
- **[gha] run compat forge test alongside e2e (#3793)** (0406339)
- **[CP] Remove old and unused seed account (#3935)** (d1cbc06)
- **[NHC] Use transaction from middle of available version range in API availabilty checker (#3917)** (4084cff)
- **[Aptos Framework] [Account] wrapped error code (#3893)** (fa49b5d)
- **Remove all remaining CRSN related code and comments (#3903)** (4852d1d)
- **[monitoring] prometheus scrape all cadvisor targets (#3922)** (7389009)
- **[tf] make fullnode to also use ssd (#3916)** (c0a84dd)
- **[tf]validator nodegroup taint is non-default (#3889)** (966cb82)
- **[ts-sdk] Update generated client with documentation** (4a49d70)
- **[Configs] Improve network syncing configs.** (f7b2ea4)
- **[NHC] Improve error message in the transaction availability evaluator** (9a1d709)
- **[consensus] dedicate channel to shutdown round manager** (0f60439)
- **[Docs] CLI command update for extracting the peer. (#3899)** (2142abf)
- **[community] Update copy, integrate login Dialog, utilize css grid (#3862)** (0032ee4)
- **[forge] Refactor cargo / forge cli command creation** (ab82984)
- **[forge] Propagate forge arg parsing up, allow for random args to be passed in** (53cfd82)
- **[forge] Address workflow comments** (244522f)
- **[forge] Report k8s forge error correctly** (caeb770)
- **[forge] Clean up find images interfaces** (a65c687)
- **[forge] Run forge unittests when changing python** (b457111)
- **[forge] Remove USE_NEW_WRAPPER** (4c5bb70)
- **[forge] Clean up aws code** (ab91a85)
- **[Aptos Framework] [Account] Added signer capability delegation functions (#3293)** (660ccb3)
- **[forge] cargo run with failpoints with local test runner (#3814)** (b2a168e)
- **[forge] assert image tags have prefix if profile or feature (#3890)** (dc083e2)
- **[Token] enable PropertyMap to read in actual type** (fe2efa3)
- **Move check-sdk-examples to a separate GH actions job (#3884)** (7f91664)
- **sdk: Export TypeTagParser** (e3dbf6d)
- **[move-vm] Call init_module only the first time a module is ever published (#3880)** (50a4777)
- **[docker/helm] download waypoint and genesis for fullnodes (#3802)** (20a64a0)
- **Delete dev docs site examples (#3811)** (f1847ad)
- **[community] Adjust transaction to match module expectations. (#3864)** (6e21cad)
- **[community] Implement wallet signature verification. (#3863)** (e46842f)
- **[doc] update fullnode doc to be more generic (#3861)** (9a339f2)
- **Update system-integrators-guide.md** (4b98a92)
- **[docker] pass through profile and features flags (#3824)** (5c7135d)
- **Delete proposal.move** (ae4b128)
- **cargo fmt** (da55fc2)
- **added included artifacts options in compilation and publishing of modules** (2fdfd6e)
- **Include build info about whether build is release or debug (#3832)** (250588e)
- **[community] Create "Claim NFT" page. (#3827)** (c9cbca3)
- **[tokio] disable lifo slot for runtime** (6400750)
- **[dependency] upgrade tokio to 1.21.0** (352f71f)
- **[consensus] not proactively reply epoch change proof** (c447478)
- **[fullnode] update fullnode requirement (#3856)** (8626c06)
- **[community] Only send email notifications if email confirmed. (#3823)** (dedcb09)
- **cicd: push to dockerhub also on weekends and allow manual triggering of dockerhub publish job** (97f2412)
- **[aptos-rosetta] Make signature type optional on signing payload** (4944bda)
- **[aptos-rosetta] Always return 500** (3cd15bd)
- **Update first-transaction.md** (83a52a8)
- **cicd: do not default IMAGE_TAG to GIT_SHA on the workflow level (#3846)** (0582c62)
- **[executor] commit_chunk panics if error is hit after writing to DB** (975ef43)
- **Log build + feature information at startup in aptos node (#3830)** (0a7cfe7)
- **Ensure .cargo is included in docker build (#3831)** (566aeba)
- **[storage] move state_value_writer to storage_interface (#3647)** (7e2ddd6)
- **[gas] allow gas parameters to be optional** (84fedee)
- **Added the chain_status module (#3557)** (1b8c0b9)
- **[txn-emitter] Filter bad/stale clients (#3748)** (8e1f094)
- **cicd: avoid reaching github actions api rate limit (#3805)** (7cc52b4)
- **[observabilty] ship warn logs via remote telemetry (#3808)** (17266ce)
- **[TS SDK] Simplify parseApiError (#3807)** (31ffc74)
- **[forge] Remove the old forge wrapper logic** (7c16ff6)
- **[Unit tests only] Update signer in unit tests to &signer (#3716)** (f5e92fd)
- **[Indexer] Remove aptos-protos package from workspace to exclude generated protobuf files from xclippy (#3780)** (147427a)
- **[forge] Remove accidental hard code of forge-compat** (ecfe8ed)
- **[Indexer] Export prometheus metrics (#3717)** (38f0021)
- **[Docs] Removing the -f flag.** (2657ae5)
- **[Docs] Fixing the max gas in another place.** (4e47fe5)
- **[Docs] Code highlight change.** (b4f5e17)
- **[Docs] Code highlight change.** (85d30b5)
- **[Docs] Updating max-gas item in the docs.** (d186f67)
- **tokio select -> futures select (#3763)** (5a0debc)
- **Restore aptos-network-checker (#3740)** (25879ba)
- **update CODEOWNERS for dashboards and gha** (5d0343b)
- **[gha] better pull request title and body** (d0203a1)
- **updated broken move unit test (#3761)** (d3fd282)
- **[futures] pin to 0.3.24 (#3754)** (37baa96)
- **txn emitter followup (#3693)** (24ddaef)
- **[consensus] remove unnecessary async/await** (5550c53)
- **[gha] job to sync grafana dashboards (#3677)** (7556df4)
- **correct coin decimals in example** (517f96b)
- **[codeowners] update CODEOWNERS** (49b2991)
- **[consensus] spawn block retrieval to a dedicated task** (6801d09)
- **[Config] Remove unused config variable.** (1f4a483)
- **[aptos-cli] Bump version to 0.3.3** (6044e7f)
- **Update values.yaml (#3722)** (1483582)
- **Revert "[Aptos Framework][Staking] Validate network and fullnode addresses on-chain (#3672)" (#3735)** (7d48222)
- **[aptos-cli] Have Aptos CLI estimate gas parameters automatically** (8cf3304)
- **Remove errant whitespace. (#3725)** (64ff485)
- **Example to Example command syntax** (06b946d)
- **Update the API server url with /v1** (ad903b8)
- **[CP] Remove Network Status from main nav (#3689)** (0432067)
- **Fixed spelling mistake** (7a22c64)
- **[clippy] Remove clippy warning about deprecated name** (2230587)
- **[community] Create fullnode-only registration. (#3694)** (272bac9)
- **[api] log 4xx status messages at info (sampled) (#3316)** (a8634d3)

### Docs
- **docs: fix restful API endpoint (#3610)** (dd00d5c)

### Chore
- **refactor: remove originalAddress from AptosAclient** (0db2b59)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/aptos-labs/aptos-core?utm_source=github-action)._