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
Following exception thrown when obtaining a contract package:
java.lang.reflect.UndeclaredThrowableException
at com.sun.proxy.$Proxy25.getStateItem(Unknown Source)
at com.stormeye.steps.WasmStepDefinitions.theVersionUrefSDictionaryItemValueIs(WasmStepDefinitions.java:446)
at ✽.the version dictionary item value is 1(file:///Users/imills/casper/terminus-java-tests/src/test/resources/features/wasm.feature:23)
Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "lock_status" (class com.casper.sdk.model.contract.ContractPackage), not marked as ignorable (4 known properties: "versions", "access_key", "disabled_versions", "groups"])
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: com.casper.sdk.model.storedvalue.StoredValueData["stored_value"]->com.casper.sdk.model.storedvalue.StoredValueContractPackage["ContractPackage"]->com.casper.sdk.model.contract.ContractPackage["lock_status"])
at com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:61)
The text was updated successfully, but these errors were encountered:
Following exception thrown when obtaining a contract package:
The text was updated successfully, but these errors were encountered: