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
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.
6
+
7
+
### Refactoring
8
+
-[#86](../../../issues/86) add "payable" attribute to AccountResult-model
9
+
10
+
### Fixes
11
+
-[#85](../../../issues/85) AeternalService: fix case-sensitive comparison of domains
12
+
-[#88](../../../issues/88) replace Optional.orElse with Optional.orElseGet in the AccountServiceImpl
13
+
14
+
### Enhancements
15
+
-[#84](../../../issues/84) add missing ÆNS related AeternalService functionalities
16
+
- we added the possibility to query for active names
17
+
and search for a name (which allows to receive e.g. the owner of a name)
18
+
-[#87](../../../issues/87) add support to receive byteCode for given contractId
0 commit comments