Releases: aptos-labs/aptos-core
Releases · aptos-labs/aptos-core
[Testnet] Aptos Node Release v1.38.0
What's Changed
- [spec]Update API description URL from spec.yaml to spec.json in documentation by @WGB5445 in #17161
- [ez] add test txn by @rtso in #17743
- [CLI] add mem as pre-compiled module by @rahxephon89 in #17751
- Update ver.rs by @vsharongg in #17753
- Allow scheduling replay-verify shards on T2D by @sionescu in #17755
- Using correct auxiliary information in executor benchmark by @vusirikala in #17750
- [vm] Avoid type creations for vector instructions in interpreter and gas meter by @georgemitenkov in #17704
- Add ability to use WorkflowKind transactions to profile gas by @igor-aptos in #17427
- [forge] run arbitrary forge image by @ibalajiarun in #17757
- [consensus] fix a race condition by @zekun000 in #17766
- aggresstive inlining in the Move VM interpreter loop by @vgao1996 in #17674
- Clean up various lints by @wqfish in #17764
- [cherry-pick][bytecode verifier] fix edge overflow in borrow graph by @vgao1996 in #17771
- [Move VM] disable force-inlining by @vgao1996 in #17778
- [compiler][CLI][trivial] add command to print code size and env var for tuning inline optimization by @rahxephon89 in #17776
- [Keyless] Replace env variables with args, and refactor account manager logic. by @JoshLind in #17748
- Market clearing house price by @sitalkedia in #17761
- Fix staking_rewards tracking in rosetta by @lightmark in #17044
- [txn sim session] add view_resource and view_resource_group by @vgao1996 in #17729
- [vm] Script caching for lazy loading by @georgemitenkov in #17783
- [Mempool] Add health check to peer prioritization logic. by @JoshLind in #17782
- [replay-verify] increase worker count by @ibalajiarun in #17791
- Implement Sui DAA by @0xmaayan in #17523
- Delete scripts/devnet_message.sh by @vsharongg in #17797
- Ensure execution concurrency level is at least 1 by @just-in-chang in #17744
- Bulk order cleanup per price level by @sitalkedia in #17785
- [Orderbook] Allow order validation API to return failure reason and o… by @sitalkedia in #17811
- [compiler] fix EXTRANEOUS_ACQUIRES_ANNOTATION by @rahxephon89 in #17817
- fix linter warning by @GotenJBZ in #17820
- [replay] disable paranoid on verify by @zekun000 in #17825
- expose iterators and add utilities to OrderedMap/BigOrderedMap by @igor-aptos in #17441
- [linter] Use only warning from primary targets by @GotenJBZ in #17822
- Add is_enum field to ABI by @banool in #17816
- [ci] Fix poetry by @georgemitenkov in #17839
- [Compiler] Fix label handling in stackless bytecode generator by @junxzm1990 in #17837
- [vm] Optimize local types storage in frames by @georgemitenkov in #17741
- [Specs] ordered_map remove_or_none by @JakeSilverman in #17829
- [replay] enable module cache by @zekun000 in #17832
- [compiler] Fixing locations in += op by @wrwg in #17841
- [Storage] Smooth out RocksDB compactions by @wqfish in #17833
- Error handing when REST API for auxiliary info fails by @vusirikala in #17847
- add
#[cold]attribute toPartialVMErrorcontructor and helpers by @mkurnikov in #17769 - [vm] Generic per-interpreter function frame caches by @georgemitenkov in #17787
- [vm] Signed Integer Basic VM Support by @wrwg in #17661
- [Compiler v2] support signed integers by @junxzm1990 in #17667
- [vm] Removing
IntegerValueand Value wrapper by @wrwg in #17693 - [vm] Add layout caches by @georgemitenkov in #17788
- [txn-emitter] support for orderless txns by @ibalajiarun in #17777
- [replay] parallelize on chunk level by @zekun000 in #17844
- [move core] Allow Identifiers to contain
$by @wrwg in #17814 - [lint] Added
empty_iflint and tests by @Helios-vmg in #17794 - [compiler & language] Support builtin constant
__COMPILE_FOR_TESTING__. by @wrwg in #17854 - Adding utilities to avoid using iterators directly in BigOrderedMap/OrderedMap by @igor-aptos in #17821
- [Keyless] Performance, metric and logging improvements for the pepper service. by @JoshLind in #17856
- [storage] lower compaction threads more by @wqfish in #17853
- [Rest API] [Txn Arg] support for signed int by @junxzm1990 in #17758
- OrderBook use of BigOrderedMap utilities to avoid double lookups by @igor-aptos in #17867
- [move] delete unused code by @rahxephon89 in #17849
- [benchmark] Enable layout caches for external benchmark by @georgemitenkov in #17876
- add script to automate building and running with PGO by @vgao1996 in #17831
- Address security review feedback by @sitalkedia in #17874
- [vm] Strengthen indexed ref checks by @georgemitenkov in #16386
- [vm] Disable static checks for depth in favour of runtime checks by @georgemitenkov in #17882
- [Orderbook] Ability to return order actions when a maker order is placed on the book by @sitalkedia in #17868
- [forge-stable] scheduled by PIES by @rustielin in #17888
- [CLI][compiler] A few changes on experiments flag for compiler optimization by @rahxephon89 in #17883
- Add sigma proofs to aptos-dkg by @waamm in #17735
- [vm] keep MEMORY_LIMIT_EXCEEDED by @rahxephon89 in #17851
- [linter] Added
needless_returnlint and tests by @Helios-vmg in #17795 - aptos-executor: move aptos-indexer-grpc-table-info to
[dev-dependencies]by @mkurnikov in #17887 - [vm] Remove
RTCachesfrommake_call_frameas it's not used inside the function by @mkurnikov in #17895 - new pepper param jwk issuer by @zjma in #17894
- [gha] cleanup; move to PIES scheduler by @rustielin in #17890
- [compiler] change default byte version of lang v2.3 to v9 by @junxzm1990 in #17897
- [vm] Make sure we cache index to avoid lookups via loader / interpreter cache by @georgemitenkov in #17875
- [Keyless] Add verify() call to pepper base logic. by @JoshLind in #17869
- [Aptos CLI] release CLI 7.10.0 by @junxzm1990 in #17898
- [cp][table natives] fix double counting of memory usage by @vgao1996 in #17900
- Print tps delta in benchmark by @wqfish in #17767
- Fix comments for AccumulatorRangeProof by @wqfish in #17800
- [Orderbook] Various improvements to the bulk order event framework by @sitalkedia in #17889
- [gha] fullnode-sync fix dump by @rustielin in #17905
- Emit bulkOrderModified after bulkOrderCancel by @dermanyang in #17891
- [Move Prover] add signed int support by @junxzm1990 in https://githu...
Aptos CLI Release v7.11.0
Features
- add fail-fast flag to aptos move test (#17549) #17549 (Jos Dehaes)
- allow to suppress printing errors to stderr (#17737) #17737 (Jos Dehaes)
Commits
- 46d871f: [vm] Add mechanism to trace execution via env vars (#17733) (Wolfgang Grieskamp) #17733
- 866e2bb: Update API description URL from spec.yaml to spec.json in documentation (#17161) (Logan Wang) #17161
- ec3523b: add test txn (#17743) (Renee Tso) #17743
- c0946f1: [CLI] add mem as pre-compiled module (#17751) (Teng Zhang) #17751
- ae9c276: Update ver.rs (#17753) (vsharongg) #17753
- 6c9c453: Allow scheduling replay-verify shards on T2D (Stelian Ionescu) #17755
- 0c72dca: Fix the executor benchmark (#17750) (Satya Vusirikala) #17750
- 3c9680e: [vm] Avoid type creations for vector instructions in interpreter and gas meter (#17704) (George Mitenkov) #17704
- 1563b4c: Add ability to use WorkflowKind transactions to profile gas (#17427) (igor-aptos) #17427
- 53dcfe1: [forge] run arbitrary forge image (#17757) (Balaji Arun) #17757
- d4c5b9a: [consensus] fix a race condition (Zekun Li) #17766
- 0adf775: aggresstive inlining in the Move VM interpreter loop (#17674) (Victor Gao) #17674
- c90780d: Clean up various lints (wqfish) #17764
- 56ea7f6: [bytecode verifier] fix edge overflow in borrow graph (#17771) (Victor Gao) #17771
- 57ced69: [Move VM] disable force-inlining (#17778) (Victor Gao) #17778
- 8d2286c: add print (#17776) (Teng Zhang) #17776
- 6c828f0: [Keyless] Move Pepper Service VUF env variables to binary args. (Josh Lind) #17748
- 9a5e87b: [Keyless] Make on-chain resource env variables into binary args. (Josh Lind) #17748
- b91b9ba: [Keyless] Make firestore env variables into binary args. (Josh Lind) #17748
- 1b3eb4d: [Keyless] Refactor account managers and add /v0/delegated_fetch endpoint. (Josh Lind) #17748
- 8749fb7: Market clearing house price (#17761) (Sital Kedia) #17761
- 21aa34a: Fix staking_rewards tracking in rosetta (#17044) (Aaron) #17044
- 4a04a88: [txn sim session] add view_resource and view_resource_group (#17729) (Victor Gao) #17729
- e1ac46a: [vm] Script cacing for lazy loading (#17783) (George Mitenkov) #17783
- 7b669b2: [Mempool] Add health check to peer prioritization logic. (Josh Lind) #17782
- e130a25: [replay-verify] increase worker count (Balaji Arun) #17791
- 84df755: Add missing permission (Andrea Cappa (zi0Black))
- 2fa77ea: Implement Sui DAA (#17523) (Maayan) #17523
- 24c1dd5: Delete scripts/devnet_message.sh (#17797) (vsharongg) #17797
- f60b782: Ensure execution concurrency level is at least 1 (#17744) (Justin Chang) #17744
- 590893e: Bulk order cleanup per price level (#17785) (Sital Kedia) #17785
- d6e70fb: [Orderbook] Allow order validation API to return failure reason and o… (#17811) (Sital Kedia) #17811
- b93ba2e: fix acquire list (#17817) (Teng Zhang) #17817
- ac4e5f5: fix linter warning (#17820) (Marco Ilardi) #17820
- 1142cf6: [replay] make paranoid check configurable (Zekun Li) #17825
- e943f8d: iterators and utilities (#17441) (igor-aptos) #17441
- fbf0026: [linter] Use only warning from primary targets (#17822) (Marco Ilardi) #17822
- ecac6ba: Add is_enum field to ABI (#17816) (Daniel Porteous (dport)) #17816
- e2b0b49: [ci] Fix poetry (#17839) (George Mitenkov) #17839
- 6afb74d: [compiler] fix a bug in converting file format to stackless bytecode (junxzm1990) #17837
- c95a876: [vm] Optimize local types storage in frames (#17741) (George Mitenkov) #17741
- 4a01958: [Specs] ordered_map remove_or_none (#17829) (Jake Silverman) #17829
- b787706: [replay] enable module cache (Zekun Li) #17832
- adf4cd0: [replay] fix the stats in replay (Zekun Li) #17832
- 1724833: [compiler] Fixing locations in += op (#17841) (Wolfgang Grieskamp) #17841
- afd1ec5: [Storage] Smooth out RocksDB compactions (wqfish) #17833
- 2ae70b1: Error handing when REST API for auxiliary info fails (#17847) (Satya Vusirikala) #17847
- e4d9dbe: add #[cold] to PartialVMError contructor and helpers (#17769) (Maksim Kurnikov) #17769
- 03c7965: [vm] Generic per-interpreter function frame caches (#17787) (George Mitenkov) #17787
- 9502d3f: [vm] Signed Integer Basic VM Support (Wolfgang Grieskamp) #17661
- 0d8399b: Fixing code deserializer. (Wolfgang Grieskamp) #17661
- 3b1fd12: Connecting assembler and adding transactional tests. Fixing a bug in type serialization. (Wolfgang Grieskamp) #17661
- ee96bab: Addressing reviewer comments. (Wolfgang Grieskamp) #17661
- 0e6911d: Addressing reviewer comments (Wolfgang Grieskamp) #17661
- 1dfbc30: Fixing baseline tests after rebase (Wolfgang Grieskamp) #17661
- 0bfb230: fix a comment (junxzm1990) #17661
- 3881b37: rebase (Wolfgang Grieskamp) #17661
- 0f823b1: [vm sint]: update
CastNxxbytecode semantics (junxzm1990) #17661 - 0142692: [vm sint] remove definitions of bitwise operations on signed int (junxzm1990) #17661
- 5756ba6: [vm sint] clean up casting to u256/i256 and revise div error msg (junxzm1990) #17661
- 751e778: [vm sint] redefine u256/i256 debug format & add paraniod ty check on negate (junxzm1990) #17661
- fd04e8c: [vm sint] revoke
DerefVisitoronvisit_vec_u16,visit_vec_u32,visit_vec_u256(for compatibility) (junxzm1990) #17661 - a794b25: [vm sint] add gas params for signed int (junxzm1990) #17661
- 6c791ba: [vm sint] update compiler test case results (junxzm1990) #17661
- 45e9a01: [vm sint] update gas params for sint (junxzm1990) #17661
- b007e16: [vm sint] update test cases for
ty_interner(junxzm1990) #17661 - abf1425: [Compiler v2] support signed integers (junxzm1990) #17667
- c487e0f: [compiler sint] update trans test results (junxzm1990) #17667
- c94c50c: [compiler sint]: increase coverage of edge test cases (junxzm1990) #17667
- 455c4df: [compiler sint] update test case results (junxzm1990) #17667
- 950946f: [vm] Removing
IntegerValueand Value wrapper (Wolfgang Grieskamp) #17693 - 343997b: [v...
[Testnet] Aptos Node Release v1.37.1
What's Changed
- Update release.yaml by @vsharongg in #17957
- Fix staking_rewards tracking in rosetta (#17044) by @zekun000 in #17965
- [cp][vm] fix module override in mempool module cache for 1.37 by @rahxephon89 in #17987
- Enable trusted code in 1.37 testnet. by @wrwg in #17977
- [aptos-release-v1.37] Bump version to 1.37.1 by @aptos-bot in #17999
Full Changelog: aptos-node-v1.37.0-rc...aptos-node-v1.37.1-rc
Aptos CLI Release v7.10.2
Changelog
[7.10.2] - 2025/10/28
- Fix backward compatibility issue of enum-based option module
Chores
Commits
- ac49b8c: Add requested change (Jose Garcia Crosta) #17462
- ff9d2c4: Fix fmt (Jose Garcia Crosta) #17462
- 3fad3ed: fix script composer (Aaron Gao) #17485
- b221778: autofmt coin.move (Aaron Gao) #17485
- 1c6e072: remove coinstore (Aaron Gao) #17485
- 00edc03: Add redundant boolean expression detector (Jose Garcia Crosta) #16721
- 1bbb30b: Add tests (Jose Garcia Crosta) #16721
- 663b621: Add detector to base (Jose Garcia Crosta) #16721
- 7cfec0b: Add distributive law and remove already existing checks (Jose Garcia Crosta) #16721
- 5bf9224: Update naming and prevent panic on unwrap (Jose Garcia Crosta) #16721
- e4f9e34: Rename detector for more accurate representation (Jose Garcia Crosta) #16721
- 52c71fd: Rename files (Jose Garcia Crosta) #16721
- afeaaeb: Add several tests and support
ExpData::Calltype (Jose Garcia Crosta) #16721 - d334763: Update linter suggestions (Jose Garcia Crosta) #16721
- 4bc59b3: Disable idempotence, contradiction and tautology when the expressions are known constants. Only evaluate side-effect free equality on expressions (remove
move-functions) (Jose Garcia Crosta) #16721 - f4c7d18: Updated comments (Jose Garcia Crosta) #16721
- f070b98: Add double negation support (Jose Garcia Crosta) #16721
- feb7e29: Add vector tests (Jose Garcia Crosta) #16721
- 36a55ee: Update third_party/move/tools/move-linter/tests/model_ast_lints/simpler_bool_expression.move (José García Crosta) #16721
- 8d1e541: Update detector (Jose Garcia Crosta) #16721
- f386807: Update tests baseline (Jose Garcia Crosta) #16721
- e440a16: [lint] cyclomatic_complexity (#17170) (Marco Ilardi) #17170
- e1d8541: add warning (#17647) (Teng Zhang) #17647
- 9d2998e: [Consensus Observer] Increase max num pending blocks for test networks. (Josh Lind) #17621
- ec98152: [Consensus Observer] Handle state sync notification race condition. (Josh Lind) #17621
- 07339e5: Changes to cancel API to support TWAPs better (#17652) (Sital Kedia) #17652
- 468e404: capture option (#17571) (Teng Zhang) #17571
- 113db7e: Aptos Debugger changes for Monotonically Increasing Counter (#17410) (Satya Vusirikala) #17410
- 589fb04: Change backend of DeKART to Arkworks (#17617) (Wicher Malten) #17617
- 77589d6: [Orderbook] Add sequence number validation to bulk orders (#17472) (Sital Kedia) #17472
- 53d6b1c: Ability to return generic templated values from clearinghouse APIs (#17658) (Sital Kedia) #17658
- 9b99d8d: [Keyless] Clean up pepper request handler. (Josh Lind) #17640
- 34e723c: [Keyless] Add simple tests for pepper requests. (Josh Lind) #17640
- a3b3b1c: [Hot State] Compute LRU in speculative state (wqfish) #17613
- d8c1d93: default (#17665) (Teng Zhang) #17665
- 024efa0: Remove lru patch (wqfish) #17636
- cb67bee: fv support (#17664) (Teng Zhang) #17664
- d4ccb24: [vm] Non-generic interpreter function caches (#17591) (George Mitenkov) #17591
- 26b49c3: add test txn (#17668) (Renee Tso) #17668
- f21d371: Replace my-first-dapp example with newer version (#17666) (Chris Kim (Hyunggun)) #17666
- 60b16f4: [forge] add debug for cluster list (#17679) (Rustie Lin) #17679
- 9ecf4a6: [zaptos] move commit vote broadcast into pipeline builder (Zekun Li) #17670
- a8ff58b: Add range proof traits (#17659) (Wicher Malten) #17659
- 2c0d9dd: Make small test keep transaction generated order (#17681) (igor-aptos) #17681
- 55b7905: [State Sync] Temporarily disable size and time-aware chunking. (Josh Lind) #17675
- 62e1db2: Simplify and optimize BlockSTM commit (#17651) (Rati Gelashvili) #17651
- f895e45: [gas] bump to 1.37 (Zekun Li) #17688
- f7de7bb: fix json table for executor benchmark (#17684) (igor-aptos) #17684
- dcc267e: [State Sync] Add progress check to latency monitor. (Josh Lind) #17520
- 0162843: Triomphe Arc for values and layouts, improve output trait (#17655) (Rati Gelashvili) #17655
- d2519cc: [benchmarks] Update calibration table to include monotonic counter (#17631) (George Mitenkov) #17631
- ecd7fa8: [docker] add release-builder to tools image (#17690) (Rustie Lin) #17690
- cc96029: [Decompiler/Disassembler] Making new version the default (junxzm1990) #17649
- 826dfc7: connect to node config and ability to enable (#17677) (Rati Gelashvili) #17677
- e7cf3aa: [docker] add release-builder to tools image incl source (#17694) (Rustie Lin) #17694
- 1e6a45c: Increase gRPC data service max encoding and decoding message size (#17696) (Justin Chang) #17696
- 3c1f1e4: [consensus] replace old pending commit proof with new one (Zekun Li) #17697
- 9fb94aa: [forge] tune memory threshold (Zekun Li) #17697
- f5a695e: [rand] fix the race condition of blocks re-enter (Zekun Li) #17697
- 94b32d1: [Keyless] Refactor database integration. (Josh Lind) #17669
- cb7cb69: Create aggregate (unique stack) profile (#17468) (igor-aptos) #17468
- 3f7986f: [Keyless] Refactor database integration. (Josh Lind) #17692
- 032d9c5: [Keyless] Add resource and JWK fetching tests. (Josh Lind) #17692
- a306bc6: [Orderbook] Event support for bulk order (#17671) (Sital Kedia) #17671
- bc54c15: Add MoveHarnessSend (#17476) (igor-aptos) #17476
- 8f9eacd: [move] refactor option (#17698) (Teng Zhang) #17698
- a8ed8bb: [Orderbook] Change client order id from u64 to String (#17712) (Sital Kedia) #17712
- afb7670: [Move disassembler]: change disassembled files to end with
.masm(junxzm1990) #17710 - e6b52ef: [forge] memory threshold again (Zekun Li) #17715
- 04d4126: [aptos node] disable feature flag move-vm-runtime/debugging by moving move-cli out of its dependency tree (#17703) (Victor Gao) #17703
- bb37a94: [replay-verify] bump disk to 15Ti (#17724) (Balaji Arun) #17724
- 8d00d32: [replay-verify] Fix computing PVC size (Stelian Ionescu) [#17726](https://git...
Aptos CLI Release v7.10.1
Changelog
[7.10.1] - 2025/10/25
- Add support into Move 2.2 for builtin constant
__COMPILE_FOR_TESTING__ - Update the default version of move formatter to 1.3.7
- Update the default version of move mutation test tool to 2.0.0
Chores
Commits
- 9dec9c4: Fix overly strict invariant w. new flows (#17635) (Rati Gelashvili) #17635
- 22c8ed0: [compiler-v2] Fix inlining optimization errors (#17612) (Vineeth Kashyap) #17612
- 03293bf: [zaptos] abort pending tasks in block store (Zekun Li) #17638
- 2daddc7: Add linter with test-cases (Jose Garcia Crosta) #17462
- 22826f5: Remove trailing line (Jose Garcia Crosta) #17462
- 3cb97db: Apply suggestion from @junxzm1990 (José García Crosta) #17462
- ac49b8c: Add requested change (Jose Garcia Crosta) #17462
- ff9d2c4: Fix fmt (Jose Garcia Crosta) #17462
- 3fad3ed: fix script composer (Aaron Gao) #17485
- b221778: autofmt coin.move (Aaron Gao) #17485
- 1c6e072: remove coinstore (Aaron Gao) #17485
- 00edc03: Add redundant boolean expression detector (Jose Garcia Crosta) #16721
- 1bbb30b: Add tests (Jose Garcia Crosta) #16721
- 663b621: Add detector to base (Jose Garcia Crosta) #16721
- 7cfec0b: Add distributive law and remove already existing checks (Jose Garcia Crosta) #16721
- 5bf9224: Update naming and prevent panic on unwrap (Jose Garcia Crosta) #16721
- e4f9e34: Rename detector for more accurate representation (Jose Garcia Crosta) #16721
- 52c71fd: Rename files (Jose Garcia Crosta) #16721
- afeaaeb: Add several tests and support
ExpData::Calltype (Jose Garcia Crosta) #16721 - d334763: Update linter suggestions (Jose Garcia Crosta) #16721
- 4bc59b3: Disable idempotence, contradiction and tautology when the expressions are known constants. Only evaluate side-effect free equality on expressions (remove
move-functions) (Jose Garcia Crosta) #16721 - f4c7d18: Updated comments (Jose Garcia Crosta) #16721
- f070b98: Add double negation support (Jose Garcia Crosta) #16721
- feb7e29: Add vector tests (Jose Garcia Crosta) #16721
- 36a55ee: Update third_party/move/tools/move-linter/tests/model_ast_lints/simpler_bool_expression.move (José García Crosta) #16721
- 8d1e541: Update detector (Jose Garcia Crosta) #16721
- f386807: Update tests baseline (Jose Garcia Crosta) #16721
- e440a16: [lint] cyclomatic_complexity (#17170) (Marco Ilardi) #17170
- e1d8541: add warning (#17647) (Teng Zhang) #17647
- 9d2998e: [Consensus Observer] Increase max num pending blocks for test networks. (Josh Lind) #17621
- ec98152: [Consensus Observer] Handle state sync notification race condition. (Josh Lind) #17621
- 07339e5: Changes to cancel API to support TWAPs better (#17652) (Sital Kedia) #17652
- 468e404: capture option (#17571) (Teng Zhang) #17571
- 113db7e: Aptos Debugger changes for Monotonically Increasing Counter (#17410) (Satya Vusirikala) #17410
- 589fb04: Change backend of DeKART to Arkworks (#17617) (Wicher Malten) #17617
- 77589d6: [Orderbook] Add sequence number validation to bulk orders (#17472) (Sital Kedia) #17472
- 53d6b1c: Ability to return generic templated values from clearinghouse APIs (#17658) (Sital Kedia) #17658
- 9b99d8d: [Keyless] Clean up pepper request handler. (Josh Lind) #17640
- 34e723c: [Keyless] Add simple tests for pepper requests. (Josh Lind) #17640
- a3b3b1c: [Hot State] Compute LRU in speculative state (wqfish) #17613
- d8c1d93: default (#17665) (Teng Zhang) #17665
- 024efa0: Remove lru patch (wqfish) #17636
- cb67bee: fv support (#17664) (Teng Zhang) #17664
- d4ccb24: [vm] Non-generic interpreter function caches (#17591) (George Mitenkov) #17591
- 26b49c3: add test txn (#17668) (Renee Tso) #17668
- f21d371: Replace my-first-dapp example with newer version (#17666) (Chris Kim (Hyunggun)) #17666
- 60b16f4: [forge] add debug for cluster list (#17679) (Rustie Lin) #17679
- 9ecf4a6: [zaptos] move commit vote broadcast into pipeline builder (Zekun Li) #17670
- a8ff58b: Add range proof traits (#17659) (Wicher Malten) #17659
- 2c0d9dd: Make small test keep transaction generated order (#17681) (igor-aptos) #17681
- 55b7905: [State Sync] Temporarily disable size and time-aware chunking. (Josh Lind) #17675
- 62e1db2: Simplify and optimize BlockSTM commit (#17651) (Rati Gelashvili) #17651
- f895e45: [gas] bump to 1.37 (Zekun Li) #17688
- f7de7bb: fix json table for executor benchmark (#17684) (igor-aptos) #17684
- dcc267e: [State Sync] Add progress check to latency monitor. (Josh Lind) #17520
- 0162843: Triomphe Arc for values and layouts, improve output trait (#17655) (Rati Gelashvili) #17655
- d2519cc: [benchmarks] Update calibration table to include monotonic counter (#17631) (George Mitenkov) #17631
- ecd7fa8: [docker] add release-builder to tools image (#17690) (Rustie Lin) #17690
- cc96029: [Decompiler/Disassembler] Making new version the default (junxzm1990) #17649
- 826dfc7: connect to node config and ability to enable (#17677) (Rati Gelashvili) #17677
- e7cf3aa: [docker] add release-builder to tools image incl source (#17694) (Rustie Lin) #17694
- 1e6a45c: Increase gRPC data service max encoding and decoding message size (#17696) (Justin Chang) #17696
- 3c1f1e4: [consensus] replace old pending commit proof with new one (Zekun Li) #17697
- 9fb94aa: [forge] tune memory threshold (Zekun Li) #17697
- f5a695e: [rand] fix the race condition of blocks re-enter (Zekun Li) #17697
- 94b32d1: [Keyless] Refactor database integration. (Josh Lind) #17669
- cb7cb69: Create aggregate (unique stack) profile (#17468) (igor-aptos) #17468
- 3f7986f: [Keyless] Refactor database integration. (Josh Lind) #17692
- 032d9c5: [Keyless] Add resource and JWK fetching tests. (Josh Lind) #17692
- a306bc6: [Orderbook] Event support for bulk order (#17671) (Sital Kedia) #17671
- bc54c15: Add MoveHarnessSend (#17476) (igor-aptos) #17476
- 8f9eacd: [move] refactor option (#176...
[Testnet] Aptos Node Release v1.37.0
What's Changed
- Increase replay-verify disk TTL to 9 hours by @sionescu in #17551
- [Keyless] Reshuffle pepper service directory and files. by @JoshLind in #17546
- [workspace] remove unused simplelog dependency by @auterium in #17515
- Implement Fiat-Shamir for the DeKART range proof by @waamm in #17538
- [Hot State] Do not include prev_slot in MakeHot op by @wqfish in #17541
- Replace debug_assert_eq! with assert_eq! in astifier.rs by @junxzm1990 in #17566
- [indexer-grpc] Do not panic when starting version is not set by @banool in #17570
- [transaction simulation infra] fix get_resource by @vgao1996 in #17567
- [Indexer gRPC v2] gRPC Gateway by @just-in-chang in #17435
- Enable stats for jemalloc by @wqfish in #17580
- [vm] Get enum tags without borrowing containers by @georgemitenkov in #17330
- feat: update blst version by @gregnazario in #17581
- [consensus] parallelize verify opt proposal by @ibalajiarun in #17553
- Add a check in transaction validation by @vusirikala in #17579
- add output per txn in benchmark measurement by @igor-aptos in #17554
- [simulation] patch randomness seed by @zekun000 in #17576
- Rust 1.89 by @wqfish in #17540
- [Hot State] Prepare for having all checkpoint indices in StateUpdateRefs by @wqfish in #17548
- [compiler-v2] Compiler crash fix on inlining bodies involving wildcards with type instantiations by @vineethk in #17603
- [Prover] Fix upsert spec by @JakeSilverman in #17600
- [vm] Remove depth checks for unpack by @georgemitenkov in #17594
- [Keyless] Clean up external resources and request handler in pepper service. by @JoshLind in #17609
- Add fungible asset creation event by @lightmark in #17561
- [Orderbook] Refactor order book to resolve cyclic dependency issues by @sitalkedia in #17604
- Update arkworks from 0.4.0 to 0.5.0 by @waamm in #17562
- [api][trivial] fix identifier bug when converting RawMoveStruct into MoveStructValue by @rahxephon89 in #17492
- [Keyless] Add simple metrics for pepper service operation latencies. by @JoshLind in #17610
- [Hot State] Wrap configuration in a struct and pass to state construction by @wqfish in #17564
- [forge] add orderbook workload sweep test by @ibalajiarun in #17593
- [compiler-v2] Compiler inlining optimization by @vineethk in #17565
- [replay-verify] Use disk in read only mode and bugfixes by @ibalajiarun in #17599
- [Orderbook] Add metadata support to bulk orders by @sitalkedia in #17558
- [github] Remove links workflow by @gregnazario in #17582
- [vm] Runtime reference safety checker by @vineethk in #17196
- Rust 2024 Edition by @wqfish in #17605
- [vm] Supress paranoid checks for trusted code by @wrwg in #17461
- [Block Executor] Fix estimate invariant for epilogue re-execution by @gelash in #17635
- [compiler-v2] Enable inlining optimization in transactional tests by @vineethk in #17612
- [zaptos] abort pending tasks in block store by @zekun000 in #17638
- [compiler-v2][lint] Known to abort at compile time check by @jgcrosta in #17462
- [coin] remove coinstore from the coin module by @lightmark in #17485
- [compiler-v2][lint] Complex boolean expression checker by @jgcrosta in #16721
- [lint] cyclomatic_complexity by @GotenJBZ in #17170
- [compiler] Add warning for capturing option values by @rahxephon89 in #17647
- [Consensus Observer] Increase pending blocks and handle state sync race condition. by @JoshLind in #17621
- Changes to cancel API to support TWAPs better by @sitalkedia in #17652
- [VM] add flag to control capturing option in closures by @rahxephon89 in #17571
- Aptos Debugger changes for Monotonically Increasing Counter by @vusirikala in #17410
- Change backend of DeKART to Arkworks by @waamm in #17617
- [Orderbook] Add sequence number validation to bulk orders by @sitalkedia in #17472
- Ability to return generic templated values from clearinghouse APIs by @sitalkedia in #17658
- [Keyless] Clean up pepper request handler and validation logic (with tests!) by @JoshLind in #17640
- [Hot State] Compute LRU in speculative state by @wqfish in #17613
- [trivial] set ENABLE_CAPTURE_OPTION as a default feature by @rahxephon89 in #17665
- Remove lru patch by @wqfish in #17636
- Set bytecode version 8 and language version 2.2 as default in CLI by @rahxephon89 in #17664
- [vm] Non-generic interpreter function caches by @georgemitenkov in #17591
- add test txn by @rtso in #17668
- Replace my-first-dapp example with newer version by @iskysun96 in #17666
- [forge] add debug for cluster list by @rustielin in #17679
- [zaptos] move commit vote broadcast into pipeline builder by @zekun000 in #17670
- Add range proof traits by @waamm in #17659
- Make small test keep transaction generated order by @igor-aptos in #17681
- [State Sync] Temporarily disable size and time-aware chunking. by @JoshLind in #17675
- BlockSTMv2 PR [12.5/n] Simplify and optimize BlockSTM commit by @gelash in #17651
- [gas] bump to 1.37 by @zekun000 in #17688
- fix json table for executor benchmark by @igor-aptos in #17684
- [State Sync] Add progress check to latency monitor. by @JoshLind in #17520
- BlockSTMv2 PR [12.7/n] Triomphe Arc for values and layouts, improve output trait by @gelash in #17655
- [benchmarks] Update calibration table to include monotonic counter by @georgemitenkov in #17631
- chore: remove redundant words by @quantpoet in #17629
- [docker] add release-builder to tools image by @rustielin in #17690
- [Decompiler/Disassembler] Making new version the default by @junxzm1990 in #17649
- BlockSTMv2 PR [13/n]: Connect flag to node config and ability to enable by @gelash in #17677
- [docker] add release-builder to tools image incl source by @rustielin in #17694
- Increase gRPC data service client max encoding and decoding message size by @just-in-chang in #17696
- [forge] fix failures by @zekun000 in #17697
- [Keyless] Refactor DB integration in Pepper Service, update scripts and README. by @JoshLind in #17669
- Create aggregate (unique stack) profile by @igor-aptos in #17468
- [Keyless] Refactor resource and JWK fetching logic, and add tests. by @JoshLind in #17692
- [Orderbook] Event support for bulk order by @sitalkedia in #17671
- Add MoveHarnessSend by @igor-aptos in #17476
- [move] refactor option by @rahxephon89 in https:/...
Aptos CLI Release v7.10.0
Changelog
[7.10.0] - 2025/10/17
- Add support into Move 2.3 for signed integer types and builtin constants (
MAX_U8, ...,MIN_U8, ...,__COMPILE_FOR_TESTING__). Move 2.3 is not yet supported on testnet or mainnet, but can be used for local development by providing--language-version 2.3to the CLI.
Features
- update blst version (#17581) #17581 (Greg Nazario)
Chores
Commits
- 0a4143a: [Keyless] Add "dedicated_handlers" directory. (Josh Lind) #17546
- 1e50970: [Keyless] Add "accounts" directory to the pepper service. (Josh Lind) #17546
- c600fa9: [workspace] remove unused simplelog dependency (#17515) (Marc Enriquez) #17515
- 71ab0a5: Refactor fiat_shamir.rs and enhance range_proof.rs (Wicher Malten) #17538
- da8fcde: Addressed Alin's comments (Wicher Malten) #17538
- 0824d31: Added g_1 and g_2 to vk of DeKART range proof (Wicher Malten) #17538
- 0dce0dd: Applied Rust linting (Wicher Malten) #17538
- 5fbcace: [Hot State] Do not include prev_slot in MakeHot op (wqfish) #17541
- e383a0a: [Decompiler] fixing buggy use of
debug_assert_eq!(#17566) (Jun Xu) #17566 - cbd5e11: [indexer-grpc] Do not panic whenn starting version is not set (#17570) (Daniel Porteous (dport)) #17570
- ad17a24: [transaction simulation infra] fix get_resource (#17567) (Victor Gao) #17567
- b0748a0: [Indexer gRPC v2] gRPC Gateway (#17435) (Justin Chang) #17435
- 12b0836: Enable stats for jemalloc (wqfish) #17580
- 21e8f7a: [vm] Get enum tags without borrowing containers (#17330) (George Mitenkov) #17330
- c52d56d: [consensus] parallelize verify opt proposal (#17553) (Balaji Arun) #17553
- 7d42385: Add a check in transaction validation (#17579) (Satya Vusirikala) #17579
- c0f4e38: output per txn in benchmark measurement (#17554) (igor-aptos) #17554
- 29ed196: [simulation] patch randomness seed (Zekun Li) #17576
- 7a8bf75: Rust 1.89 (wqfish) #17540
- cb07626: [Hot State] Prepare for having all checkpoint indices in StateUpdateRefs (wqfish) #17548
- 6094631: [compiler-v2] Compiler crash fix on inlining bodies involving wildcards with type instantiations (#17603) (Vineeth Kashyap) #17603
- 7976045: [Prover] Fix upsert spec (#17600) (Jake Silverman) #17600
- 1499f53: [vm] Remove depth checks for unpack (#17594) (George Mitenkov) #17594
- 648cf1b: [Keyless] Clean up external resources and handler. (Josh Lind) #17609
- ea74c51: Add fungible asset creation event (#17561) (Aaron) #17561
- 6f89a9b: [Orderbook] Refactor order book to resolve cyclic dependency issues (#17604) (Sital Kedia) #17604
- 0f33bc0: Update arkworks from 0.4.0 to 0.5.0 (#17562) (Wicher Malten) #17562
- 0aa2c49: fix (#17492) (Teng Zhang) #17492
- 04b774e: [Keyless] Add simple metrics for operation latencies. (Josh Lind) #17610
- df6c898: [Hot State] Wrap configuration in a struct and pass to state construction (wqfish) #17564
- 54fec3a: [forge] add orderbook workload sweep test (#17593) (Balaji Arun) #17593
- 62993ee: [compiler-v2] Compiler inlining optimization (#17565) (Vineeth Kashyap) #17565
- ac24df4: [replay-verify] Use disk in read only mode and bugfixes (#17599) (Balaji Arun) #17599
- be32f39: [Orderbook] Add metadata support to bulk orders (#17558) (Sital Kedia) #17558
- c4e6a8a: [github] Remove links workflow (#17582) (Greg Nazario) #17582
- f18787d: [vm] Runtime reference safety checker (#17196) (Vineeth Kashyap) #17196
- 3e8feb4: Misc changes to prepare for Rust 2024 Edition (wqfish) #17605
- d791af3: Rust 2024 Edition (wqfish) #17605
- 8c4624d: [vm] Supress paranoid checks for trusted code (#17461) (Wolfgang Grieskamp) #17461
- 9dec9c4: Fix overly strict invariant w. new flows (#17635) (Rati Gelashvili) #17635
- 22c8ed0: [compiler-v2] Fix inlining optimization errors (#17612) (Vineeth Kashyap) #17612
- 03293bf: [zaptos] abort pending tasks in block store (Zekun Li) #17638
- 2daddc7: Add linter with test-cases (Jose Garcia Crosta) #17462
- 22826f5: Remove trailing line (Jose Garcia Crosta) #17462
- 3cb97db: Apply suggestion from @junxzm1990 (José García Crosta) #17462
- ac49b8c: Add requested change (Jose Garcia Crosta) #17462
- ff9d2c4: Fix fmt (Jose Garcia Crosta) #17462
- 3fad3ed: fix script composer (Aaron Gao) #17485
- b221778: autofmt coin.move (Aaron Gao) #17485
- 1c6e072: remove coinstore (Aaron Gao) #17485
- 00edc03: Add redundant boolean expression detector (Jose Garcia Crosta) #16721
- 1bbb30b: Add tests (Jose Garcia Crosta) #16721
- 663b621: Add detector to base (Jose Garcia Crosta) #16721
- 7cfec0b: Add distributive law and remove already existing checks (Jose Garcia Crosta) #16721
- 5bf9224: Update naming and prevent panic on unwrap (Jose Garcia Crosta) #16721
- e4f9e34: Rename detector for more accurate representation (Jose Garcia Crosta) #16721
- 52c71fd: Rename files (Jose Garcia Crosta) #16721
- afeaaeb: Add several tests and support
ExpData::Calltype (Jose Garcia Crosta) #16721 - d334763: Update linter suggestions (Jose Garcia Crosta) #16721
- 4bc59b3: Disable idempotence, contradiction and tautology when the expressions are known constants. Only evaluate side-effect free equality on expressions (remove
move-functions) (Jose Garcia Crosta) #16721 - f4c7d18: Updated comments (Jose Garcia Crosta) #16721
- f070b98: Add double negation support (Jose Garcia Crosta) #16721
- feb7e29: Add vector tests (Jose Garcia Crosta) #16721
- 36a55ee: Update third_party/move/tools/move-linter/tests/model_ast_lints/simpler_bool_expression.move (José García Crosta) #16721
- 8d1e541: Update detector (Jose Garcia Crosta) #16721
- f386807: Update tests baseline (Jose Garcia Crosta) #16721
- e440a16: [lint] cyclomatic_complexity (#17170) (Marco Ilardi) #17170
- e1d8541: add warning (#17647) (Teng Zhang) #17647
- 9d2998e: [Consensus Observer] Increase max num pending blocks for test networks. (Josh Lind) [#17621](https://github.com/aptos-labs/aptos-core/p...
[mainnet] Aptos Node Release v1.36.8 - hotfix
- Private hotfix
[Testnet] Aptos Node Release v1.36.6
What's Changed
- [table natives] fix double counting of memory usage by @vgao1996 in #17881
- [aptos-release-v1.36] Bump version to 1.36.6 by @github-actions[bot] in #17886
Full Changelog: aptos-node-v1.36.5-rc...aptos-node-v1.36.6-rc
[Mainnet] Aptos Node Release v1.36.6
What's Changed
- [table natives] fix double counting of memory usage by @vgao1996 in #17881
- [aptos-release-v1.36] Bump version to 1.36.6 by @github-actions[bot] in #17886
Full Changelog: aptos-node-v1.36.5...aptos-node-v1.36.6