Allow the tx-generator to run against the new tx-submission POST API
oneEdoubleD opened this issue · 2 comments
oneEdoubleD commented
We need a way to test the transaction submission POST API in the explorer. At the moment we can run individual transactions against it by creating the byte string, however it's a slow manual process. Speaking to @denisshevchenko, it sounds like it'd be easy to modify the existing transaction generator to send transactions to the POST API which would allow us to test what happens under stress.
oneEdoubleD commented
This document shows the current testing workflow https://github.com/input-output-hk/cardano-explorer/blob/32efc41fb362966af0f7b2b0b4b797a518797fd5/cardano-tx-submit/testing-tx-submit.md
oneEdoubleD commented
Opened IntersectMBO/cardano-node#428 because this is the wrong place.