Skip to content

Commit

Permalink
Rebase per @banool
Browse files Browse the repository at this point in the history
#8416 (comment)

Squashed commit 1:
Bump CLI version to 1.0.15

Squashed commit 2:
Update current release date, Cargo.lock

Squashed commit 3:
Modify for v2.0.0 release

Squashed commit 4:
Re-insert v1.0.14 changelog section per @banool

#8416 (comment)
  • Loading branch information
alnoki committed Jun 1, 2023
1 parent ccb3b91 commit 0013bcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Aptos CLI Changelog

All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.0.14] - 2023/05/26
### Added
- Add nested vector arg support
- Updated DB bootstrap command with new DB restore features

## [1.0.14] - 2023/05/25

## [2.0.0] - Current
### Added
- Recursive nested vector parsing
- Multisig v2 governance support
- JSON support for both input files and CLI argument input
- JSON input file support

## [1.0.14] - 2023/05/26
- Updated DB bootstrap command with new DB restore features
- Nested vector arg support
- **Breaking change**: You can no longer pass in a vector like this: `--arg vector<address>:0x1,0x2`, you must do it like this: `--arg 'address:["0x1", "0x2"]'`

## [1.0.13] - 2023/04/27
Expand All @@ -34,7 +32,7 @@ All notable changes to the Aptos CLI will be captured in this file. This project
* If `aptos init` is run with a faucet URL specified (which happens by default when using the local, devnet, or testnet network options) and funding the account fails, the account creation is considered a failure and nothing is persisted. Previously it would report success despite the account not being created on chain.
* When specifying a profile where the `AuthenticationKey` has been rotated, now the `AccountAddress` is properly used from the config file
* Update `aptos init` to fix an incorrect account address issue, when trying to init with a rotated private key. Right now it does an actual account lookup instead of deriving from public key

$$
### Added
* Updates to prover and framework specs
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 = "1.0.14"
version = "2.0.0"

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

0 comments on commit 0013bcf

Please sign in to comment.