## aptos-labs/aptos-core — wallet-v0.1.3…wallet-v0.1.4

_453+ commits._

### Features
- **[smoke-test] Add comprehensive rosetta block & balance test** (3858a0c)
- **doc: add ABI usage tutorial** (e38af3d)
- **[framework] add data structures for account cap offers** (60313ec)
- **[Genesis] Collapse all validator configs into a single struct and add support for separate accounts (#2937)** (1fa263b)
- **[CODEOWNERS] Add codeowners for CLI, SDK, Rosetta (#2907)** (82750d6)
- **[dashboards] Add filters to system dashboard (#2833)** (bbb558b)
- **[forge] Rename workflow, try out chaos suite, new cluster** (9d69795)
- **Regenerate API spec and SDK client, add retries to sdk-release** (936b1dc)
- **[cli][consensus] Add analyze-validator-performance to node cli (#2364)** (7052dcb)
- **add table::upsert** (3d783c9)
- **Add Golang change for SDK builder** (bbf4686)
- **[TS][SDK] Add /v1 if missing automatically (#2837)** (d7cd714)
- **[api] Add get block by version (#2826)** (6257c54)
- **feat: expose method to create a raw txn out of a txn payload (#2831)** (83c0cb4)
- **[storage][pruner] Add more tests for storage config (#2820)** (ded744f)
- **[API] Add /-/healthy endpoint, expose error type (#2779)** (ca409a2)
- **Add files via upload** (2d937c3)
- **Add files via upload** (e8aa103)
- **[mempool] add txn duplicates to dashboard (#2794)** (1570509)
- **[Consensus] Add unit tests for failing empty signature verification (#2754)** (82fb0e7)
- **[api / aptos-rosetta] Add a get block API (#2737)** (b0fe7ea)
- **[State Sync] Add support for counting the num of persisted state values.** (a29e878)
- **[Forge] Add criteria for checking validator/FN restart as success cri… (#2742)** (c9bef2d)

### Fixes
- **[deps] Remove diesel patch warning** (38d437b)
- **[fix] fix async_proof_reader compile (#2961)** (2a66db4)
- **fix backup** (6641253)
- **fix typo in CONTRIBUTING** (502bdd0)
- **Fix multiagent txn test in TS SDK (#2880)** (a12d9ea)
- **[telemetry] Fix naming (#2864)** (33285d6)
- **[consensus] fix the network queue order** (8988eab)
- **[Forge] Fix validator restart checkin in performance test (#2875)** (036906b)
- **Fix spec generation in sdk-release** (c693b0c)
- **Fix error when sort param is malformed. (#2808)** (6f517cd)
- **[storage][pruner] Fix the config to enable ledger pruner (#2814)** (df49e35)
- **[lazy_db] fix of unsynced snapshot (#2783)** (2467ce1)

### Backend
- **[aptos-rest-client] Change get-block-info for the rest client** (734c6e1)
- **[forge] Dont schedule forge on main push take 2** (d18acd2)
- **[safety-rules] reduce the log level** (299d9e8)
- **[consensus] change a few log levels** (6e34e78)
- **[consensus] fallback to state sync if commit root falls behind too much** (f9fd252)
- **[docs] Updating the wallet guide for bcs change (#2963)** (c054404)
- **Revert "[forge] Stop running forge on main, rely on continuous"** (93c3193)
- **Revert "[forge] Also exclude builds from canary / auto branch"** (2ee1948)
- **[framework] Adjust coin module decimal type (#2935)** (341ae12)
- **[forge] Also exclude builds from canary / auto branch** (c0f9296)
- **[forge] Stop running forge on main, rely on continuous** (95ba7b4)
- **[Storage] Merge state sync calls.** (219b78d)
- **Update API CHANGELOG.md** (b76c62f)
- **Make sdk-release work on high-perf-docker (#2957)** (638c96c)
- **Run sdk-release on high-perf-docker with correct volume usage (#2955)** (33d3230)
- **Run sdk-release on ubuntu-latest** (b7f8f0f)
- **Create /tmp in sdk-release CI** (9184cdf)
- **Run sdk-release CI on high-perf-docker** (696313b)
- **[Genesis] Update the non-test genesis flow to destroy aptos framework account's mint capability (#2917)** (bcc1bd1)
- **[CONTRIBUTING] Updated contribution docs** (be63328)
- **Remove spec generator container after each run** (90c2330)
- **Remove --name from spec generator image runs** (5705e5c)
- **[Aptos Framework][Staking] Limit amount of stake that can join every epoch (#2786)** (7c0b9fc)
- **[move-e2e-tests] remove archaic move serialization** (9e37bd4)
- **[framework] clean up account.move** (4a7cb48)
- **Update hello_blockchain.ts (#2927)** (1b42557)
- **[Networking HC] Reseting HC failure count on ingress HC request** (2c34be2)
- **cicd: limit test threads in coverage run to avoid OOM (#2915)** (d708330)
- **Delete aptos_whitepaper.pdf** (ca068ba)
- **eliminate possible race, overwriting with false (#2916)** (fedcc97)
- **[framework] enable freezing of coin (#2912)** (477139d)
- **don't preemptively return threads upon detecting possible module publishing race (#2876)** (07693de)
- **Update first-dapp.md (#2797)** (1a1f176)
- **[aptos-cli] Improve documentation of common types** (a6944fc)
- **[aptos-cli] Update documentation for key tool** (3989be9)
- **[aptos-cli] Update documentation in the Genesis tool** (b9edf8a)
- **[aptos-cli] Cleanup documentation on Account commands** (66747bb)
- **[aptos-cli] Consolidate and make top level command docs consistent** (4c32b9e)
- **[move] bump move version (#2909)** (9508ac1)
- **[aptos] expose prover error (#2904)** (d35ca2a)
- **[Framework][API] Remove the deprecated gas_currency_code field (#2902)** (b9116af)
- **Finish BLS signature Move submodule (#2659)** (208a15e)
- **[helm][autoscaler] tune scale down time to 30 min unneeded** (358b392)
- **[forge] tune the timeout for waiting for nodes provisioning** (e432b3a)
- **[Aptos Framework][Genesis] Update genesis to only initialize core resources account for tests/testnets (#2842)** (ec3ed05)
- **Make FaucetClient async (#2866)** (a40f74e)
- **[Aptos Framework][Staking] Simplify with_cap functions (#2884)** (46938e8)
- **[observability] disable hyper debug logs in forge** (67f5095)
- **Update use-aptos-cli.md (#2896)** (181dd7f)
- **[forge] create land-blocking test with 20 validators and 10 VFNs (#2587)** (1ae08d2)
- **release 08/11 (#2878)** (2c18669)
- **[vm] Deltas in sequential execution (V1) (#2429)** (7fc6534)
- **cicd: report coverage even when tests failed** (7192ea2)
- **doc: info about how to use SDK with devnet and local network** (af58a73)
- **[helm] write docs and use helm-docs to generate README (#2359)** (55dcf87)
- **[dashboard] remove broken key from API dashboard (#2877)** (e3014b9)
- **[observability] use custom all value for pod name query variable to a… (#2885) (#2772)** (afb5d4d)
- **[Aptos Framework] Table with aggregator length and optional aggregator (#2706)** (91d138f)
- **use js optional chaining operator** (f042b08)
- **[observability] use custom all value for pod name query variable to a… (#2885)** (018dc8a)
- **Skip multiagent transaction test while broken** (d9d9b86)
- **Update TS dev docs site examples for v1 API (#2838)** (2e9f14d)
- **Improve help messages in sdk-release CI** (cee10a1)
- **Update guide-for-system-integrators.md (#2788)** (160fb0c)
- **Update TS dev docs site examples for v1 API** (df32bb3)
- **[API] Log per-endpoint metrics based on operation_id (#2781)** (8c6a8a3)
- **[Indexer] Stream full blocks instead of transactions (#2821)** (def7943)
- **[mempool] avoid excessive logging (snapshot, excluded txns) except at trace level (#2846)** (575df00)
- **Update docs to use coins::register** (c158a9b)
- **[helm] update default value for genesis (#2861)** (a5e6259)
- **[community] Integrate with wallet to determine owner key. (#2714)** (7ee2e5e)
- **Don't rely on lockfile in dev docs examples** (94b9a43)
- **[vm] remove out of date preload_cache** (3c96e3a)
- **[perf] cache txn size** (39711e6)
- **[bls] use bitvec instead of vec<bool>** (942e5b7)
- **[bitvec] increase the maximum to u16::max** (f5fd629)
- **[SDK] enable string txn arg in sdk builder** (a0e367f)
- **Replace CircleCI badge with Github** (7aadce6)
- **[aptos-cli] Use current directory for workspace .aptos if it doesn't exist (#2845)** (74c325b)
- **Switch Rust tooling over to v1 API (#2721)** (c5d09cc)
- **Regenerate API spec and TS client following block version API addition** (36d8af6)
- **[gas] bump max_transaction_size_in_bytes to 10 MB (#2829)** (b74339e)
- **Use wait-on instead of wait-port in sdk-release CI** (cc6d56a)
- **[Docs] Missing links and typos. (#2834)** (6c494bd)
- **[aptos-telemetry] dockerfile for telemetry service (#2725)** (679d12f)
- **[Docs] Aptos white paper. (#2823)** (8514afb)
- **[move] added gas metering for SipHash and moved to aptos_std (#2801)** (4f13bc0)
- **[Docs] Fixing nav bar link in the docs and window title for the spec. (#2817)** (7f0ed85)
- **Update docusaurus.config.js** (72cd75e)
- **Regenerate TS SDK client following block spec changes** (a8910ff)
- **[Docs] Clarifying port settings for nodes. (#2766)** (11c4266)
- **Upload the Aptos whitepaper.** (8330666)
- **[storage] trivial: remove unused DbWriter apis** (80683ee)
- **fixed calc error when token royalty denomintor is zero** (65448b4)
- **[storage] trivial: remove unused config** (1ec0189)
- **Rearranged the rewards formula in the stake module (#2722)** (f2bd9ec)
- **[storage] Use default values for pruner when not provided (#2793)** (fecc513)
- **[api] Have OpenAPI spec html page use correct path (#2790)** (8efb600)
- **[smoke-tests] Move local forge tests to local swarm tests (#2760)** (7586013)
- **Update getting-started.md** (dc4a735)
- **[docs] update getting started** (b9f52d3)
- **[docs] remove api as it duplicates a lot of getting started** (d0358a0)
- **[aptos-telemetry] telemetry service client integration (#2763)** (cf0bc2e)
- **[validator set] update the validator verifier to use index instead of relying on address ordering** (dc3b4ea)
- **[validator set] remove the sort by address** (408fe25)
- **[scratchpad] remove SMT::serial_update()** (3ba72aa)
- **[aptos-telemetry] Big query ingestion endpoint (#2676)** (14eadcd)
- **[storage/api] Ensure oldest version provided to users can be queried (#2768)** (de5e96d)
- **[tf][aws] increase root volume size** (85d7874)
- **[SF] remove protoc dep library from build (#2777)** (55958aa)
- **[indexer] Upgrade sf-stream proto generation (#2728)** (cda6bb5)
- **[gas] revert the default gas numbers back (#2771)** (3a45b32)
- **[aptos-cli] Bump CLI version to 0.2.4 (#2770)** (36ffef9)
- **[storage][pruner] Incrementally prune transaction accumulator (#2734)** (90b598b)

### Chore
- **chore: copyright TS SDK** (47f5d22)

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