File tree Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Expand file tree Collapse file tree 1 file changed +44
-1
lines changed Original file line number Diff line number Diff line change 1
- # Algorand Web Wallet Change log
1
+ # MyAlgo Connect Change log
2
+
3
+ ## [ 1.1.0] - 13-07-2021
4
+
5
+ ### Added
6
+
7
+ - Added support for algosdk ` EncodedTransaction ` .
8
+ - Added support for signing transactions array with Ledger Nano wallet.
9
+ - Now ` connect ` method will return the account's name.
10
+ - Added new warnings for risk transactions.
11
+ - Added new error views.
12
+ - Added account name in the header on signing popups.
13
+ - Added support for rekeyed accounts.
14
+
15
+ ### Updated
16
+
17
+ - Updated ` connect ` method arguments.
18
+ - New UI interface that includes account list, transaction list, transaction views and warnings views.
19
+ - Errors like ` Not Allowed ` and ` Not supported ` will be handled by the popup and not by the dApp.
20
+ - Improved the signTransaction popup security, now every transaction field will be validated (by its type) and will not allow additional fields.
21
+ - Improved popup security, now after receiving the method it will stop receiving data from the dApp.
22
+
23
+ ### Deleted
24
+
25
+ - Removed support for ` signer ` field.
26
+ - Removed ` strictEmptyAddressChecking ` field, going forward will always be false.
27
+
28
+ ### Fixed
29
+
30
+ - Fixed bug on transactions array when the asset does not display the correct amount.
31
+ - Fixed bug on invalid transaction the popup went blank (#28 ).
32
+ - Fixed decimals bug.
33
+ - Fixed note bug. Now the ` note ` field must be an Uint8Array (or a base64 string that must be decoded to an Uint8Array type).
34
+
35
+ ### Known issue
36
+
37
+ - MyAlgo Connect package still has the buffer not find error (#27 ).
38
+
39
+ ## [ 1.0.1] - 08-03-2021
40
+
41
+ ### Fixes
42
+
43
+ - Exported SignedTxn (#14 ).
44
+ - Minor fixes
2
45
3
46
## [ 1.0.0] - 04-03-2021
4
47
You can’t perform that action at this time.
0 commit comments