Merge pull request #113 from IntersectMBO/enable_tx_generator
feat(scripts): add tx-generator integration and support for multiple …
feat(scripts): add tx-generator integration and support for multiple …
- Generate two genesis UTXO keys instead of one in both fast and slow cluster scripts. - Refactor UTXO key handling and address generation into a new `create_genesis_utxos` function. - Introduce ENABLE_TX_GENERATOR env var to enable tx-generator setup and supervision. - Add `run-tx-generator` script for supervised transaction generation. - Update supervisor and optional service logic to support tx-generator. - Improve robustness of dbsync, smash, and submit-api scripts by checking for required binaries. - Minor fixes to address handling and conditional logic.
- Generate two genesis UTXO keys instead of one in both fast and slow cluster scripts. - Refactor UTXO key handling and address generation into a new `create_genesis_utxos` function. - Introduce ENABLE_TX_GENERATOR env var to enable tx-generator setup and supervision. - Add `run-tx-generator` script for supervised transaction generation. - Update supervisor and optional service logic to support tx-generator. - Improve robustness of dbsync, smash, and submit-api scripts by checking for required binaries. - Minor fixes to address handling and conditional logic.