poetapp / node

The core of Po.et
https://docs.poetnetwork.net/
MIT License
192 stars 27 forks source link

refactor(BlockchainWriter): able to run as independent module #929

Closed krobi64 closed 5 years ago

krobi64 commented 5 years ago

PR Process - PR Review Checklist

Release

Semantic release is enabled for this repository. Make sure you follow the right commit message convention. We're using semantic-release's default — Angular Commit Message Conventions.

Description of Changes

Resolves #868

  1. Always run BatchWriter as if enableAnchoring is true
  2. Add helpers for startup and shutdown
  3. Add an index file to BlockchainWriter module
  4. Add a script to package.json to run the index file
  5. Add a Dockerfile with the specific command to run
  6. Add a poet-node_blockchaIn-writer block to docker-compose.yml

TODO:

lautarodragan commented 5 years ago

This is looking great!

lautarodragan commented 5 years ago