github-actions
released this
16 Dec 02:26
·
1 commit
to main
since this release
Commits
- 9387428: [compiler-v2] Test case reduced from move-stdlib showing opportunity for optimization (#15338) (Vineeth Kashyap) #15338
- e2a9041: fix move-unit-test (#15388) (Teng Zhang) #15388
- 4d4c200: Fix units in timed feature flags (#15391) (Vineeth Kashyap) #15391
- ac0447c: Fixing source map locations when peephole optimizations are applied. (#15384) (Vineeth Kashyap) #15384
- restructure between state related types (#15378) #15378 (Alden Hu)
- 0029300: fix enum bug (#15403) (Teng Zhang) #15403
- d0410ec: Fix the type in V2 event name: Change
CollectionMaxiumMutate
toCollectionMaximumMutate
(#15416) (Junkil Park) #15416 - de9040d: fix deadlock between the mempool and the db (#15421) (Alden Hu) #15421
- 0e212a7: add replay verify workflow (Bo Wu) #15272
- c88fc0d: update replay-verify-on-archive and disk utils (Bo Wu) #15272
- bc4364b: update qs key loading (#15401) (zhoujunma) #15401
- 46bd0e9: Refactoring interpreter and paranoid mode, introducing traits to allo… (#15350) (Aleks Zi) #15350
- 261a185: [cli] Make chunk size configurable for chunked publish (#15427) (Junha Park) #15427
- 311de72: [cli] Bump to 4.6.0 (#15429) (Junha Park) #15429
- 1e926ed: [NFT Metadata Crawler] Fix asset uploader throttler (#15410) (Justin Chang) #15410
- 5d87d94: [move-compiler-v2] add parser code for lambda types (#14792) (Brian R. Murphy) #14792
- 94e548c: Continued re-design of paranoid mode (now called Runtime Type Check) (#15437) (Aleks Zi) #15437
- fda6770: resolve compiler warning by removing unused line (#15381) (Vansh) #15381
- rename ExecutedTrees -> LedgerSummary (#15444) #15444 (Alden Hu)
- 14cd388: followup to a TODO for a constant (Aleks Zi) #15443
- c522181: followup to a TODO for a constant (Aleks Zi) #15443
- 629850d: allowing larger constant for legacy tests (Aleks Zi) #15443
- 2dd6b77: separating constants (Aleks Zi) #15443
- 58a820f: Update Docker images (#15297) (github-actions[bot]) #15297
- 9afd783: [Draft] Verify consensus message author matches with the sender (#15386) (Satya Vusirikala) #15386
- 1b0fb83: [pipeline] switch from broadcast channel to shared future (Zekun Li) #15453
- 6f64eea: restructure shared state between StateStore and BufferedState (#15451) (Alden Hu) #15451
- 37d3e70: patch futures (Zekun Li) #15456
- 997f8b9: [forge] enable new pipeline (Zekun Li) #15456
- b011781: remove the branch ref to default to main (Bo Wu) #15425
- 4815045: Script that recalibrates performance benchmarks (#15446) (igor-aptos) #15446
- 9c1f69c: get progress from right db (Bo Wu) #15390
- 0f219d8: add 3 devnet txn with module events migrated (#15448) (Aaron) #15448
- 612018c: reduce cost (Bo Wu) #15464
- c0b97e2: [script-composer] Add infer functionality, fix multiple return values (#15438) (runtianz) #15438
- 57602f0: remove error detail from default feature list (Bo Wu) #15331
- 7f1f7df: update tests (Bo Wu) #15331
- 994f361: add scripted fa txn (rtso) #15422
- 4aeaab9: fa double transfer (rtso) #15422
- a75189b: add more incident txns (rtso) #15422
- 96612fd: [compiler-v2] Optimize stackless-bytecode assign instructions (#15445) (Vineeth Kashyap) #15445
- 63f0df8: [qs] batch store bootstrap perf improvements (#15491) (Balaji Arun) #15491
- 8337794: [forge] update memory thresholds for Forge stable (Balaji Arun) #15492
- fe96e6d: revert pipeline flag (Balaji Arun) #15492
- 966452a: [compiler-v2] Do not include vector module for compiler v1 (#15484) (Vineeth Kashyap) #15484
- c6f5752: [move-compiler-v2] clean up a few remaining issues in lambda parser/front-end code (#15365) (Brian R. Murphy) #15365
- f60f1f0: untransferable test txn (rtso) #15482
- 60ee0c6: add devnet test txns (#15489) (Aaron) #15489
- c2969f0: [FA] get rid of migration flag (#15269) (Aaron) #15269
- 9e5cc9d: Event V2 Translation (#14615) (Junkil Park) #14615
- d1230b9: [Storage] Open db in parallel when storage sharding is enabled. (#15504) (Guoteng Rao) #15504
- 95e0d68: [move] Use workspace dependencies for third-party/move (#15461) (George Mitenkov) #15461
- 5902ff0: [move-stdlib] Use vector::move_range inside vector, and evaluate performance / calibrate gas (#14862) (igor-aptos) #14862
- 8a1016a: [fa migration] refactor with coin withdraw event and bypass sanity check (#15520) (Aaron) #15520
- 3c6e693: [forge] bump graceful_overload mem threshold temporarily (#15511) (Balaji Arun) #15511
- 809457f: [move] Benchmarking historical transactions (#15329) (George Mitenkov) #15329
- dacbfc3: small fix and explicity delete unused disk (Bo Wu) #15501
- 42d47ee: [consensus] Remove dead code in warnings (#15543) (Greg Nazario) #15543
- f3319d1: Fix private key field being required (#15546) (GhostWalker562) #15546
- e8289d1: fix flaky test (Bo Wu) #15407
- 6dbfb31: add CompiledModule and CompiledScript deserializer fuzzer (#15494) (Gerardo Di Giacomo) #15494
- 7edaeaf: Fix round manager tests (#15369) (Satya Vusirikala) #15369
- 1d194b8: [Inspection Service] Add simple consensus health check endpoint. (Josh Lind) #15512
- 7e0aaa2: [cli] Release 4.7.0 (#15556) (Greg Nazario) #15556
- 06f1824: [Faucet] Support ratelimiting on Firebase JWT (#15525) (Daniel Porteous (dport)) #15525
- mark runner and validator pods as non-evictable #15554 (Stelian Ionescu)
- eb23d6f: Enable partial_governance_voting (#15553) (Junkil Park) #15553
- b668137: [CLI] Direct users to dev docs for testnet faucet, improve messaging (#15545) (Daniel Porteous (dport)) #15545
- ab6d0ee: [CLI] Bump version to 5.0.0 (#15562) (Daniel Porteous (dport)) #15562
- 1dab352: [VM][Code cache v2] Some improvements in code cache (#15537) (Aleks Zi) #15537
- 652be07: Enable DELEGATION_POOL_PARTIAL_GOVERNANCE_VOTING by default (#15549) (Junkil Park) #15549
- 2ee2c33: [pipeline] fixes (Zekun Li) #15505
- d3028e9: [Pipeline] add counters (Zekun Li) #15505
- 803b7fd: [CLI] move out localnet logic + add command for Aptos Workspace (#15508) (Victor Gao) #15508
- 8616cb6: write blockinfo schemas when restoring sharded db (Bo Wu) #15567
- 75308c1: enable the periodical_reward_rate_decrease feature on devnet by default (#15565) (Junkil Park) #15565
- 49d6406: [forge] delete orphaned test runners (#15557) (Rustie Lin) #15557
- 16db0cb: [Devsetup] Install the latest rust toolchain (Josh Lind) #15585
- c9b71bc: replace existing replay verify with new one (Bo Wu) #15589
- bd71e35: [decompiler] Downgrade to bytecode v6 for Revela (#15597) (Wolfgang Grieskamp) #15597
- 5371540: [forge] enable pipeline (Zekun Li) #15600
- da63178: Creating temps for each arg. (#15514) (Vineeth Kashyap) #15514
- 1c4f6ed: ensure ObjectCore exists before short-circuit (marco ilardi) #15599
- 3497c86: [compiler-v2] Enable recent stack-optimizations by default (#15595) (Vineeth Kashyap) #15595
- 7ccbfaf: [cli] Bump to 5.1.0 (#15596) (Vineeth Kashyap) #15596
- 5711729: Fix cargo nextest version (#15608) (Vineeth Kashyap) #15608
- f69598f: [loader-v2] More tests for global manager (#15563) (George Mitenkov) #15563