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
-[#98](../../../issues/98) provide a (more) user-friendly way to handle unit conversions
19
+
- we introduced a `UnitConversionService`-Interface with a `DefaultUnitConversionService`-Implementation that makes it a bit easier to handle conversions from `AE` to `aettos` or custom tokens that may have less decimals
20
+
-[#99](../../../issues/99) prevent exceptions for TxModel classes
21
+
-[#107](../../../issues/107) wait for confirmation of transaction
22
+
- now it is possible to wait for a transaction to be confirmed
23
+
- this is an asynchronous operation and can be configured through the following properties:
24
+
-`numOfConfirmations` (default=10)
25
+
- the number of confirmations (KeyBlocks) until a transaction is considered confirmed
26
+
- this value can also be explicitly set as method parameter
This release ships some fixes and enhancements. Additionally we renamed some attributes and model-classes. If you already used [v2.0.0](https://github.com/kryptokrauts/aepp-sdk-java/releases/tag/v2.0.0) it might be needed to fix these changes.
0 commit comments