timewave-computer / covenants

Apache License 2.0
17 stars 4 forks source link

two party holder op mode #298

Closed bekauz closed 3 weeks ago

bekauz commented 3 weeks ago

closes #252

currently the e2e tests are failing because the existing go interchaintests had not had their types adjusted to the new tick mode. considering that issues like #231 , #232 , and #233 are already in progress, I suggest not doing double work and adjusting the e2e tests in this pr. this is because once the migration to local-interchain is complete, we will unlock the ability to reuse our rust types directly without the need to convert them to go types.