Edouard Maleix
Edouard Maleix
@strongbox-mark As a user of both Strongbox (on several devices) and Onlykeys, i would really appreciate to have this possibility, as that would avoid me to always have both my...
That would be a very appreciated feature, but i guess it would only worth the effort if enough people asks for it. Thanks for giving an update though.
What are you calling REQ message ?
@NoNameProvided Hey, would it be possible for you to have a look at this PR, and/or eventually give your opinion on such a feature ?
It seems like when we define `heroku-prebuild` hook in package.json, `yarn run ` will be called Since Yarn v2 it seems impossible to call `yarn run ` before installing dependencies...
@daniel-pan-moos Maybe the functions you are looking for are documented [here](https://github.com/bigchaindb/js-bigchaindb-driver/blob/master/API.md). You have `getTransaction` to retrieve a transaction by its id and `listOutputs` to retrieve transactions spent or unspent for...
@PayResto How do you call `makeCreateTransaction` method ? I suspect that for @amankakar the null metadata argument might cause some issues, i think i encountered this problem few days ago.
I'm ok to make a PR. Would that be fine to add an `asyncCast` function that takes a `Promise` as input and returns `Promise` ?
Hey @sz-piotr, sorry for the delay. You were right, the use case is a sanitizer that returns a promise. Thanks a lot for your snippet and your feedback. Do you...
In fact my question was more to know if you would prefer a `cast` function that could take an async | sync sanitizer as 2nd argument or to separate async...