near / mpc

30 stars 6 forks source link

A few enhancement to chain signature integration testing #646

Open ailisp opened 2 weeks ago

ailisp commented 2 weeks 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 1 week ago

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

ChaoticTempest commented 1 week ago

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