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

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

Commits

  • propagate errors about unset fields (#16331) #16331 (Alden Hu)
  • 74f9c0e: add error when unpacking wrapper struct defined from another module (#16248) (Teng Zhang) #16248
  • eca32d4: [Fuzz] Disable gas check in fuzzer while generating coverage (#16339) (Andrea Cappa (zi0Black)) #16339
  • 30bea2b: [Fuzz] Revert --no-rosegment linker flag (#16354) (Andrea Cappa (zi0Black)) #16354
  • cd974a9: update boogie (#16328) (Teng Zhang) #16328
  • eed5259: Update Docker images (#16353) (github-actions[bot]) #16353
  • 88fc1dd: Remove long time launched feature flags to simplify delegation_pool + aptos_governance modules (#16194) (Kevin) #16194
  • limit memory while linking in oss-fuzz (#16358) #16358 (Andrea Cappa (zi0Black))
  • 7041c8f: [Linter] Expand lint checker to cover additional boolean expressions (nonminimal_bool) (#16342) (Jake Silverman) #16342
  • c1ea488: rename 0x1::daa_siws to 0x1::solana_derivable_account (Igor) #16345
  • 7df9c38: [compiler] Move RAC to language version 2.3, refactor tests (#16348) (Wolfgang Grieskamp) #16348
  • 688c4ee: [vm] Fixing variance in mutable assign of function values (#16350) (Wolfgang Grieskamp) #16350
  • d5bfe4f: [compiler] Fix cyclic substitution bug (#16366) (Wolfgang Grieskamp) #16366
  • ee3fe63: [refactoring] Module storage and metadata cleanups (#16228) (George Mitenkov) #16228
  • 773e9b0: Add AnyPublicKey and MultiKey base representation in move framework (#16329) (Oliver He) #16329
  • 7203dd0: simplify txn generator (#16096) (igor-aptos) #16096
  • cbac02b: Add a rotate auth key from public key private entry function (#16371) (Oliver He) #16371
  • 462f61d: [move-compiler][closures] Adding constraints to function type components (#16164) (Wolfgang Grieskamp) #16164
  • 8d630a3: [Prover] Spec for lambda expression (#16036) (Teng Zhang) #16036
  • f6b0bf4: Fix CLI e2e test case test_account_fund_with_faucet (Stelian Ionescu) #16381
  • aecaadf: [e2e move tests] simulate with remote states (#16272) (Victor Gao) #16272
  • a59caa4: Add KeyRotationToPublicKey event to track rotations (#16362) (Oliver He) #16362
  • e3e0a3f: Increase forge test upgrade delay to 5 mins (#16387) (Sital Kedia) #16387
  • 625e181: [vm] Fix frame cache for calling closures (#16369) (George Mitenkov) #16369
  • d124de6: update processor cli version (rtso) #16261
  • 336d9ca: update cli (rtso) #16261
  • 4ce6e0f: update workspace processors (rtso) #16261
  • fef35b1: timeout (rtso) #16261
  • 48b8f2c: ping interval (rtso) #16261
  • 4c154ef: update tags (rtso) #16261
  • 2c11501: update timeouts (rtso) #16261
  • 832dbfb: lint (rtso) #16261
  • b475fc7: remove server-framework (rtso) #16261
  • cbd2359: fix 16324 (#16356) (Teng Zhang) #16356
  • 6594466: [aptos] refactor aptos account init (#16378) (Aaron) #16378
  • 7b0fb7d: [compiler-v2][trivial] run lambda lifter for target modules and their transitive closures (#16382) (Teng Zhang) #16382
  • d4e1ff4: db debugger: "watched opened" cmd (#16390) (Alden Hu) #16390
  • b4af7e7: Removing checks for DFA (#16313) (runtianz) #16313
  • 2fbfaa4: fix mempool (#16361) (Aaron) #16361
  • 96ce1ea: Adjust benchmark setup to match previous state (#16379) (igor-aptos) #16379
  • b9f89a1: Rename some DB methods that work only for ordered transactions (#16012) (Satya Vusirikala) #16012
  • 27b64db: [vm] Remove resolver, move functions to frame (#16232) (George Mitenkov) #16232
  • c05c99e: Update aggregator_v2 to use self param for move2 call-style (#16400) (igor-aptos) #16400
  • 75e7f5a: Basic implementation of OrderBook (#16370) (igor-aptos) #16370
  • 9771169: [mempool] refactor: remove SequenceInfo, as the account sequence number is unnecessary: it was never read after insert (#16404) (Brian (Sunghoon) Cho) #16404
  • 48faec1: [compiler-v2] Check the number of captured arguments (#16377) (Vineeth Kashyap) #16377
  • a19ed63: [cli] Release 7.3.0 (#16413) (Greg Nazario) #16413
  • b21c01e: [cli] Allow skipping version checks for testing purposes (#16411) (Greg Nazario) #16411
  • f7d3339: [move] added confidential asset contracts (#16384) (dovgopoly) #16384
  • c32fcc1: [forge] Bump timeout for compat (Perry Randall) #16417
  • 56372b4: [default features] add all fa features to default list (#16273) (Aaron) #16273
  • e7ad67c: Cleanup TRANSACTION_SIMULATION_ENHANCEMENT feature flag (#16412) (Satya Vusirikala) #16412
  • 19288fe: Fix for loading binary modules in any order (#16419) (Vineeth Kashyap) #16419
  • 5ac7ded: Add upsert_ed25519_backup_key_on_keyless_account entry function (#16393) (Oliver He) #16393
  • e72eeff: Bump gas version for v1.29 (#16421) (Satya Vusirikala) #16421
  • 327f6fd: Forge compat reduce restart wait time from 300s to 20s (#16424) (Sital Kedia) #16424
  • 4150f17: Adding rule for cursor rules (#16426) (Rati Gelashvili) #16426
  • ab78fa6: Minor refactor in API convert methods (#16300) (Satya Vusirikala) #16300
  • e1df9b7: [deps] Ensure jemallocator is only set where appropriate (#16418) (Greg Nazario) #16418
  • 2e79dd9: Fuzzer refactoring and seed workflow (#16395) (Andrea Cappa (zi0Black)) #16395
  • 7a78be0: [e2e move tests] add more examples using remote states (#16414) (Victor Gao) #16414
  • d040ab0: bump gas version to 1.30 (#16427) (Victor Gao) #16427
  • 28b9b7a: [configs] increase limits for layouts & modules (#16434) (George Mitenkov) #16434
  • b77d42a: [gas] fix prev_materialized_size for in place delayed field change (Zekun Li) #16428
  • 73ad9be: per-key-jwk-consensus-1 (#16318) (zhoujunma) #16318
  • fa9adf8: per-key jwk consensus 2: smoke-test (#16321) (zhoujunma) #16321
  • 91b4c1f: per-key jwk consensus 3: framework changes (#16322) (zhoujunma) #16322
  • 28b542f: [compiler] Fixing bug in variance of function types (#16402) (Wolfgang Grieskamp) #16402
  • 1eacfa3: no-op refactor (#16326) (zhoujunma) #16326
  • 4bb4cd9: per key jwk consensus 5: per-key logic (#16327) (zhoujunma) #16327
  • b47ebb1: Rust unit tests require the Move prover tools (Stelian Ionescu) #16446
  • a8790a2: Update Swatinem/rust-cache to 2.7.8 (Stelian Ionescu) #16444
  • 8eadfde: [compiler-v2] Error on duplicate script function names (#16275) (Vineeth Kashyap) #16275
  • d7bd47b: cleanup error logs added for debugging forge compat failure (#16450) (Sital Kedia) #16450
  • 30a4693: modify solana derivable account message format (#16439) (Maayan) #16439
  • 406f405: [rosetta] Add generic view function wrapper (Greg Nazario) #16365
  • a7f6b29: [rosetta] Add ability to see rewards (Greg Nazario) #16365
  • d3879b9: Revert "Cleanup TRANSACTION_SIMULATION_ENHANCEMENT feature flag (#16412)" (#16454) (Satya Vusirikala) #16454
  • 836717b: [Linter] Added support for almost swapped lint check (#16410) (Jake Silverman) #16410
  • f1e8783: [Linter] Fixed a typo in non-minimal bool lint (#16453) (Jake Silverman) #16453
  • 868138b: [Linter] added self assignment lint rule (#16429) (Jake Silverman) #16429
  • 53fe908: [cli] Cleanup builds for Windows CLI builds, make builds faster & simpler (#16442) (Greg Nazario) #16442
  • 8074588: [cli] Build generic Linux binary to be compatible with non-SIMD processors (#16449) (Greg Nazario) #16449
  • b121ece: [compiler] Fixing bugs in variance of function types (#16443) (Wolfgang Grieskamp) #16443
  • 3fdd15d: [compiler] Handling function wrapper types in closure checker (#16458) (Wolfgang Grieskamp) #16458
  • 237afd1: [pipeline] accept enable_pre_commit flag (Zekun Li) #16430
  • 413db84: [pipeline] add pre_commit_status to connect sync_manager and pipeline (Zekun Li) #16430
  • 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

Don't miss a new aptos-core release

NewReleases is sending notifications on new releases.