Florian Dold
ee47aa4837
Instead of using the deprecated runUntilDone, we now wait for specific notifications. The old way doesn't work, since p2p push transactions are not considered done until the counterparty has accepted the payment. |
||
---|---|---|
.. | ||
bin | ||
debian | ||
src | ||
build.mjs | ||
Makefile | ||
package.json | ||
README.md | ||
tsconfig.json |
taler-harness
This package implements the taler-harness
CLI tool. It contains integration
tests for GNU Taler and GNU anastasis, as well as various helpers for managing
deployments of GNU Taler.
Debugging
To get more actionable stack traces, enable source maps for node:
export NODE_OPTIONS=--enable-source-maps