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
Always run BatchWriter as if enableAnchoring is true
Add helpers for startup and shutdown
Add an index file to BlockchainWriter module
Add a script to package.json to run the index file
Add a Dockerfile with the specific command to run
Add a poet-node_blockchaIn-writer block to docker-compose.yml
TODO:
[ ] Verify tests still run
[ ] Determine a manual test
[ ] See if there's a simple strategy to update tests to use the separate module.
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
enableAnchoring
is truepackage.json
to run the index filedocker-compose.yml
TODO: