kryptokrauts / contraect-maven-plugin

maven plugin to generate java classes for Sophia smart contracts using the ACI. the generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call entrypoints.
https://kryptokrauts.github.io/contraect-maven-plugin
ISC License
3 stars 0 forks source link

Limited compatibility with quarkus/vertx #53

Open mitch-lbw opened 3 years ago

mitch-lbw commented 3 years ago

Check if vertx > 3.6.3 leads to same issue (List / Map returned from contract call is additionally wrapped into JsonArray) Solution: unwrappedResultObject = ((JsonArray)unwrappedResultObject).getList();