Closed UMR1352 closed 6 months ago
We did a test deployment of the driver to https://dev.uniresolver.io and it crashes on startup with following logs:
./uni-resolver-driver-iota: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./uni-resolver-driver-iota)
./uni-resolver-driver-iota: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./uni-resolver-driver-iota)
./uni-resolver-driver-iota: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./uni-resolver-driver-iota)
@BernhardFuchs sorry for the issue, could you please try again now?
Just tried it again and the driver is throwing a different error now:
2024-05-17T07:46:11.006657Z ERROR uni_resolver_driver_iota: error=(500, "did resolution failed: the attached handler failed")
@BernhardFuchs I should have fixed the issue, could you please take a look?
Great this works now.
I had to adjust the custom build pipeline. That's why I merged it with this PR https://github.com/decentralized-identity/universal-resolver/pull/425
Adds a driver capable of resolving DID Documents on the IOTA network (iota mainnet, shimmer, or any custom network).