rranjan3

Results 12 issues of rranjan3

The farbic-py-sdk is unable to build on CentOS 8.0. While processing dependencies for fabric-py-sdk==0.9.0, the build looks for cryptography>=1.9 and ends up on version 3.4.7. The corresponding setup.py throws a...

Abstract out calls using database/table names in handlers for direct mode listener. The segregated layer may contain some logic if it has to deal only with lower/database calls for it....

Signed-off-by: Rajeev Ranjan

Signed-off-by: Rajeev Ranjan

Signed-off-by: Rajeev Ranjan

Reinstate graphene-sgx compose file. Signed-off-by: Rajeev Ranjan

Replace nested run_until_complete() with create_task() in Ethereum connector. The evet loop once started cannot be started again from within a coroutine. Signed-off-by: Rajeev Ranjan

Signed-off-by: Rajeev Ranjan

Introduce a centralized file like a properties file to hold all error messages/strings. This will aid having a check on the messages. It could also go a long way in...

Observation made here - https://github.com/hyperledger/avalon/pull/439#discussion_r419901045 needs to be catered at the interface communicating via JRPC. At this point JRPC context is not available, but response is persisted in database. So...