workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Lifecycle of amman / container workflow #160

Closed nathanleclaire closed 2 years ago

nathanleclaire commented 2 years ago

re: https://github.com/workbenchapp/solana-workbench/pull/149

There are some outstanding Qs we want to document about how Amman workflow should work:

SvenDowideit commented 2 years ago

the #149 that was merged fetches the Amman logs if the validator was started during the current workbench session - its basically streaming the output of the docker exec solana amman start - but when you restart workbench, that becomes unavailable.

need to replace that with tee-ing that output to a file, and using docker exec solana tail -f outputfile (closing #170 dupe)

178 is imo a good start on making it pretty :)

nathanleclaire commented 2 years ago

This feels kinda vague now, gonna close and we can open new more specific ones if we want