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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
- Transaction support.
11
+
- Now, within the transaction, the wallet has its own balance state.
12
+
13
+
### Updated
14
+
- Due to the state within transactions, I was able to speed up the computation up to 25 times for complex transfers.
15
+
16
+
### Removed
17
+
- class `WalletServiceLegacy`
18
+
9
19
## [7.0.0] - 2021-11-25
10
20
### Updated
11
21
- Optimization of the `payFreeCart` and `payFree` request. Now the package does not update the repository. But there is no point in updating it, because the client does not pay anything.
0 commit comments