interchaintest icon indicating copy to clipboard operation
interchaintest copied to clipboard

(v7) make functions and packages public

Open Reecepbcups opened this issue 1 year ago • 2 comments

Since this is a framework for testing, we should attempt to make all functions (within reason) public.

Versions

  • [ ] v7

  • [x] v8 (main)

  • ex: PrivValFileContent and OverwritePrivValFile in v7.

this may also be useful with the internal/ repo. For example, the local-interchain lense clone could use docker internal functions, but it can not be accessed outside.

Reecepbcups avatar Nov 09 '23 18:11 Reecepbcups

Was just going to create an issue to make some of the functions in the internal package public, specifically the FileRetriever type and associated functions, fetching files (such as private keys) from validator nodes can be extremely useful in some more complex test scenarios.

chatton avatar Mar 14 '24 10:03 chatton

Compelted

Reecepbcups avatar May 10 '24 21:05 Reecepbcups