Raphael Flechtner
Raphael Flechtner
__EDIT:__ updated the reproduction example to reflect the proper use of typescript's Node16 module setting. * **I'm submitting a ...** - [x] Bug report - [ ] Feature request -...
closes kiltprotocol/ticket#3043 # TODOs - I ultimately envision this to have high-level support for managing an on-chain identity as well; but as-is, you can already make any DID operation (including...
## 🚧 WIP 🚧 Release branch for V1 of the SDK. ### TODOs before release: - [x] Figure out what versions to use for non-V1'd sub-packages. We should leave some...
## fixes KILTProtocol/ticket#2224 Originally I was trying to fix type errors coming from types that are defined e.g. in `@polkadot/api-base` or `@polkadot/api-derive` and prevent us from disabling `skipLibCheck`. I made...
## fixes KILTProtocol/ticket#2331 In this PR I introduce several optimisations to bring down typescript compile times. 1. [Composite builds](https://www.typescriptlang.org/tsconfig#composite) and [package references](https://www.typescriptlang.org/docs/handbook/project-references.html). This means that packages that did not change...
## quickfix Makes sure we clear the timeout in the subscription promise after the promise has resolved or rejected. ## Checklist: - [ ] I have verified that the code...
After discussing challenges that _context injection_ currently poses for combining with @msporny & @dlongley in a [different forum](https://github.com/digitalbazaar/data-integrity/issues/19), we've agreed this should be brought to the attention of the broader...
The way the section on context injection is currently written leaves a lot of questions open regarding when and how exactly context injection is to be perfomed, which can easily...
## fixes https://github.com/KILTprotocol/ticket/issues/3359 Adds a high-level did api for simplifying the most common DID management operations. ## How to test: TBD ## Checklist: - [ ] I have verified that...
## fixes https://github.com/KILTprotocol/ticket/issues/3530 Adds and exposes a generateKeypair function that returns a multikey-encoded keypair. I had to refactor multikey en-and decoding for that. ## How to test: TBD ## Checklist:...