Daniel Bluhm
Daniel Bluhm
I'm looking into this. This has some ties to work I've already started in https://github.com/hyperledger/aries-cloudagent-python/pull/2516
Getting the same errors with the following Dockerfile: ```Dockerfile FROM rust:1.60.0-slim-buster AS indy-vdr WORKDIR /indy-vdr ADD https://github.com/hyperledger/indy-vdr/archive/refs/tags/v0.3.4.tar.gz indy-vdr.tar.gz RUN apt-get update && apt-get install -y libssl-dev pkg-config cmake g++ &&...
I tried building from current main (36b2bd9) and that worked fine; I haven't tried that specific commit though.
Some input from @andrewwhitehead: > In python we actually use the buffer protocol to copy data from an indy-credx object to askar without leaving duplicates, but that's not always possible....
@frostyfrog Some minor conflicts in this PR after #2892 was merged
Why not return a DIDComm v2 problem report?
Most of the feedback so far has been from those who have already had a hand in the PR; it would be great to get more feedback from outside that...
@mepeltier is in the process of putting together tests to pass the code coverage threshold SonarCloud is requiring.
Gentle nudge for a review from @jamshale (so we don't have to keep merging upstream and resolving poetry lock conflicts :sweat_smile:). I think the 61% coverage is adequate for the...
@jamshale given that this is just a doc update, I'm guessing the integration test failure is a fluke? Any insights?