-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
b48a1b7
commit ac0e9f1
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Release Notes | ||
------------- | ||
This v2.2.7 version is the latest of the v2.2 long-term support (LTS) release | ||
of the fabric-node-sdk packages that support Fabric 2.x, and supersedes previous | ||
v2.x releases. Please see the Fabric LTS release strategy document for more | ||
information on LTS releases: | ||
|
||
https://github.com/hyperledger/fabric-rfcs/blob/main/text/0005-lts-release-strategy.md | ||
|
||
Changes in v2.2.7: | ||
|
||
- Transaction objects can be serialized using their serialize() method, and | ||
later reconstructed using the Contract's deserializeTransaction() method. | ||
This allows a transaction to be persisted and resubmitted with the same | ||
transaction ID (and nonce) following a client application restart, and may | ||
be useful to recover from a client application failure while an in-flight | ||
transaction is in an indeterminate state as its commit status has not yet | ||
been observed. |