Samuel Smith

Results 70 issues of Samuel Smith

The Getting Started Document https://github.com/hyperledger/aries-cloudagent-python/tree/master/docs/GettingStartedAriesDev Lists several documents that are To Do items: Request filling in. Especially the credential attributes to better understand how to use Sovrin ZCP credentials. To...

This is an issue to begin the discussion of how ACDCs might be acceptable as a compliant variant of VDDM 2.0. For reference the current specification for ACDCs may be...

discuss

I am trying to figure the best way to partially sign a multi-sig P2SH transaction and just return the signature. It looked at the test itest_sign_pay_to_script_multisig() to see if there...

**Is your feature request related to a problem? Please describe.** When seed results in user needing to immediately repeat the Sam Interaction it’s not clear that its a repeat versus...

SyntaxError: invalid syntax Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.5/site-packages/circusweb/circushttpd.py", line 25, in import tornadio2 File "/usr/local/lib/python3.5/site-packages/tornadio2/**init**.py", line 25, in from tornadio2.router import TornadioRouter File...

I installed hyperdex with python using home-brew on OS X 10.11.1. In python 2.7 installed with home-brew running > > > from hyperdex.admin import Admin SegFaults

I don't see any mechanism for key rotation in NostR. Without key rotation then this is not really much different and will fail for the same reasons that the orginal...

# LMDB Keyspace Python Object Mapper (KOM) The current keripy use of LMDB has been mostly limited to KELs for the KERI Core. However in developing applications that sit on...

Add data flow router. Extracted stream processor code from Kevery and put in data flow router so router can route both KEL and TEL message types Merge message types Make...

# KeriPy Python Style Guilde In general its PEP-8 with some variations, notably using camel case instead of underscore case. The Python Peps on style have many options or allowed...