blockfrost-js icon indicating copy to clipboard operation
blockfrost-js copied to clipboard

Node.js SDK for the Blockfrost.io API.

Results 17 blockfrost-js issues
Sort by recently updated
recently updated
newest added

example: random new feature has failing unit tests just because list of retiring pools is currently empty. https://github.com/blockfrost/blockfrost-js/pull/229/commits/e96cc89bb38aad988a3befd02a9fbb02ed7258d6

enhancement

Accessing the payload's object properties is kinda hard when everyting has type `any`. We could construct and export interface for each type of Secure Webhooks payload, and it should be...

enhancement
good first issue

I would argue these code comments can be helpful as they are commonly integrated in IDEs, but we need to write them and update them!

documentation

when blockfrost-js throws in a client code stack trace includes basically only calls from within blockfrost-js itself, which is not really useful. It would be nice to improve this somehow....

enhancement

would be nice to be able to cancel requests either via exposing got cancelable promise in our promise wrapper or implementing abort controller https://developer.mozilla.org/en-US/docs/Web/API/AbortController

enhancement