zeroxbt

Results 24 comments of zeroxbt

@wemeetagain I made a PR for this, and also found a bug that slows down kad dht find closest peers quite a bit. Please take a look when you have...

Hi @rubensworks, thanks for the fast response. Removing the `destination` key from the context object solved the issue. I had this since I used the same context for storing datasets...

We need to review the validation function. I'll leave leave a comment here once it's fixed.

For more context, this is the error we get when searching for a certain keyword. `Bad request. Unexpected error at getting results: Error: File doesn't exist on file path: data/handler_id_cache/a3f24722-475b-4d4d-8744-e4f99a29aba8`

An easier and more efficient solution would be to add bcp47 normalization to the nquads parser. We could fork the jsonld library and add these changes : https://github.com/zeroxbt/jsonld.js/commit/04f3a09d71d31e9ce7a28213ed0d3b3fc9a297b8

`SendAssertionError` means some errors occured when sending assertions to a subset of the nodes you contacted. When you see `USERLVL: Telemetry logging error: xxx` it means the plugin is storing...

Hi @Aescwine. You can resolve both assertions and assets. Resolving an asset will return the latest public assertion linked to that asset.

Make sure you have polkadot js or talisman extension installed and that you are connected to the specified substrate account.

@djordjekovac I think [this](https://github.com/OriginTrail/ot-node/blob/28a7ab30710f9b527aee88fed88f41f7d542d1c5/src/modules/repository/implementation/sequelize/sequelize-repository.js#L27) is the issue. If password is empty in .env file, node will get default password from config, which is set to "password"