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

Bitcoin Core v23 has descriptor wallets as the default for the createwallet RPC. Since SideTree isn't currently supporting descriptor wallets, the easiest path forward is to set descriptors parameter to...

[here is the some Questions I asked on ION repo](https://github.com/decentralized-identity/ion/issues/274) Here are still some questions. 1) About the payload mentioned above in ION-tools, the payload can be anything I want...

Bitcoin Core has updated its wallet format to use descriptor wallets. https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md Starting in v23 of core this is now the default for the createwallet rpc: https://bitcoincore.org/en/releases/23.0/#wallet Legacy wallets require...

Allow setting the controller property of a public key entry (verification method object), as described here: https://identity.foundation/sidetree/spec/v1.0.0/#add-public-keys

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

If you ctrl+F for "prune" or "prunable" you'll see only the provisional proof file mentioned. Should the language be updated to include the Provisional Index file as well?

Spec v1.1

The current iterations over Update operation using the commit-reveal chain may lead to an infinite loop when trying to resolve a DID. The thing that can cause this state is...

This adds a requirement for a DID Resolution Result HTTP response to set a Content-Type header to indicate that it is a DID Resolution Result, as specified in DID Resolution:...

Making the failure explicit is better than the current approach of inferring failure based on transaction number, it will also be more consistent with the pattern used downstream.

code refactoring

Core currently passes in a transaction number and ask blockchain to do the filtering if there are other transactions in the same transactions time. It may be cleaner logic to...

enhancement