We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531f1c2 commit dae0c24Copy full SHA for dae0c24
changelog.md
@@ -10,11 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
- Transaction support.
11
- Now, within the transaction, the wallet has its own balance state.
12
13
+### Fixed
14
+- Fixed unit tests with checking for transaction level (mariadb).
15
+
16
### Updated
17
- Due to the state within transactions, I was able to speed up the computation up to 25 times for complex transfers.
18
19
### Removed
20
- class `WalletServiceLegacy`
21
+- method `CommonServiceLegacy::addBalance`
22
23
## [7.0.0] - 2021-11-25
24
0 commit comments