File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ id: latest
3
3
title : Changelog (v4)
4
4
---
5
5
6
+ 4.3.1
7
+ =====
8
+
9
+ - Fixes
10
+
11
+ - retrieveAppCall returns null for non-appcall operations. This allows non-essential instructions to be parsed and ignored.
12
+ - Fix transaction deserialization without signatures
13
+ - Correct error meesage in nep2.decrypt (Wrong capitalization of second word)
14
+
6
15
4.3.0
7
16
=====
8
17
Original file line number Diff line number Diff line change 3
3
title : Changelog (v3)
4
4
---
5
5
6
- 3.11.8
6
+ 3.11.9
7
7
======
8
8
9
9
- Fixes
@@ -14,6 +14,7 @@ title: Changelog (v3)
14
14
- Fix typings for ` buildMultiSig ` .
15
15
- Fix ScriptBuilder's integer not emitted as two's complement.
16
16
- Lock dependencies to specific versions.
17
+ - Adjust ScriptBuilder for dnagling instructions.
17
18
18
19
3.11.0
19
20
======
You can’t perform that action at this time.
0 commit comments