orb icon indicating copy to clipboard operation
orb copied to clipboard

A DID method implementation that extends the Sidetree protocol into a Fediverse of interconnected nodes and witnessed using certificate transparency. Spec: https://trustbloc.github.io/did-method-orb/

Results 26 orb issues
Sort by recently updated
recently updated
newest added

Step 1: Download orb cli binary. - darwin: wget https://github.com/trustbloc/orb/releases/download/v0.1.3/orb-cli-darwin-amd64.tar.gz - linux: wget https://github.com/trustbloc/orb/releases/download/v0.1.3/orb-cli-linux-arm64.tar.gz Step 2: extract a tar. - darwin: tar -zxf orb-cli-darwin-amd64.tar.gz - linux: tar -zxf orb-cli-linux-amd64.tar.gz Step...

demo

Step 1: Download orb cli binary. - darwin: wget https://github.com/trustbloc/orb/releases/download/v0.1.3/orb-cli-darwin-amd64.tar.gz - linux: wget https://github.com/trustbloc/orb/releases/download/v0.1.3/orb-cli-linux-arm64.tar.gz Step 2: extract a tar. - darwin: tar -zxf orb-cli-darwin-amd64.tar.gz - linux: tar -zxf orb-cli-linux-amd64.tar.gz Step...

demo

When an Observer writes anchor CID data to the store ([this line of code](https://github.com/trustbloc/orb/blob/570c10a1966d4916dcd2254ae04ccda959a953a8/pkg/observer/observer.go#L341)), we explicitly identify which suffix anchors are brand new and should not already exist in the...

When paging through the outbox or inbox, using page-num=0 should always return the same result although random results are returned if new activities are being added. It seems that paging...

bug

CID (v0) returned from IPFS is different from one provided by utility multihash.ToV0CID