@@ -4,35 +4,35 @@ All notable changes to this project will be documented in this file. See [standa
4
4
5
5
## [ 7.0.0] ( https://github.com/aeternity/aepp-cli-js/compare/v6.0.1...v7.0.0 ) (2025-01-30)
6
6
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
+
7
11
### ⚠ BREAKING CHANGES
8
12
9
13
- ** 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 `
17
17
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
19
20
Namely:
20
21
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 `
29
30
30
31
- tabbed data aligned without underscores
31
32
- width of the first column in tabbed data depends on the content
32
33
33
34
### Features
34
35
35
- - ** account:** support legacy secret keys in hex ([ 9e0e003] ( https://github.com/aeternity/aepp-cli-js/commit/9e0e00351bcf61f0a04b615f7fb5d3ce2241db2e ) )
36
36
- narrow first column and remove ` _ ` in tables ([ b5dfdda] ( https://github.com/aeternity/aepp-cli-js/commit/b5dfdda5a97c372f1f2c6ddf6c54f2f44612d5f5 ) )
37
37
- ** oracle:** make ` oracleTtl ` optional ([ 457e4c4] ( https://github.com/aeternity/aepp-cli-js/commit/457e4c40bfb882aaeaa200149ad67d8580390fbd ) )
38
38
@@ -42,6 +42,8 @@ All notable changes to this project will be documented in this file. See [standa
42
42
- name keystore as filename instead of full path ([ d8325f6] ( https://github.com/aeternity/aepp-cli-js/commit/d8325f64333ff5376267f7a6eb6e906beb596cf6 ) )
43
43
- race condition while setting options ([ 1f03275] ( https://github.com/aeternity/aepp-cli-js/commit/1f0327525e69fe2191952a9001e36c2d25c192ec ) )
44
44
45
+ ### Commits with breaking changes
46
+
45
47
- ** account:** consistently use secret key instead private key ([ 476aec1] ( https://github.com/aeternity/aepp-cli-js/commit/476aec13d1152b7dff0e71e985b5020315d0eb66 ) )
46
48
- ** deps:** update sdk to 14.0.0 ([ 894083f] ( https://github.com/aeternity/aepp-cli-js/commit/894083fb7426128b3d7da7e97e4eda79d9b08de1 ) )
47
49
0 commit comments