radiks icon indicating copy to clipboard operation
radiks copied to clipboard

A client-side framework for building model-driven decentralized applications.

Results 44 radiks issues
Sort by recently updated
recently updated
newest added

Symmetric encryption is used in generic invites using `aes256`. `aes256` encryption uses CTR mode, while the blockstack encryption is using CBC mode in `encryptECIS`. Does it make sense to have...

![image](https://user-images.githubusercontent.com/13279523/76331525-a84e3b00-62c5-11ea-960d-f0b1510fc56d.png) Couldn't figure it out... help xD

> I have met the same problem as well, my another question is how can i get my invitation from other people's userGroup You could create a model that looks...

I made a Indexer interface, so that it should be easier in the feature to add multiple implementations and technologies that can hold the central index of a dApps. -...

https://github.com/blockstack/radiks/blob/36c474bf99f2fa3ef4dbe7dd5bd7a52f134b631e/src/models/user.ts#L79-L102 In case of server error, the personal signing key is regenerated and disrupts data integrity on the basis of the user. "then" should be used instead of "finally"

(Assuming #76 is resolved) I got `UserGroup undefined` errors when activating a GroupInvitation. The line below would be the problem. https://github.com/blockstack/radiks/blob/0d97225e9b828d5348960236fdd4b83c266cbdaa/src/models/group-membership.ts#L91 The code above is trying to get the UserGroup...

Users that are not yet registered with the radiks-server (not called User.createWithCurrentUser) can't save invitations (and other models). The error shown is `this.words is null`. To improve dev experience, this...

In order to improve developer experience the thrown error should say that the server responded with a bad status (!= 200)

Current maintainers are Matt and Ken.