bnonni

Results 43 comments of bnonni

@believethehype yeah, getting the same error. This is how I resolved it. This code assumes you have subscribed to a relay and set a var called `event` where you are...

Addresses #16

> * Add how to decrypt DMs to README.md > * ~~Changed `decrypt` method to set `public_key_hex = self.pubkey` instead of `public_key_hex = self.recipient_pubkey`~~ I realized I was misunderstanding the...

To test this locally, I'm doing: Connect to localhost DWN using Web5.connect(), wipe the local DATA folder and reconnect with the produced recovery phrase. I confirmed that the didService is...

> To test this locally, I'm doing: Connect to localhost DWN using Web5.connect(), wipe the local DATA folder and reconnect with the produced recovery phrase. I confirmed that the didService...

@LiranCohen I see. I didn't realize the agent did is no longer registered when recovering the agent and the local data store, but that makes a lot of sense. Thank...

Ok, after some deep investigation, I made some updates; however, I am still unable to recover any connected dids but I discovered something that may be part of the problem:...

> Ok, after some deep investigation, I made some updates; however, I am still unable to recover any connected dids but I discovered something that may be part of the...

> > When sync is not set in .connect(), it defaults to 2m. From what I can tell, that delays the first sync for 2m as well as subsequent syncs,...

Thanks for the rundown. That's helpful. I'll take a look at this and the sync code. Questions 1. When the `registeredIdentites` are pushed to the DWN, how are they stored?...