Angelo Laub

Results 4 issues of Angelo Laub

When running the unmodified eos-transfers example, after a while I get the following error: ``` {"name":"demux","hostname":"Ubuntu-1804-bionic-64-minimal","pid":30211,"level":30,"msg":"Rolling back 1 blocks to block 7986487...","time":"2019-01-10T05:07:43.811Z","v":0} (node:30211) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'indexState' of...

Currently, the PGVector vectorstore only supports adding embeddings to the store. This PR adds upserting capability to the store, so you can update existing embeddings if the underlying text have...

auto:improvement
auto:documentation

We at privEOS are using eosjs-ecc and found a number of issues that this pull request fixes: 1) Replace insecure use of AES-256-CBC, which is an unauthenticated mode, with tweetnacl....