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

_195+ commits._

### Features
- **Support the custom boogie file (#3206)** (183d105)
- **Add check if collection exists (#2750)** (c946885)
- **[aptos-rosetta] Add more description to transaction parse failures** (e10c283)
- **[aptos-rest-client] Add richer errors with AptosError codes** (39dc59d)
- **[aptos-rosetta] Add static error messages for errors** (eebcaba)
- **[aptos-rosetta] Add sequence number as input to transaction metadata** (b6ee9e7)
- **[aptos-crypto] Add feature to allow signing arbitrary messages** (52026b3)
- **[docs] add your-first-nft-sdk** (048ca10)
- **[api] Add account not found on list account transactions** (1f8b9cf)
- **[api] Support BCS output for get table item** (ded8798)
- **[api] Add LedgerInfo headers to errors** (602bbfb)
- **[Staking] Add some useful public test functions (#3268)** (02a7f18)
- **[docs] cleanup README and add coverage badge (#2936)** (9f5b23c)
- **[api/ts-sdk] Regenerate files for new error codes** (e226f56)
- **[api] Add documentation** (169683d)
- **[api] Reorder API error codes and add docs** (c44c0cc)
- **[api] Add VM status to submit transaction errors** (572d075)
- **[api] Add error codes to transaction APIs** (665a33a)
- **[api] Add error codes to page operations** (03c19f7)
- **[api] Add error codes to all errors in block APIs** (a4dc2c9)
- **[api] Move basic API to new error system** (a008dab)
- **[api] Add service unavailable code** (99c4186)
- **[gas] update move dependencies and add on-chain gas parameters for table natives (#3250)** (b523770)
- **[Network] Support network compression and maximum network batch bytes. (#3134)** (2a54451)
- **[Data Streaming Client] Add tests for chunking limits.** (f323f91)
- **observability: authenticated remote push metrics support for all metrics (#2951)** (08f37bf)
- **add code owners for execution** (40cd0d1)
- **[api] Use block hash from new block event** (49e2145)
- **[crypto+move] add support for Ristretto255 elliptic curve arithmetic in Move (#2671)** (cca803d)
- **[api] Add BCS output to event APIs** (765821a)
- **[api] Add BCS output for get module API** (841f8d5)
- **[api] Add support for get account resource BCS** (91dbdbf)
- **[api] Update golden files for new bcs commands** (874002a)
- **[api] Add BCS output support for block APIs** (a9a01b8)
- **[api] Add BCS type for block output** (4b87a41)
- **[api] Add BCS output for submit transaction** (b909b66)
- **[api] Add BCS output for simulate transaction** (095d18d)
- **[api] Add BCS for list transactions API** (9b2ee9c)
- **[api] Add support for BCS on transaction lookup** (a82104a)
- **[api] Add BCS output for GetAccountTransactions** (867b08c)
- **[api] Add get modules bcs** (f342568)
- **[api] Add Account resources in BCS** (fe5d296)
- **[api] Add BCS account testing** (1f3913c)
- **[api] Add BCS Account API** (4ce1afa)

### Fixes
- **Fix aws aptos-node tf README regarding region var (#3218)** (5392bf8)
- **[move-examples] fix message board** (7609542)
- **[api] fix up goldens to be less noisy** (9e7b6a6)
- **[gas] fix gas formulae for natives in aptos-framework (#3274)** (10aef1e)
- **[docs] fix coin initialize expects u8 for decimals** (77c524e)
- **[docs] fix up rust** (7a63ffe)
- **cicd: fix humio link** (667793d)
- **bug fix: length++ when !contains** (6ef018a)
- **[gas] fix bug in abstract value size calculation (#3245)** (7f420aa)
- **[community] Fix target for Aptos Wallet external URL on IT3 page  (#3231)** (d4923ec)
- **fix some errors in commands (#3240)** (0d164dd)
- **[aptos-cli] fix recursing to find global config** (d0e1fab)
- **[Aptos Framework] Fix broken unit tests (#3224)** (44d3b29)
- **[scratchpad] fix benchmark build** (982e780)
- **Fix CLI install command for AIT-3 (#3225)** (f9e8759)
- **Fix storage::test_db_restore smoke test (#3114)** (5a35165)
- **[api] Fix error code on unknown block test** (b371114)
- **[api] Fix failpoint misspelling** (5e37cde)

### Backend
- **[storage] simplify wake_and_wait_pruner** (7351edc)
- **[aptos-stdlib] Any type (#3291)** (205d2ef)
- **[on-chain package data] Consolidate on-chain package data (#3281)** (175aeb3)
- **[forge] Deflake main performance test** (cd50503)
- **Added Rotation Capability** (3033c05)
- **[aptos-rosetta] Parse account transfers from raw transaction** (d88654a)
- **[aptos-rosetta] Re-enable transaction verification steps in testing** (c9ec89f)
- **[aptos-rosetta] Finish up Error code conversion** (36f5310)
- **[aptos-rest-client] Rename and move Errors to be more appropriate** (9085062)
- **[api] Implement std::error::Error for AptosError** (b0b0484)
- **temp: update rest client** (36c0e93)
- **[aptos-rosetta] Update errors to match reality** (dbb860e)
- **[aptos-rosetta] Use account transfer instead of coin transfer** (dc13312)
- **[account-address] Make account addresses print lowercase** (de1547c)
- **[docs] rename Aptos Quickstarts to Developer Tutorials** (b2de70d)
- **[docs] make first-transaction-sdk look ready** (6976030)
- **[docs] strip leading whitespace in code-injector** (1dc18d2)
- **[move-examples] modernize HelloBlockchain** (cfb5d7e)
- **[Docs] Fixing CLI install links.** (6d04517)
- **[api] Provide a not found when account doesn't exist on events** (2c37158)
- **cicd: set precise end time in humio logs when job finished** (ca1457a)
- **Chunk large inserts (#3269)** (1e3a522)
- **[api] Regenerate spec with headers in errors** (03f2a1f)
- **[api] Delete unused goldens** (24b7042)
- **Update connect-to-testnet.md** (4c9a7a7)
- **Update connect-to-testnet.md** (79f1255)
- **[code publishing] Improve test speed, ensure error maps are included in build code (#3267)** (3e6a56c)
- **[governance upgrade] Proposal script generator for package upgrade (#3248)** (5601ad6)
- **[docs] fixup python demo** (12e1979)
- **[docs] update typescript** (3c42acb)
- **[api] Regenerate goldenfiles** (89cd902)
- **[api] Don't serialize vm error code if not present** (6f9b791)
- **[api] Remove ledger version from error response** (0d73e16)
- **[api] Ensure Error codes are required on all API errors** (2667538)
- **[api] Remove generated error from str** (48bf156)
- **[api] Update more error codes in transaction APIs** (fe882e5)
- **[transaction] Allow for checking a signed transaction without consuming it** (dc03804)
- **[api] Change all state APIs to use error codes** (dde51b3)
- **[api] Ensure events APIs always have error codes** (b1347bd)
- **[api] Move all Accounts API errors to have error codes** (668e6e5)
- **[api] Move failpoint errors to having error codes** (2f0708c)
- **[api] Standardize not found API errors** (5ad71e8)
- **[api] Update get ledger info error conversion** (beead48)
- **[api] Remove unused param file** (a16fb53)
- **Update config and data paths (#3249)** (e85cb07)
- **[observability] improve humio forge link** (119c78d)
- **Update connect-to-testnet.md** (606fd01)
- **Removing the older, v1, state synchronizer link. (#3232)** (97575be)
- **[CP] Revised AIT3 og:image (#3237)** (29c7974)
- **[CP] Update AIT3 Medium url within node registration flow (#3238)** (0ef31dd)
- **[storage] use the correct pruner to determine data availability** (d8e23e3)
- **[storage] delete ledger_counter and clean up (#3213)** (f1d4477)
- **[table] upgrade the handle to 32 bytes** (30a1577)
- **[move] update dep to pull in table handle change** (a35ae0e)
- **[errormap] Move error maps into bytecode metadata. (#3220)** (afe23cd)
- **[python-sdk] fixup for poetry** (e86a127)
- **[ts-sdk] allow for test filtering** (dfa6fea)
- **Update Medium link for AIT-3 (#3241)** (a983f1f)
- **[OWNERS] Update code owners for important directories under aptos-move (#3236)** (4c1a8a5)
- **Update connect-to-testnet.md** (a6d455e)
- **[Governance] Allow stakers who have a lockup but are not part of active validator set vote (#3210)** (13eded4)
- **Update steps-in-ait3.md** (674201e)
- **Update connect-to-testnet.md** (f03f4c8)
- **Update connect-to-testnet.md** (b9601f9)
- **[api] Remove unused old BCS type** (2872f8a)
- **[docs] make download AptosFramework step more clear (#3209)** (bcb3034)
- **[api] Update generated SDK** (885a98d)
- **[aptos-cli] Remove recursive TransactionSummary conversion** (2d777fa)
- **[aptos-cli] General cleanup of Move CLI docs and inputs** (5f4cdb6)
- **[aptos-cli] Reorder move input arguments** (502a039)
- **[aptos-cli] Use TransactionSummary for all operations that can** (5a49d48)
- **[aptos-cli] Cleanup TransactionSummary and remove changes** (908fa5c)
- **[aptos-cli] Stop cloning strings in recursive calls for Move package** (3c771b8)
- **[aptos-cli] Remove all unnecessary clones** (1db5148)
- **[aptos-cli] Remove unnecessary cloning** (c7b876b)
- **[CP] Update Titles, Meta Images and Descriptions for AIT3 (#3204)** (e884fbb)
- **Make api::TransactionInfo fields right (#3189)** (a626999)
- **[Docs] AIT-3 dates. (#3223)** (1e33fef)
- **Update selection deadline copy. (#3221)** (bb10ab0)
- **Remove other irrelevant checks from AIT3 NHC example config** (352ef57)
- **[api] Revert changes to get modules output for JSON** (0e5b5b3)
- **[api] Remove old BlockInfo** (7c9b809)
- **[testsuite] Convert BCS smoke test to a real smoke test** (e4d1501)
- **[api] Disallow BCS on individual object queries** (1e1e671)
- **[api] Disable BCS as an input for encode submission** (d5ea26a)
- **[api] Update Module APIs to use a mapping of moduleid to bytecode** (637a19c)
- **[api] Allow proper mime type and old mime bcs type** (9ee8483)
- **[api] Replace IndexResponse with flattened ledger info** (ccefa27)

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