github aptos-labs/aptos-core aptos-cli-v7.6.0
Aptos CLI Release v7.6.0

latest releases: aptos-node-v1.35.1-rc, aptos-node-v1.35.0-rc, aptos-node-v1.34.3-hotfix...
2 months ago

Commits

  • 995dda1: [precommit] re-enable (Zekun Li) #16430
  • 5acc4c6: [pipeline] enable the local flag (Zekun Li) #16430
  • 4ace4e7: [pipeline] add support for order vote disabled (Zekun Li) #16430
  • 1ad348c: fix issue #16195 (#16441) (Jun Xu) #16441
  • 7b5f158: [compiler] Fixing a bug in inferred type defaults (#16469) (Wolfgang Grieskamp) #16469
  • 5a98989: [compiler] Fixing cyclic type replacement leading to stack overflow (#16473) (Wolfgang Grieskamp) #16473
  • d641f20: [compiler] Ensure that all arguments of lambda are curried (#16474) (Wolfgang Grieskamp) #16474
  • db82295: [compiler-v2] Do not warn if native structs have unused type params (#16157) (Vineeth Kashyap) #16157
  • 17a8317: [stateless_account] add feature gating to account api (#16475) (Aaron) #16475
  • 9bb1861: config_buffer fix (#16480) (zhoujunma) #16480
  • 595f2ee: Add TransactionPayloadInner variant in TransactionPayload (#16299) (Satya Vusirikala) #16299
  • 54901bb: we need to separate aptos-experimental workloads separately, as it is only on devnet (#16466) (igor-aptos) #16466
  • 94ce3ff: [compiler-v2] Reorder compiler passes (#16482) (Vineeth Kashyap) #16482
  • 47af10a: [lint] Fix a false positive for needless mutable reference linter (#16488) (Vineeth Kashyap) #16488
  • e85fbda: fix txn-emitter - check secondary source account existance (#16467) (igor-aptos) #16467
  • e9f3e90: Ethereum DAA implementation (#16367) (Maayan) #16367
  • ec4e960: [CLI Movefmt] Added support to format single file (#16472) (Jake Silverman) #16472
  • b8db7aa: Update version pin on snok/install-poetry (Stelian Ionescu) #16496
  • fefd397: [CLI Movefmt] Fix bug where movefmt runs over curr directory if package path given does not exist (#16489) (Jake Silverman) #16489
  • 8fb1ad5: address igors comments (#16498) (Maayan) #16498
  • 123cfbe: delete println for debug (#16502) (Aaron) #16502
  • 193cbb1: update cli-e2e-tests poetry version (Aaron) #16504
  • ceea603: fix cli-e2e-test after defaulting fa store & stateless account (#16486) (Aaron) #16486
  • 22918df: [function values][api] Implement missing signature token conversion (#16505) (Wolfgang Grieskamp) #16505
  • 6db0d9b: [lint] Fix false positive in self assignment lint check (#16490) (Vineeth Kashyap) #16490
  • 73d1386: [compiler-v2] Fix function type display (#16481) (Vineeth Kashyap) #16481
  • 7a17af0: rest-client prints text error (#16508) (Alden Hu) #16508
  • 21a9e2b: fix 16407 (#16476) (Teng Zhang) #16476
  • 8b7ca41: [compiler-v2] Provide error hints when trying to call a closure via field access (#16511) (Vineeth Kashyap) #16511
  • 5cd813f: Transaction validation for orderless transactions (#16307) (Satya Vusirikala) #16307
  • 082d0ac: [compiler-v2] Fix type checking of returns within lambdas (#16514) (Vineeth Kashyap) #16514
  • 8a41be5: Adding closure related tests. (#16436) (Vineeth Kashyap) #16436
  • 16808c7: Storage, API and Protos changes for orderless transactions (#16252) (Satya Vusirikala) #16252
  • 82ee58e: [compiler-v2] Update unused variable checker (#16507) (Vineeth Kashyap) #16507
  • 6508e33: add test txns (#16510) (Renee Tso) #16510
  • c9c0197: Allow txn-generator-lib to use new language features (#16500) (igor-aptos) #16500
  • 1e53167: Add info for debugging conflicts (#16372) (igor-aptos) #16372
  • 519a237: fix bug 16155 (#16497) (Jun Xu) #16497
  • 5fa31e6: [debugger] release sender lock early (#16503) (Alden Hu) #16503
  • dde3795: Update confidential asset transfer to use dispatchable_fungible_asset (#16525) (Oliver He) #16525
  • 6a0e693: [api] fix account txn api after stateless account (#16517) (Aaron) #16517
  • c4b2790: Update Docker images (gedigi) #16531
  • tolerate missing cfs when open read-only (#16536) #16536 (Alden Hu)
  • 27a8eec: [Indexer-Grpc-V2] Latency metrics. (#16529) (Guoteng Rao) #16529
  • 8c0b5cf: [compiler-v2] Compiler checks for various reference of a reference (#16527) (Vineeth Kashyap) #16527
  • c6c2099: using new language features for aptos-experimental (#16523) (igor-aptos) #16523
  • 07ff0fd: [scripts] Remove extra scripts (#16457) (Greg Nazario) #16457
  • a96e4ee: replay-on-archive: remove hack to ignore failure on first txn of each chunk (#16515) (Alden Hu) #16515
  • 173c4ed: BlockSTMv2 PR [1/n]: scheduler_status and tests (#16447) (Rati Gelashvili) #16447
  • 8fb4961: Update x25519-dalek to use a version with zeroize 1.6 (#16499) (Oliver He) #16499
  • 55b3c65: [Rust] Update Rust version to 1.80.1 (Josh Lind) #16541
  • 3d79578: [compiler-v2] Error on returning nested tuples (#16540) (Vineeth Kashyap) #16540
  • 91e2205: [trivial][compiler-v2] Raise error when implicitly packing a wrapper struct defined in another module (#16544) (Teng Zhang) #16544
  • 02db872: Fix error code in ristretto255_bulletproofs (#16542) (Oliver He) #16542
  • c984ec2: [exec-pool] Enable new ConsensusMsg::BlockRetrievalRequest (#16142) (Andrew Hariri) #16142
  • a03a618: Add URI field to the evm daa abstract signature (#16524) (Maayan) #16524
  • 6ef1741: Fix transactional tests when aptos-experimental uses some new FV features (#16555) (igor-aptos) #16555
  • 4da6668: [observer] fix if let scope for mutex (Zekun Li) #16570
  • ab93b85: [Experimental][Orderbook] Add market APIs for the orderbook (#16520) (Sital Kedia) #16520
  • a13363f: [pipeline] abort pending persisting blocks properly (Zekun Li) #16573
  • e14efe6: Rust 1.86.0 (#16568) (Greg Nazario) #16568
  • 9764d55: [Experimental][Orderbook] Update the clearinghouse APIs (#16580) (Sital Kedia) #16580
  • 0675d0d: [fuzzer] Added samply as alternative to flamegraph and bumped arbitrary (#16530) (Andrea Cappa (zi0Black)) #16530
  • 55e4f52: Make --chunked-publish usable on all networks (#16557) (igor-aptos) #16557
  • 53c2d87: struct StateSlot: Option with hotness (aldenhu) #16563
  • 102bc3a: Enlarge HotState (#16571) (Alden Hu) #16563
  • 4a79726: refine (aldenhu) #16563
  • 4723413: Use chunking in txn generator lib (#16575) (igor-aptos) #16575
  • f9f7dfe: [vm] Enhance event construction (#16561) (George Mitenkov) #16561
  • 1bfecca: update num-derives num-traits (#16598) (Alden Hu) #16598
  • edd50f0: Refactored prefetch_aptos_framework to utilize cfg_if! for improved clarity and maintainability. (#16591) (Andrea Cappa (zi0Black)) #16591
  • 5197a2b: [Consensus Observer] Fix parent pipeline futures in CO. (Josh Lind) #16603
  • 4f09b3b: Bump gas version to V1_31 (#16566) (Satya Vusirikala) #16566
  • 2dd9c73: fix api/types/src/derive.rs example address (#16613) (Logan Wang) #16613
  • cc83529: [Orderbook] Add re-insert API and cleanup cancel API (#16604) (Sital Kedia) #16604
  • e2f3a57: [vm] Improve init_module error messaging when building packages and running code (#16546) (George Mitenkov) #16546
  • fc0ccb5: Revert "replay-on-archive: remove hack to ignore failure on first txn of each chunk (#16515)" (#16615) (Alden Hu) #16615
  • b1a380f: [Experimantal][Orderbook] Clean up clearinghouse APIs and remove max_settlement_size API (#16618) (Sital Kedia) #16618
  • 9cfb33b: [vm] Transactional tests for VM are now configurable (#16552) (George Mitenkov) #16552
  • abe3bea: [refactoring] Lazy loading preparation (#16394) (George Mitenkov) #16394
  • 0828a59: [vm] Remove raw address display (#16549) (George Mitenkov) #16549
  • a6716c0: [testing] Support for printing function values in transactional tests (#16538) (George Mitenkov) #16538
  • 6d52179: [compiler-v2] Remove copy progpagation (#16608) (Vineeth Kashyap) #16608
  • 02486f4: Make maximum transaction filter size configurable (#16632) (Justin Chang) #16632
  • 9922930: Add API key support to aptos-release-builder (#16627) (Satya Vusirikala) #16627
  • 3a9aa92: Refactor Status: comments, queue manager (#16596) (Rati Gelashvili) #16596
  • e0e49d0: [trivial] Fix outdated error message for invalid optimize option (#16635) (Vineeth Kashyap) #16635
  • 68a49d5: [compiler-v2] Disallow lambda lifting in functions (#16634) (Vineeth Kashyap) #16634
  • 938e35b: Typo in nonce_validation (#16639) (Satya Vusirikala) #16639
  • c4dbe7f: [smoke-test][optqs] remote batch fetch from block voters (#16163) (Balaji Arun) #16163
  • a5bb32d: [Experimental][Orderbook] Remove unique index from the order placement API (#16630) (Sital Kedia) #16630
  • aafb7c2: [Consensus Observer] Fix subscription metrics. (Josh Lind) #16600
  • dac0205: [Consensus Observer] Add and check fallback metric in forge. (Josh Lind) #16600
  • e99fdd5: [forge] print all errors together on test failure (#16640) (Balaji Arun) #16640
  • c351fab: Remove obsolete version field from Docker compose files (Stelian Ionescu) #16647
  • ebdfadf: [ScriptComposer] Remove the usage of Fetch and rely on an externally passed-in Module (#16610) (Logan Wang) #16610
  • 42c8f69: [Consensus Observer] Rename ActiveObserverState to ObserverEpochState. (Josh Lind) #16597
  • 7b2f66e: [Consensus Observer] Add ObserverBlockData struct and move functions. (Josh Lind) #16597
  • 6d2aa02: [Consensus Observer] Add unit tests for block data. (Josh Lind) #16597
  • 3ada356: [Forge] Increase consensus observer fallback thresholds. (Josh Lind) #16597
  • 8e7ecb3: [release] Bump Version Workflow (Balaji Arun) #16648
  • 6ff41a5: [telemetry] export package version (Balaji Arun) #16648
  • 00e0d4d: enable_perkey_jwk_consensus (#16445) (zhoujunma) #16445
  • d290c2f: Add the account restoration processor to local net (#16655) (Oliver He) #16655
  • c0b9a78: [move][docs] fixed confidential_transfer (#16650) (dovgopoly) #16650
  • c1ed1c7: Fix inline for_each* methods in OrderedMap and BigOrderedMap (#16651) (igor-aptos) #16651
  • e6c1a9c: [smt] Use partition_point for partition (wqfish) #16626
  • 32ef767: [Compiler-v2] Do not allow parameters with function types in inline functions to be used as regular parameters (#16478) (Teng Zhang) #16478
  • 6d54f0f: [compiler-v2] Check privileged enum operations outside the defining module (#16652) (Vineeth Kashyap) #16652
  • 997dd0f: [Experimental][Orderbook] Add API to decrease the size of the order without changing its priority (#16621) (Sital Kedia) #16621
  • 53a8ac3: [storage] Add a new sparse merkle tree representing hot state (wqfish) #16629
  • cbd759a: [storage] add column family and db schema for hot state (wqfish) #16641
  • 3a142f5: [Compiler] Catch borrow of tuple at expression builder time (#16661) (Jake Silverman) #16661
  • 8366dc7: [storage] Add hot state kv db (wqfish) #16658
  • e208003: [co] reduce subscription refresh interval in forge (Balaji Arun) #16537
  • 3b8c28a: [forge] 8 blk/s target for realistic env tests (Balaji Arun) #16537
  • cc69705: [consensus] config updates for 8 per sec block rate (Balaji Arun) #16537
  • 819ad89: [consensus] reduce round timeout to 1sec from 1.5s (Balaji Arun) #16537
  • c6ba49d: [Compiler] Fix bug relating to inferring enum variant during is check (#16577) (Jake Silverman) #16577
  • fa0b019: [fuzzer] Add fuzzer for TypeTag to string conversion (#16663) (Marco Ilardi) #16663
  • 1d66638: [move-package-manifest] initial implementation (#16564) (Victor Gao) #16564
  • fbfde35: [Experimental][Orderbook] Add support for rejecting self-trade (#16645) (Sital Kedia) #16645
  • 82f50b5: [CI/CD] Fix cargo sort version on install. (Josh Lind) #16680
  • dc72bbe: [vm] Single signature loading (#16636) (George Mitenkov) #16636
  • a72a4b3: [vm] Event validation with closures (#16638) (George Mitenkov) #16638
  • 50e7293: fix (#16681) (Teng Zhang) #16681
  • 0509ff0: Pin cargo-sort version (#16685) (Justin Chang) #16685
  • 4b7e0a6: [compiler-v2][trivial] correctly parsing friend inline (#16673) (Teng Zhang) #16673
  • 762d354: [Block Executor] Capturing MetadataAndSize, no default API forwarding. View changes [1/4] (#16246) (Rati Gelashvili) #16246
  • c05db08: recalibrate for FA migration flags (#16689) (igor-aptos) #16689
  • 933eb5c: executor benchmark improvements - summary of events and recalibration (#16677) (igor-aptos) #16677
  • 0cf2b17: [compiler-v2] Use BFS to check inline functions in need_to_be_friended_by (#16675) (Teng Zhang) #16675
  • 4797528: [compiler-v2] Warning for unusable public inline functions (#16671) (Vineeth Kashyap) #16671
  • 0162281: [tests] Tests for function values and aggregators (#16656) (George Mitenkov) #16656
  • de15f93: fix (#16690) (Teng Zhang) #16690
  • 3ecf1c0: reject_invalid_dkg_result (#16706) (zhoujunma) #16706
  • 8d314f5: [forge] era as random hex (#16710) (Rustie Lin) #16710
  • 9801516: [Indexer-Grpc-V2] Implement backfill tool. (#16672) (Guoteng Rao) #16672
  • 75c3197: [storage] avoid opening hot state db in readonly mode (wqfish) #16718
  • ead1a2d: [Orderbook] Update the APIs for better spot support (#16676) (Sital Kedia) #16676
  • 02dfcd3: [Transaction Filter] Add block epoch based filtering. (Josh Lind) #16701
  • c90e300: [Transaction Filter] Add MatchesAllOf filter. (Josh Lind) #16701
  • fdf8d73: [Transaction Filter] Add and clean up filter tests. (Josh Lind) #16701
  • 86833a3: [rand] add logs for seed (Zekun Li) #16722
  • f2da846: [vm] Refactor function value layouts (#16682) (George Mitenkov) #16682
  • 03d94d3: Reapply "replay-on-archive: remove hack to ignore failure on first txn of each chunk (#16515)" (#16615) (#16720) (Alden Hu) #16720
  • 1adc0f0: [IndexerFN] Update the timestamp conversion to avoid overflow. (#16732) (Guoteng Rao) #16732
  • 66bef0f: Connect HotState with ReadWriteSummary (#16485) (Alden Hu) #16485
  • 935fbb1: [compiler-v2] Handle function values that are referring to functions like vector::empty (#16730) (Vineeth Kashyap) #16730
  • d73ebf0: [compiler-v2] Remove unused visibility checker as a stackless bytecode pass (#16704) (Vineeth Kashyap) #16704
  • 9927f30: [Indexer-Grpc-V2] Break after maximal retries. (#16733) (Guoteng Rao) #16733
  • 8d334a2: [lint] Update linter API (#16708) (Vineeth Kashyap) #16708
  • 758add4: allow utf-8 characters in comments (#16712) (Jun Xu) #16712
  • a4ab7b0: [Orderbook] Various fixes to ensure cleanup is always being called (#16725) (Sital Kedia) #16725
  • 1e2d9c5: change to public entry function (#16744) (Maayan) #16744
  • 433e7cd: [vm] Make mutable references invariant (#16691) (Vineeth Kashyap) #16691
  • 3a761c6: [tests] Module event tests for storable closures & invariants (#16740) (George Mitenkov) #16740
  • ec604d0: Fix unused import warning (wqfish) #16746
  • 9deff6e: Orderless txns fix (#16741) (Satya Vusirikala) #16741
  • 8082644: [compiler-v2] Make mutable references invariant in the complier (#16692) (Vineeth Kashyap) #16692
  • edbc01e: BlockSTMv2 PR [2/n]: SchedulerV2 & tests (#16637) (Rati Gelashvili) #16637
  • 6d5f457: [Move prover] Support explicit cast operation in the spec language for bitvector number types (#16693) (Teng Zhang) #16693
  • c6e47d9: [cli] Bump to 7.4.0 (#16751) (Vineeth Kashyap) #16751
  • db6e779: [Priority Fee] Add feature flags. (#16759) (Guoteng Rao) #16759
  • 54c12ed: [faucet] Allow setting API key / headers (#16763) (Daniel Porteous (dport)) #16763
  • 8d476ee: big ordered map improvements (#16643) (igor-aptos) #16643
  • b615530: add translation into invoke (#16694) (Teng Zhang) #16694
  • 311fe2c: [compiler-v2] Fix bytecode generator's generation of args (#16771) (Vineeth Kashyap) #16771
  • 3ccc0c1: [Compiler] Fix issue of return signature of borrow of tuple not caught during type checking (#16768) (Jake Silverman) #16768
  • 466b0d5: [rosetta] Add module events for parsing (#16766) (Greg Nazario) #16766
  • 3fb7bd6: [cli] Update paths for CLIs to be updated (#16784) (Greg Nazario) #16784
  • 8373477: [rosetta] Add support for aptos_account::transfer_fungible_assets (#16311) (Greg Nazario) #16311
  • 63ea456: [replay-verify][hack] split heavy ranges (#16653) (Alden Hu) #16653
  • f2ce6cc: [gitignore] gha auth (#16769) (Rustie Lin) #16769
  • 88c55d8: [cli] Update CLI build script to run with SH, and more platforms (#16739) (Greg Nazario) #16739
  • 5cd5d86: BlockSTMv2 PR [3/n]: executor refactors for integration preparation (#16734) (Rati Gelashvili) #16734
  • 03fe57e: Update Docker images (gedigi) #16696
  • 8454749: [Prover] code refactor for bitwise operation analysis (#16785) (Teng Zhang) #16785
  • 7a54a24: [migration] optimize for CoinStore (#16660) (Aaron) #16660
  • 5762524: remove generic parameter for ActiveVestingContractAbortsIf as it overrides the VestingContract type (#16054) (Maksim Kurnikov) #16054
  • f0c7e0e: [Priority Fee] Move some BlockEpilogue logic into executor. (#16760) (Guoteng Rao) #16760
  • 05f4a50: [pipeline] impl Drop to ensure futures are properly gc'ed (Zekun Li) #16802
  • 3089ded: Add fill_id and halt event functionality (#16748) (dzlk17) #16748
  • d582b16: [refactoring] Remove display for tags (#16747) (George Mitenkov) #16747
  • 73749ea: [tests] Add tests for Any and function values (#16790) (George Mitenkov) #16790
  • 3a7db51: [forge] bump deployer version (#16212) (aptos-bot) #16212
  • 57d1641: [gas] bump gas version to v1.32 (#16831) (Balaji Arun) #16831
  • f7a17a6: [vm] Support gas meter in native functions (#16774) (George Mitenkov) #16774
  • 05ee3be: [vm] Visibility checks refactoring and tests (#16799) (George Mitenkov) #16799
  • 9967db4: bump release version (#16788) (Balaji Arun) #16788
  • ed1c5be: Get data to exchange ID->value from local captured reads (#16176) (Rati Gelashvili) #16176
  • 9564857: [Transaction Filter] Add AccountAddress filtering support. (Josh Lind) #16713
  • 60359e4: [Transaction Filter] Add AnyPublicKey filtering support. (Josh Lind) #16713
  • 467c231: [Transaction Filter] Add simple tests for account filtering. (Josh Lind) #16713
  • 830b0a7: [Transaction Filter] Add simple tests for public key filtering. (Josh Lind) #16713
  • f448787: [tests][compiler-v2] add tests for enum and function values (#16824) (Teng Zhang) #16824
  • 453d647: Graceful when concurrent FA disabled (#16756) (igor-aptos) #16756
  • 393f205: Remove Sync trait bound from ExecutorTask (Jeeyong Um) #16154
  • 294be2d: [cli] Upgrade windows builds to 2025 (#16842) (Greg Nazario) #16842
  • d0ecfcd: Allow selecting the cluster for forge-continuous-land-blocking (Stelian Ionescu) #16848
  • 4fc3625: [Gas] Bump gas version to v1.33 (Josh Lind) #16834
  • be5ce7a: update localnet indexer (#16847) (Yuun Lim) #16847
  • aac45fb: [cli] Release 7.5.0 (#16853) (Greg Nazario) #16853
  • 011db62: add nft testing txns (#16193) (Yuun Lim) #16193
  • 96fa267: BlockSTMv2 PR [4/n]: Revamped combinatorial concurrent testing, cover code cache (#16738) (Rati Gelashvili) #16738
  • 9808f43: [consensus] optimistic proposal core implementation (#16126) (Daniel Xiang) #16126
  • 3508c25: [Priority Fee] Add new types. (#16804) (Guoteng Rao) #16804
  • 8d2c631: [forge] bump deployer version (#16835) (aptos-bot) #16835
  • 69e7e7b: [runs-on] use large disk for all workflows with runs-on/cache for docker (#16870) (Rustie Lin) #16870
  • 94542b6: [replay-verify] fix mainnet replay verify (#16803) (Balaji Arun) #16803
  • 1bd8ae2: [Priority Fee] Rewrite the logic to handle retry and discard transactions. (#16876) (Guoteng Rao) #16876
  • 47bf9dc: [Transaction Filter] Refactor filter into separate crate. (Josh Lind) #16767
  • a076d12: [Transaction Filter] Add mempool filtering support. (Josh Lind) #16767
  • 4be96f6: Init experimental confidential asset module at genesis (#16869) (Oliver He) #16869
  • 558dbc7: Reducing the expected block execution time limits (#16837) (Satya Vusirikala) #16837
  • 91fb183: enable comparison operations, lt/le/gt/ge, on non-integer types (#16812) (Jun Xu) #16812
  • c44251b: Add get_pending_balance_transfer_count view func (#16743) (Oliver He) #16743
  • 29fadb1: [pipeline] default to use pipeline and cleanup all old code (Zekun Li) #16850
  • d7d42b9: [compiler-v2] Clarify internal compliler error messages (#16819) (Vineeth Kashyap) #16819
  • a9117db: disable set_originating_address (#16900) (David Wolinsky) #16900
  • 43e0cf1: [Priority Fee] Generate and handle new BlockEpilogue payload. (#16822) (Guoteng Rao) #16822
  • 76d39eb: Fix typos: addresss -> address, iteratable -> iterable, continously -> continuously (#16477) (leopardracer) #16477
  • 4a11d9e: [consensus] relax write option for rocksdb (Zekun Li) #16896
  • f37103c: [counters] adding/fixing batch counters (#16897) (Daniel Xiang) #16897
  • b2307b8: Fix error message in account.move (#16909) (Oliver He) #16909
  • c313591: [consensus] Break round manager tests to sub modules (#16890) (Balaji Arun) #16890
  • 86c8312: [vm] Remove captured layout compatibility check for closures (#16791) (George Mitenkov) #16791
  • fb653b6: [lazy-loading] Loader traits, type depth calculations (#16459) (George Mitenkov) #16459
  • f4588c0: Make sponsored txns work again (#16912) (Oliver He) #16912
  • ddfb745: Increase mempool to block creation latency threshold for forge (#16924) (Satya Vusirikala) #16924
  • 3b28c20: [Storage] Prepare PersistedAuxiliaryInfo for storage commit. (#16888) (Guoteng Rao) #16888
  • e6d98a0: add compiler tests and transactional tests for using function values as keys for storage (#16878) (Jun Xu) #16878
  • f1b55f5: remove redundant comment in test case (#16929) (Jun Xu) #16929
  • 3b8ccd2: [Storage] Format code under db/include. (#16935) (Guoteng Rao) #16935
  • 242953a: [Storage] Store persisted auxiliary info. (#16930) (Guoteng Rao) #16930
  • 8255c8d: add native cmp (#16882) (Teng Zhang) #16882
  • 50d2da8: [Storage] Fix calculation and add tests. (#16936) (Guoteng Rao) #16936
  • 7a9f220: [Orderbook] Various changes to orderbook APIs (#16916) (Sital Kedia) #16916
  • b2bd65b: [vm] Fix function value tags (#16932) (George Mitenkov) #16932
  • bd30204: Increase mempool to block creation latency threshold for forge (#16931) (Satya Vusirikala) #16931
  • ca193b9: [consensus] support skip sig verify mode for local safety-rules (Zekun Li) #16874
  • 877e6bb: [consensus] parallelize sig verify (Zekun Li) #16874
  • ed14305: [consensus] tune target block time (Zekun Li) #16874
  • 3bf2fa4: [hot state] make hot state a linked list (wqfish) #16857
  • 9dcd46a: fixing a bug in decompiling nested loops (#16908) (Jun Xu) #16908
  • 77fd5a4: test cases for using fun values as table keys (#16925) (Jun Xu) #16925
  • bf9bfa8: [compiler-v2] More tests (#16818) (Vineeth Kashyap) #16818
  • 562898c: [Forge] Increase fallback threshold for failures. (Josh Lind) #16884
  • 3f84cc6: update test case results (#16948) (Jun Xu) #16948
  • b252954: Update to 7.6.0 (#16928) (Oliver He) #16928

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.