SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

v0/getmempoolinfo added #107

Closed aitorjs closed 5 years ago

FrancisPouliot commented 5 years ago

Thanks for the PR

Kexkey commented 5 years ago

Hi @aitoribanez ! Thanks for the changes, it's good now.

Before merging, can you add the new endpoint to the openapi doc please?

https://github.com/SatoshiPortal/cyphernode/blob/dev/doc/openapi/v0/cyphernode-api.yaml

You can take the get_blockchain_info as an example, it's that simple.

Thanks!