sidetree icon indicating copy to clipboard operation
sidetree copied to clipboard

Sidetree Specification and Reference Implementation

Results 117 sidetree issues
Sort by recently updated
recently updated
newest added

Opening to separate from https://github.com/decentralized-identity/sidetree/pull/863

spec
Spec v1.1

Key as a term can be ambiguous, for instance is it talking about a key pair or just a public or private key. This ambiguity can cause dangerous behaviour especially...

spec
Spec v1.1
editorial

![image](https://user-images.githubusercontent.com/26752423/107075547-1a155a00-679f-11eb-868c-3c33e27e5754.png) It could use random number generator and breaks the test. Investigate and fix the test.

good first issue
test
Bitcoin

Are there any generic Sidetree protocol parameters that should have a common format? Here are our current trustbloc parameters: ``` { "genesisTime": 0, "multihashAlgorithm": 18, "maxOperationCount": 10, "maxOperationSize": 200000, "compressionAlgorithm":...

Spec v2

For example: ``` curl -X GET "https://staging.element.transmute.industries/element/versions" -H "accept: application/json" ``` ``` [ { "name": "core", "version": "0.1.0" }, { "name": "ethereum", "version": "0.1.0" }, { "name": "ipfs-with-cache", "version": "0.1.0"...

Spec v1.1

1. are files the correct size? 2. are each of the files matching the specific schema? 3. counts need to match expectations

documentation
test vectors
Spec v1.1

The Batch Writer should ensure that the **compressed** CAS files it writes does not exceed protocol limits so that the operation batch is not rejected by the Observer. Also consider...

enhancement

I am recently leanring to use `sidetree` to manage DIDs . There are many protocols without any example code which is really not good for beginners . I start a...

Right now, delta validation happens at resolution time for performance concerns. If done during observing time, validation may take too long, it can potentially bleed into the next time transaction...

enhancement

DocumentComposer should not handle resolution object properties such as metadata, we should refactor them out.

good first issue
code refactoring
v-next