Henry Tsai

Results 101 issues of Henry Tsai

Add snapshot feature to prevent unauthorized access upon revoking a permission grant

feature

Right now date sort is implemented after messages are fetched from the Message Store. This maybe undesirable when the returned dataset is large and we want/need to page the result.

feature

`messageCid` is mainly used for reference tracking for `put()` and `delete()`, it does not appear to be necessary at a glance for `get()`, and is there only to provide a...

refactoring

There appears a bug in `DataStoreLevel.put()` implementation where if there exists a piece of data with `dataCid` X in the store, and another `put()`is called with the same `tenantId` and...

bug

A NOT filter can help performance of internal implementation of queries which is the main motivation for filing this issue. It is also conceivably a useful DWN `RecordsQuery` capability, but...

performance

Support protocol scenario where only one (or N if useful) record(s) per author is allowed to link to a parent record ![image](https://user-images.githubusercontent.com/17891086/228952176-b4c4e502-f055-4fc3-a3ba-3726091deba6.png)

feature

This is needed for scenarios such as filter by an attester or attesters of records in a `RecordsQuery`.

feature

The container property could be named `ancillaryData`. The `ancillaryData` can contain data such as `encodedData`, `dataSize`, and `recordId` in the case of an initial `RecordWrite`. This would further make the...

feature
discussion

I noticed that the current Sidetree spec states that each Sidetree operation/transaction data stored on IPFS needs to keep the ALL previous changes of the DID. This leads to t...