vaultec

Results 15 issues of vaultec

**Describe the bug** Cannot call a class as a function while using webpack in production **To Reproduce** Steps to reproduce the behavior: 1. Setup a react-app-rewired project. 2. Attempt to...

bug
dependencies

## Roadmap **Within Next two months** - [ ] Exposing pubsub channel to orbit-db-store interface - [ ] Secure, authenticated pubsub (Aviondb specific, or orbitdb specific?) - [ ] Non...

discussion

**Version**: 0.2.3 **Platform**: NodeJS **Describe the bug** ``` TypeError: Store is not a constructor at OrbitDB._createStore (.\node_modules\orbit-db\src\OrbitDB.js:231:19) ...snip, implementation specific traceback... ``` **To Reproduce** Steps to reproduce the behavior: 1....

bug

**Suggestions:** > What needs to be added, related issues. * Exposing pubsub channel to orbit-db-store interface (https://github.com/orbitdb/orbit-db/issues/784) * Orbitdb instance pass through to orbit-db-store interface. * Handle the process of...

discussion

Is it possible to compare IPLD nodes in a way that can be represented as binary or another IPLD node. Then that comparison result/diff can be applied on the original...

I think it would be a good idea to include async iterable function support along with regular async function. An example of use case would be streaming large amounts of...

Why is it that `steem_keychain.requestSignBuffer` only accepts strings. Could support be added for buffers? Although this is not a problem for most developers and easy to work around. I think...

Currently in multiple areas of the code public keys are compared with a value comparison (===). However, public keys can be shortened, or formatted differently which can throw off comparison....

bug

This might start off as a bit outlandish and redundant considering there is a native webassembly runtime in nearly all Javscript runtimes. Let me explain. To my knowledge, the default...

Currently docstore Index only keeps track of whether a docstore entry exists or not and the current value coinciding to it. There could be a toggle that turns on and...