You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,15 @@
8
8
All encryption is performed in libindy. It simplifies plugged wallets and provides warranty of a good security level
9
9
for 3d party wallets implementations.
10
10
* The format of wallet data was changed for better security and support of efficient search
11
-
* Added [Wallet Export/Import API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/009-wallet-export-import) and
11
+
* Added EXPERIMENTAL [Wallet Export/Import API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/009-wallet-export-import) and
12
12
corresponded commands to Indy CLI
13
+
*```indy_list_wallets``` endpoint is DEPRECATED and will be removed in the next release. The main idea is avoid
14
+
maintaining created wallet list on libindy side. It will allow to access wallets from a cluster and solve
15
+
some problems on mobile platforms. ```indy_create_wallet``` and ```indy_open_wallet``` endpoints will
16
+
also get related changes in the next release.
13
17
* Added [Non-Secrets API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/003-wallet-storage#non-secrets-api) that allows store and read
14
18
application specific data in the wallet
15
-
* Added [Generic Payments API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/004-payment-interface#payment-method-api) that provides
19
+
* Added EXPERIMENTAL [Generic Payments API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/004-payment-interface#payment-method-api) that provides
16
20
ability to register custom payment method
17
21
and then create payment addresses, build payment-related transactions, assign fees to transactions
18
22
* Added ability to [load custom plugins using Indy CLI](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/006-cli-plugins)
All encryption is performed in libindy. It simplifies plugged wallets and provides warranty of a good security level
9
9
for 3d party wallets implementations.
10
10
* The format of wallet data was changed for better security and support of efficient search
11
-
* Added [Wallet Export/Import API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/009-wallet-export-import) and
11
+
* Added EXPERIMENTAL [Wallet Export/Import API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/009-wallet-export-import) and
12
12
corresponded commands to Indy CLI
13
+
* ```indy_list_wallets``` endpoint is DEPRECATED and will be removed in the next release. The main idea is avoid
14
+
maintaining created wallet list on libindy side. It will allow to access wallets from a cluster and solve
15
+
some problems on mobile platforms. ```indy_create_wallet``` and ```indy_open_wallet``` endpoints will
16
+
also get related changes in the next release.
13
17
* Added [Non-Secrets API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/003-wallet-storage#non-secrets-api) that allows store and read
14
18
application specific data in the wallet
15
-
* Added [Generic Payments API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/004-payment-interface#payment-method-api) that provides
19
+
* Added EXPERIMENTAL [Generic Payments API](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/004-payment-interface#payment-method-api) that provides
16
20
ability to register custom payment method
17
21
and then create payment addresses, build payment-related transactions, assign fees to transactions
18
22
* Added ability to [load custom plugins using Indy CLI](https://github.com/hyperledger/indy-sdk/tree/master/doc/design/006-cli-plugins)
0 commit comments