indy-vdr
                                
                                
                                
                                    indy-vdr copied to clipboard
                            
                            
                            
                        A library and proxy server for interacting with Hyperledger Indy Node ledger instances
Running `cargo build --lib` fails with errors `E0277`, `E0599`. I initially noticed the error on `alpine/x86_64` (docker build). Removing `Cargo.lock` also caused the compilation to start failing on my main...
When writing tests for the new NodeJS wrapper I encountered some issue with `pool_close()`. The issue is that when I create a pool and immediately close it nothing goes wrong,...
We noticed, that Indy VDR performs a state proof verification for each response of a read request to the ledger, but it seems there's no indication if the verification was...
Building `indy-vdr` using cargo build on `Ubuntu 18.04 aarch64` fails: ``` error: failed to run custom build command for `zmq-sys v0.11.0` Caused by: process didn't exit successfully: `/home/indy/indy-vdr/indy-vdr-0.3.3/target/debug/build/zmq-sys-d0b872da29bf9f33/build-script-main` (exit status:...
Hello guys, I'm currently trying to programmatically remove the role of a DID with the indy VDR golang wrapper. Sadly `err = client.CreateNym(nym.Dest, "", vdr.NoRole, c.serviceDid.DIDVal.MethodSpecificID, c.signature)` Sadly I receive...
Calling `/rev_reg_def/6sUh41dtpjSYfEs7szMcqD:4:6sUh41dtpjSYfEs7szMcqD:3:CL:8:default:CL_ACCUM:efd6413f-9765-4032-a40a-a8a14b00de98` when connected to an empty ledger returns this: ``` { "data": null, "id": "6sUh41dtpjSYfEs7szMcqD:4:6sUh41dtpjSYfEs7szMcqD:3:CL:8:default:CL_ACCUM:efd6413f-9765-4032-a40a-a8a14b00de98", "seqNo": null, "txnTime": null, "type": "115" } ``` Should this be a 404 response?
If more than min_consensus(total_nodes_count) nodes return a reply, and those replies cannot be verified by check_state_proof, then as a result of consensus.rs line 81, the non-verified reply will be returned...
Using the javascript wrapper to request the validator info data from every node in a network seems to leak memory. We saw this behavior consistently in our backend service over...
Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.67.2 to 0.74.5. Release notes Sourced from react-native's releases. 0.74.5 Fixed iOS specific Pass the right Apple system versions to Hermes (10e9669ad1 by @cipolleschi) Android specific Remove...