You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we test the reshare by mocking it. We test each peace individually but there is a timing aspect to the communication between the chain and tss that is just mocked. This is because triggering a new session (for testing) is hard to do in a substrate chain
more thought needs to go into how to test this
some ideas
a new chain runtime with a signigicantly shorter session time
chopstick (however issues with sending http calls in chopsticks)
The text was updated successfully, but these errors were encountered:
Currently we test the reshare by mocking it. We test each peace individually but there is a timing aspect to the communication between the chain and tss that is just mocked. This is because triggering a new session (for testing) is hard to do in a substrate chain
more thought needs to go into how to test this
some ideas
The text was updated successfully, but these errors were encountered: