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

_247+ commits._

### Features
- **[Account] Added new test for rotate auth key  (#3483)** (65b764d)
- **[scratchpad] simplify the BranchTracker and add comments** (a1a3bab)
- **[crypto+move] add MultiEd25519 Move module (#3552)** (9366413)
- **[indexer] Add exponential backoff to transaction fetcher** (c97ec97)
- **[consensus][smoke-tests] Add consensus fault tolerance test (#2827)** (3a9c6be)
- **Add loop on getting set highest known version** (26e3aeb)
- **[Forge] Add system metrics check back with retry (#3496)** (3a0fb59)
- **[aptos-rosetta] Add some input validation** (22a3e3e)
- **Add TS to the first NFT SDK tutorial (#3428)** (ca6a0a4)
- **[helm] add resource requests for metrics-server, autoscaler, and waypoint (#3472)** (efab9b1)
- **[Storage] Add a metric to show the latency of k/v read inside put_stats_and_indices. (#3445)** (0904fd3)
- **[framework] add a dummy rotation event** (04e39cb)
- **[docs] add korean abstract page for white paper (#3447)** (80045a7)
- **[State Sync] Add backpressure to execute-commit pipeline.** (faf4f05)
- **[Aptos Framework][Token] fully support deletion of TokenData and Token from storage (#3367)** (0e05976)
- **[forge] add new capacity for cluster autoselection (#3432)** (ab95cbb)
- **[framework] add conversion for to and from bytes for certain types** (c14e3af)
- **[aptos-rosetta] Add automatic fee estimation** (85dfd2c)
- **[aptos-rest-client] Add gas estimation** (fe5f1f6)
- **Add override for private key input** (7b2422e)
- **[Aptos Framework][Voting] Add a field to track proposal's resolution timestamp (#3410)** (82b222e)

### Fixes
- **fix: disable no-param-reaasign in TransactionBuilderRemoteABI.build function** (3592c08)
- **fix(ts-sdk): failed to find function in abiMap if address have preceding zeros** (c99b4b5)
- **[CP] Fix flipper redirect (#3585)** (0881671)
- **Minor fix for Korean** (ca31a31)
- **Fix English pdf link** (86420c9)
- **Fix typescript example log** (97c1a90)
- **Fix doc type_arguments** (63a0367)
- **fix aptos fund command** (eb7e4d3)
- **[indexer] Fix logic and remove panics and unwraps** (c35f73f)
- **[indexer] Fix token ownership data to work with batching** (1465e2c)
- **fix: fix the txn waiting bug** (87329f3)
- **fix transfer_coin example** (3c4288c)
- **[CP] Fix spacing issue on Safari due to <style> tag placement** (2c5070c)
- **[Aptos Framework] Fix incorrect hex address value (#3511)** (a72c1cd)
- **[forge] Fix workflow** (2c1e2dd)
- **Fix ecosystem-lint (#3495)** (b29c866)
- **[forge] Handle preemption, fix bugs, add list-jobs command** (9510f36)
- **[aptos-rosetta] Fix gas estimation for Rosetta and cleanup tests** (50d7cba)
- **[ECO] Fix 'attempt to subtract with overflow' (#3465)** (f7ebd16)
- **[aptos-cli] Fix output of voting** (c11321e)
- **[aptos-rosetta/api] Fix simulation of transactions** (9c56fc1)
- **[storage] fix that get_accumulator_summary requires full txn accumualtor** (782f215)
- **[aptos-rosetta] Fix expiry timestamp to use timestamp instead of offset** (cd4893b)

### Backend
- **Update connect-to-testnet.md** (721c0a2)
- **[e2e test] Total voting power being u128 (#3593)** (4b7b672)
- **[storage] test default prune window config** (e2b4362)
- **Update connect-to-testnet.md** (4454c95)
- **use epoch snapshot prune window to determine fast sync snapshot availability** (31b9148)
- **[consensus] Fixed leader election overflow (#3586)** (27d0e97)
- **[forge] decommission old clusters (#3559)** (4940bd0)
- **[code publishing] Optionally generate package metadata for TS SDK and other tools (#3568)** (279066e)
- **Update connect-to-testnet.md** (51a885c)
- **[upgrade docs] Refine documentation for code upgrade (#3560)** (ae4c490)
- **[smoke-tests] Reverting concurrency back (#3501)** (e5eda69)
- **Revert to the original pdf link** (7de22bb)
- **Update in-korean.md** (ee293e9)
- **[CP] Make AIT3 registration positive for flipper (#3574)** (0b22b94)
- **Update first-move-module.md** (f355b17)
- **Update use-aptos-cli.md** (05cb82b)
- **[Indexer] Docker build sf indexer (#3487)** (d6892fd)
- **[Forge] Disable System metrics check as querying prometheus is not stable (#3567)** (f153c7d)
- **Added the prover-test workflow for CI (#3474)** (563e2ab)
- **Success criteria per forge run (#3534)** (92f8b65)
- **[Aptos Data Client] Remove peer id from various metrics.** (9df3de3)
- **[helm][monitoring] tune prometheus for lower memory footprint (#3545)** (16ceddc)
- **[Storage] Use thread pools to make IO operations async. (#3502)** (93b0e89)
- **Update additional-doc.md** (68efea0)
- **telemetry-service: optimize label naming for readability and compatibility (#3519)** (6dc58f8)
- **[gha] bring back forge compat against devnet (#3530)** (22033c7)
- **[helm][monitoring] drop spammy metrics (#3486)** (26b9149)
- **[state sync] spawn_blocking around synchronous executor calls** (f8bf8fd)
- **[framework] Consolidate conversions (#3516)** (6d7b9b6)
- **format** (c3b94d1)
- **[indexer] Allow for failures in ledger info** (d501594)
- **[code upgrade] Verify package dependency policy (#3448)** (f53eddd)
- **Create it3 leaderboard. (#3469)** (b48aeb5)
- **[docs] remove legacy examples** (8c9ffb8)
- **[framework] accidentally committed this file...** (3811ada)
- **[framework] massage byte_conversions into util** (44c8212)
- **[cli] package building point main branch for now** (b23cb7c)
- **Make TS SDK examples use npmjs package** (de84bd6)
- **[docker] upgrade and pin docker base images** (13c4d29)
- **[aptos-cli] Update to version 0.3.2** (2acc669)
- **[aptos-cli] Bump to 0.3.1** (0a69603)
- **watch for token and related doc change** (9e01a43)
- **[devnet] release 08/25** (2eb0b65)
- **[Docs] Calling out Move code upgrade doc.** (006842d)
- **[Docs] Adding sidebar entry and moving the doc to Move Guides section and some editorial fixes.** (83a1881)
- **[Token] use flat map to replace the nested table** (c238d8d)
- **[docs] Concept doc of code upgrade** (84dbcac)
- **Revert "CICD: overhaul secrets management and move from github actions's secret management to GCP Secrets Manager" (#3500)** (c10381f)
- **Bump TS SDK to 1.3.9** (76aaa1e)
- **[aptos-rosetta] Use chain_id-block_height for block hash and remove block hash** (b6c1199)
- **[aptos-rosetta] Allow both hash and index at the same time** (6593edd)
- **[aptos-rosetta] Make all errors 500s** (d014b49)
- **[mempool] update configs for better VFN -> validator throughput (#3363)** (2c3d76b)
- **CICD: overhaul secrets management and move from github actions's secret management to GCP Secrets Manager (#3317)** (a42ea76)
- **Bump TS SDK to 1.3.8 (#3480)** (a25c5a7)
- **Reduce duplication of specialized clients in TS SDK, make transaction submission functions more uniform (#3471)** (a0d8440)
- **[community] Improve project image uploads. (#3436)** (e6e2f9f)
- **[Data Streaming Service] Limit the backlog on data chunks under** (efd3ae5)
- **[Docker] Use rocks db secure storage by default.** (642a77e)
- **[testnet] In privileged mode, log in as root for fullnodes. (#3470)** (675a5d4)
- **[forge] Increase timeout for pre release test** (4839342)
- **[framework] merge guid into account** (ce89cf2)
- **[State Sync] Update state sync dashboards.** (ec1b756)
- **[Docs] Formatting and link fixes. (#3449)** (7c7dabc)
- **[Profiling] Adding spawn_named! macro to name tasks when aptos-console enabled** (e3b5fa1)
- **Fixed the broken script (#3457)** (0669d87)
- **Update README.md (#3462)** (49b81c4)
- **[Move Prover] dependency installation description (#3461)** (fede195)
- **[forge] Typo in workflow file** (14c22eb)
- **[forge] Split up cont jobs into their own workflows** (a96f7fc)
- **Make Rust first-transaction example in dev docs site use the Rust SDK (#2870)** (71c0e71)
- **Update ait3 doc (#3443)** (c8cee31)
- **Update first transaction tutorial with TS SDK (#3190)** (35f6f61)
- **[ECO] Set indexer max batches to 20 (#3446)** (95e9dbb)
- **Create user profile pages. (#3361)** (9092a25)
- **[ECO] Fast Indexer (#3372)** (b19081b)
- **[Txn emitter] Various fixes for the transaction emitter (#3431)** (c10fdde)
- **[aptos-telemetry] Service and client improvements (#3345)** (785ea4c)
- **Update versions.tf (#3311)** (d7153d5)
- **[cli] Enable setting epoch range from the end ( i.e. -2) in analyze validators (#3416)** (cf50711)
- **[Mempool] Tune mempool capacity configuration for AIT/mainnet (#3406)** (7894d93)
- **[helm][aptos-node] option to pass in entire NodeConfig (#3257)** (753738b)
- **[Aptos Node] Improve error messages for config file loading.** (5c06274)
- **[gas] charge gas for writing to storage (#3413)** (be33166)
- **[code publish] Disable module bundle publishing (#3412)** (c250f2f)
- **fixup! store a copy of the state usage for gas schedule** (1d010ba)
- **store a copy of the state usage for gas schedule** (aacefb0)
- **[aggregator] Start tracking supply (#3390)** (bc44bc0)
- **[aptos-rosetta] Cleanup non string u64s in JSON metadata** (bb78a9b)
- **[aptos-rosetta] Cleanup API of unused and optional inputs** (3199c25)
- **[storage] internal indexer syncs to synced version instead of committed version on start up** (ceb641f)
- **Use account address from profile options for CLI** (ee77e3d)
- **[tf][aws] maximize subnset size (#3376)** (d1331e8)
- **[Txn emitter] Reduce log frequency to reduce log volume for Forge (#3401)** (b901006)
- **[Docs] Renaming Korean version.** (0171ea3)
- **[Docs] Korean version of Aptos Whitepaper** (c2fc229)
- **[Docs] Syncing tabs. (#3383)** (690e5ce)
- **[Docs] Adding dark mode picture. (#3379)** (3164fca)
- **Fixing README links (#3330)** (49a1b63)
- **Fixing links in Concepts>Events doc (#3328)** (90a079e)
- **[smoke-test] Disable flaky (#3407)** (4264d52)
- **[Token] Store the token account unders goverance** (2cea63f)

### Chore
- **chore: lower jest version to be compatible with ts-jest** (b86fef2)
- **chore: make TS SDK dual module** (6309ec7)
- **refactor: less buffer copies for signing message** (b8ee664)
- **build: bundling, tree shaking and minimizing TS SDK** (d0a7a0b)

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