chore(deps): update dependency aptos-cli to v4.7.0 #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.0
->4.7.0
Release Notes
aptos-labs/aptos-core (aptos-cli)
v4.7.0
: Aptos CLI Release v4.7.0Compare Source
Commits
9387428
: [compiler-v2] Test case reduced from move-stdlib showing opportunity for optimization (#15338) (Vineeth Kashyap) #15338e2a9041
: fix move-unit-test (#15388) (Teng Zhang) #153884d4c200
: Fix units in timed feature flags (#15391) (Vineeth Kashyap) #15391ac0447c
: Fixing source map locations when peephole optimizations are applied. (#15384) (Vineeth Kashyap) #153840029300
: fix enum bug (#15403) (Teng Zhang) #15403d0410ec
: Fix the type in V2 event name: ChangeCollectionMaxiumMutate
toCollectionMaximumMutate
(#15416) (Junkil Park) #15416de9040d
: fix deadlock between the mempool and the db (#15421) (Alden Hu) #154210e212a7
: add replay verify workflow (Bo Wu) #15272c88fc0d
: update replay-verify-on-archive and disk utils (Bo Wu) #15272bc4364b
: update qs key loading (#15401) (zhoujunma) #1540146bd0e9
: Refactoring interpreter and paranoid mode, introducing traits to allo… (#15350) (Aleks Zi) #15350261a185
: [cli] Make chunk size configurable for chunked publish (#15427) (Junha Park) #15427311de72
: [cli] Bump to 4.6.0 (#15429) (Junha Park) #154291e926ed
: [NFT Metadata Crawler] Fix asset uploader throttler (#15410) (Justin Chang) #154105d87d94
: [move-compiler-v2] add parser code for lambda types (#14792) (Brian R. Murphy) #1479294e548c
: Continued re-design of paranoid mode (now called Runtime Type Check) (#15437) (Aleks Zi) #15437fda6770
: resolve compiler warning by removing unused line (#15381) (Vansh) #1538114cd388
: followup to a TODO for a constant (Aleks Zi) #15443c522181
: followup to a TODO for a constant (Aleks Zi) #15443629850d
: allowing larger constant for legacy tests (Aleks Zi) #154432dd6b77
: separating constants (Aleks Zi) #1544358a820f
: Update Docker images (#15297) (github-actions[bot]) #152979afd783
: [Draft] Verify consensus message author matches with the sender (#15386) (Satya Vusirikala) #153861b0fb83
: [pipeline] switch from broadcast channel to shared future (Zekun Li) #154536f64eea
: restructure shared state between StateStore and BufferedState (#15451) (Alden Hu) #1545137d3e70
: patch futures (Zekun Li) #15456997f8b9
: [forge] enable new pipeline (Zekun Li) #15456b011781
: remove the branch ref to default to main (Bo Wu) #154254815045
: Script that recalibrates performance benchmarks (#15446) (igor-aptos) #154469c1f69c
: get progress from right db (Bo Wu) #153900f219d8
: add 3 devnet txn with module events migrated (#15448) (Aaron) #15448612018c
: reduce cost (Bo Wu) #15464c0b97e2
: [script-composer] Add infer functionality, fix multiple return values (#15438) (runtianz) #1543857602f0
: remove error detail from default feature list (Bo Wu) #153317f1f7df
: update tests (Bo Wu) #15331994f361
: add scripted fa txn (rtso) #154224aeaab9
: fa double transfer (rtso) #15422a75189b
: add more incident txns (rtso) #1542296612fd
: [compiler-v2] Optimize stackless-bytecode assign instructions (#15445) (Vineeth Kashyap) #1544563f0df8
: [qs] batch store bootstrap perf improvements (#15491) (Balaji Arun) #154918337794
: [forge] update memory thresholds for Forge stable (Balaji Arun) #15492fe96e6d
: revert pipeline flag (Balaji Arun) #15492966452a
: [compiler-v2] Do not include vector module for compiler v1 (#15484) (Vineeth Kashyap) #15484c6f5752
: [move-compiler-v2] clean up a few remaining issues in lambda parser/front-end code (#15365) (Brian R. Murphy) #15365f60f1f0
: untransferable test txn (rtso) #1548260ee0c6
: add devnet test txns (#15489) (Aaron) #15489c2969f0
: [FA] get rid of migration flag (#15269) (Aaron) #152699e5cc9d
: Event V2 Translation (#14615) (Junkil Park) #14615d1230b9
: [Storage] Open db in parallel when storage sharding is enabled. (#15504) (Guoteng Rao) #1550495e0d68
: [move] Use workspace dependencies for third-party/move (#15461) (George Mitenkov) #154615902ff0
: [move-stdlib] Use vector::move_range inside vector, and evaluate performance / calibrate gas (#14862) (igor-aptos) #148628a1016a
: [fa migration] refactor with coin withdraw event and bypass sanity check (#15520) (Aaron) #155203c6e693
: [forge] bump graceful_overload mem threshold temporarily (#15511) (Balaji Arun) #15511809457f
: [move] Benchmarking historical transactions (#15329) (George Mitenkov) #15329dacbfc3
: small fix and explicity delete unused disk (Bo Wu) #1550142d47ee
: [consensus] Remove dead code in warnings (#15543) (Greg Nazario) #15543f3319d1
: Fix private key field being required (#15546) (GhostWalker562) #15546e8289d1
: fix flaky test (Bo Wu) #154076dbfb31
: add CompiledModule and CompiledScript deserializer fuzzer (#15494) (Gerardo Di Giacomo) #154947edaeaf
: Fix round manager tests (#15369) (Satya Vusirikala) #153691d194b8
: [Inspection Service] Add simple consensus health check endpoint. (Josh Lind) #155127e0aaa2
: [cli] Release 4.7.0 (#15556) (Greg Nazario) #15556v4.6.0
: Aptos CLI Release v4.6.0Compare Source
Changelog
[4.6.0] - 2024/11/30
Added
--node-api-key
flag to aptos move replay to allow for querying the fullnode with an API key.--chunk-size
flag to allow configuring chunk size for chunked publish mode.Updated
CHUNK_SIZE_IN_BYTES
) from 60,000 to 55,000.Instructions
Update instructions
If you have already installed the CLI:
brew upgrade aptos
aptos upgrade
Installation instructions
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.