sig-net / mpc

6 stars 0 forks source link

A few enhancement to chain signature integration testing #17

Open ailisp opened 5 months ago

ailisp commented 5 months ago

There is a few places we can enhance current chain signature testing without a lot of work:

An typical use case for this main function would be spin up local nodes and do manual testing or debug certain issue. Once the test is working it can be written down as a with_multichain_nodes test

volovyks commented 5 months ago

Sounds reasonable, let's prioritize and start working on this.

ChaoticTempest commented 5 months ago

This is a great way to debug through each services individually too. Sounds like a great addition