Skip to content

Commit

Permalink
[cli] Bump to 4.6.0
Browse files Browse the repository at this point in the history
* Add `--node-api-key` flag to `aptos move replay` to allow for querying the fullnode with an API key.
* Add `--chunk-size` flag to allow configuring chunk size for chunked publish mode.
* Lower the default chunk size for chunked publish mode (`CHUNK_SIZE_IN_BYTES`) from 60,000 to 55,000.
  • Loading branch information
0xjunha committed Nov 29, 2024
1 parent 261a185 commit a3096b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ All notable changes to the Aptos CLI will be captured in this file. This project

# Unreleased

## [4.6.0] - 2024/11/29
- Add `--node-api-key` flag to `aptos move replay` to allow for querying the fullnode with an API key.
- Add `--chunk-size` flag to allow configuring chunk size for chunked publish mode.
- Update the default chunk size for chunked publish mode (`CHUNK_SIZE_IN_BYTES`) from 60,000 to 55,000.
- Lower the default chunk size for chunked publish mode (`CHUNK_SIZE_IN_BYTES`) from 60,000 to 55,000.

## [4.5.0] - 2024/11/15
- Determine network from URL to make explorer links better for legacy users
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aptos"
description = "Aptos tool for management of nodes and interacting with the blockchain"
version = "4.5.0"
version = "4.6.0"

# Workspace inherited keys
authors = { workspace = true }
Expand Down

0 comments on commit a3096b3

Please sign in to comment.