Currently in the celestia-app repo, there is a function CreateTxSim that deploys tx sim in a container to spam tx's, we should be able to create a first class struct for it embedded with *container.Node and make it nicer to to use in tests. Similar to how the other types are implemented.
The current implementation is a kind of hacky wrapper around the existing tastora code that lets you deploy arbitrary containers. It also does not error out of the container crashes so it is quite flakey.
Currently in the celestia-app repo, there is a function
CreateTxSimthat deploys tx sim in a container to spam tx's, we should be able to create a first class struct for it embedded with *container.Node and make it nicer to to use in tests. Similar to how the other types are implemented.The current implementation is a kind of hacky wrapper around the existing tastora code that lets you deploy arbitrary containers. It also does not error out of the container crashes so it is quite flakey.