Abhinav Prakash

Results 14 issues of Abhinav Prakash

I am trying to download python-rocksdb for unable to do so. I'm following: https://python-rocksdb.readthedocs.io/en/latest/installation.html for installation... I'm stuck with ``` pip install git+git://github.com/twmht/python-rocksdb.git#egg=python-rocksdb ``` It is constantly giving error. ```...

Hi, I am calling fabric-smaples/asset-transfer-basic/chaincode-go using a UI..... I have tested the calling of chaincode using both postman and commandline and is working all good for me. ***REPO LINK(UI):: https://github.com/PsychoPunkSage/Vivenns/tree/Hyperledger/5_ui_restapi***...

**NOTE**: Please don't merge it. It is an exercise PR

Closes #3300 Implements methods to expose the Consensus Version and Prints it on starting the services.

## Current behavior Currently, we build ockam release assets (Nif build) using our [Docker builder image](https://github.com/build-trust/ockam/blob/f2e399804652c8afe0ffaa82feedb94ebde743a0/.github/workflows/release-binaries.yml#L352-L447), ## Proposed changes deprecate usage of docker and use Nix instead Closes #5943

## Current behavior Few tests are ignored in Secure Channel ## Proposed changes This PR tries to resolve the issue which cause these test to fail and being ignored Closes...

### Observed behavior Few test in Secure Channel Example are currently being ignored by using `#[ignored]` flag. ### Steps to reproduce Have a look [Here](https://github.com/build-trust/ockam/blob/ec8406aff505f00189216990f4a52a7cb08a417b/examples/rust/tcp_inlet_and_outlet/tests/tests.rs#L54) and [Here](https://github.com/build-trust/ockam/blob/ec8406aff505f00189216990f4a52a7cb08a417b/examples/rust/tcp_inlet_and_outlet/tests/tests.rs#L85) ### Desired behavior...

## Current behavior Crate `ockam_abac` gave out unusual error on running `ockam build --package ockam_abac`. Error ``` Blocking waiting for file lock on build directory Compiling ockam_core v0.112.0 (/home/psychopunk_sage/dev/OpenSource/ockam/implementations/rust/ockam/ockam_core) Compiling...

## Current behavior command manual is updated manually ## Proposed changes My solution provide a github workflow to automate the process. closes #4650

## Current behavior we can see lots of Warnings on running `cargo doc` ## Proposed changes Solves the warnings we get fix #7145