Skip to content

Commit 13a6a5d

Browse files
committed
docs: remove outdated from CHANGELOG
1 parent b7d8892 commit 13a6a5d

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

CHANGELOG.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [7.0.0](https://github.com/aeternity/aepp-cli-js/compare/v6.0.1...v7.0.0) (2025-01-30)
66

7+
`aecli` migrates to a new secret key format. Use SDK's [tools] page to convert secret keys.
8+
9+
[tools]: https://docs.aeternity.com/aepp-sdk-js/v14.0.0/examples/browser/tools/
10+
711
### ⚠ BREAKING CHANGES
812

913
- **account:** `aecli account address` accepts `--secretKey` instead `--privateKey`
10-
- **deps:** uses v8 compiler by default
11-
- **deps:** not compatible with v7 compiler
12-
- **deps:** `aecli account address` prints secret key as `sk_`-encoded
13-
- **deps:** `aecli account create` accepts `sk_`-encoded secret key
14-
Use SDK [tools] page to convert secret keys.
15-
[tools]: https://docs.aeternity.com/aepp-sdk-js/v14.0.0/examples/browser/tools/
16-
- **deps:** `commitmentId` removed from the JSON output of `aecli name pre-claim`
14+
- **contract:** uses v8 compiler by default
15+
- **contract:** not compatible with v7 compiler
16+
- **aens:** `commitmentId` removed from the JSON output of `aecli name pre-claim`
1717
Use `tx.commitmentId` instead.
18-
- **deps:** some fields in node responses returned as numbers instead of strings
18+
19+
- some fields in node responses returned as numbers instead of strings
1920
Namely:
2021

21-
* `abiVersion`
22-
* `vmVersion`
23-
* `callerNonce`
24-
* `senderNonce`
25-
* `oracleTtl.value`
26-
* `responseTtl.value`
27-
* `queryTtl.value`
28-
* `endsAt`
22+
- `abiVersion`
23+
- `vmVersion`
24+
- `callerNonce`
25+
- `senderNonce`
26+
- `oracleTtl.value`
27+
- `responseTtl.value`
28+
- `queryTtl.value`
29+
- `endsAt`
2930

3031
- tabbed data aligned without underscores
3132
- width of the first column in tabbed data depends on the content
3233

3334
### Features
3435

35-
- **account:** support legacy secret keys in hex ([9e0e003](https://github.com/aeternity/aepp-cli-js/commit/9e0e00351bcf61f0a04b615f7fb5d3ce2241db2e))
3636
- narrow first column and remove `_` in tables ([b5dfdda](https://github.com/aeternity/aepp-cli-js/commit/b5dfdda5a97c372f1f2c6ddf6c54f2f44612d5f5))
3737
- **oracle:** make `oracleTtl` optional ([457e4c4](https://github.com/aeternity/aepp-cli-js/commit/457e4c40bfb882aaeaa200149ad67d8580390fbd))
3838

@@ -42,6 +42,8 @@ All notable changes to this project will be documented in this file. See [standa
4242
- name keystore as filename instead of full path ([d8325f6](https://github.com/aeternity/aepp-cli-js/commit/d8325f64333ff5376267f7a6eb6e906beb596cf6))
4343
- race condition while setting options ([1f03275](https://github.com/aeternity/aepp-cli-js/commit/1f0327525e69fe2191952a9001e36c2d25c192ec))
4444

45+
### Commits with breaking changes
46+
4547
- **account:** consistently use secret key instead private key ([476aec1](https://github.com/aeternity/aepp-cli-js/commit/476aec13d1152b7dff0e71e985b5020315d0eb66))
4648
- **deps:** update sdk to 14.0.0 ([894083f](https://github.com/aeternity/aepp-cli-js/commit/894083fb7426128b3d7da7e97e4eda79d9b08de1))
4749

0 commit comments

Comments
 (0)