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

Publishing of msgs on events #149

Closed Kexkey closed 4 years ago

Kexkey commented 4 years ago

On watch, can now provide a msg that will be part of the payload of an event published on tx_confirmation topic using the Cyphernode pub/sub system.

On spend, same thing.

On newblock, an event will be published.

Some algo optimization in confirmation handling.