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
This would simplify the amount of chains we need to track, and keep our "development" and "testing" environments equivalent.
While working through this I would try and keep the new, merged, chain spec as simple as possible. Ideally we don't just copy and paste the integration-tests config into the dev module and call it a day. Instead we should review what is being set and why.
The text was updated successfully, but these errors were encountered:
Right now we have some TSS tests which run with
--chain integration-tests
. It seems to me like we should try and remove theintegration-tests
configuration and roll those changes into thedev
configuration.This would simplify the amount of chains we need to track, and keep our "development" and "testing" environments equivalent.
While working through this I would try and keep the new, merged, chain spec as simple as possible. Ideally we don't just copy and paste the
integration-tests
config into thedev
module and call it a day. Instead we should review what is being set and why.The text was updated successfully, but these errors were encountered: