Open ionizer opened 5 years ago
hi @ionizer sorry for the delay in responding. The errors you are seeing appear to be related to a later version of the DAML SDK being with the daml on fabric integration.
We are currently planning to upgrade the daml-on-fabric to match the latest released DAML SDK over the next few weeks and will update once it is available.
Hello there,
I've been playing around with DAML and this repository, and been successfully running this project according to the instructions found in the readme. I can also connect the DAML JSON API with the command
daml json-api --ledger-host localhost --ledger-port 6865 --http-port 7575 --max-inbound-message-size 52428800
to the running ledger. But whenever a DAML JSON is submitted through the JSON API to interact with the ledger, it is throwing the following error:How can we resolve this error? I have also tried updating the
sdkVersion
variable inbuild.sbt
file to100.13.29
but it's giving a lot of errors, possibly due to many breaking changes.I am currently using DAML SDK version 0.13.29.
Thanks in advance!