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

Need to decide on what hash algorithm to use when hashing suffix data when multiple hash algorithms are supported, the case overlooked in current implementation is that a long-form DID...

enhancement
v-next

Options: - adjust the default value to a more reasonable number - remove the default and make config required

enhancement
code refactoring
Bitcoin

In order to prevent a "late publish" attack by the node trusted by the DID owner, the best practice is for user agent to retain the raw update & recovery...

documentation
Spec v1.1

Decide if we should validate update/recovery key hash matches reveal value at observing time. We already do this at resolving time, but if we do this at observing time we...

enhancement
protocol
beta

Currently, at the API layer, we accept malformed delta when user submits a create operation. The DID will be created with the commit reveal value but won't take the delta....

enhancement
feature

Hi I got following errors after run tsc index.ts command. I modify the "target" and "lib" attribute value in tsconfig.json to the newer es version. But, it does not work...

Some blocks are not formatted as expected in blk files. When that happens, bitcoinRawDataParser fails to run. Handle the case by ignoring those blocks and find the next block.

bug
Bitcoin
beta

getNormalizedFee in NormalizedFeeCalculator may not need to be versioned. Move it out if so.

Make a separate model for transactionModel with fee and without fee and maintain the contract of core and blockchain so that transactionModels in core will have normalizedFee and blockchain doesn't