Samuel Smith
Samuel Smith
I think the one place we varied was not counting a yeses and not, but we did ask for any no votes or objections which is essentially counting no votes...
I think we are confusing two different issues. Regular working group decision making and an override of a given vote by the steering committee or the community as a body....
I want to support @dhh1128 position. I concur that the Semantic RDF/JSON-LD model is most beneficial for small contexts but which have variability and therefore need high extensibility. In other...
It would break code to instead of attaching the receipt couple to attach a quadruple instead. Also attaching quadruples is much more verbose than attaching indexed signatures when multisig. So...
These rules allow recovery in the event that the pre-rotated keys of the delegated identifier are compromised. This provides another layer of security that enables hierarchical composition of key management...
Seems reasonable. In general any authentication anywhere that accepts verified signatures has a similar race condition if keys are compromised. The attacker can submit signed (but contradictory to the real...
Any progress here. Frustrated trying to use python client hyperdex with Python3. No easy install path for that
Do I have to install all the dependencies from the latest hyperdex github repo as in busybee, replicant, hyperleveldb?
There is no ./configure in the repo. I tried running autoconf $ autoconf configure.ac:12: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See...
This is what I did. ``` bash $ brew install busybee $ brew install hyperleveldb $ brew install replicant $ git clone https://github.com/rescrv/HyperDex.git $ cd HyperDex $ autoconf configure.ac:12: error:...