Conor Schaefer
Conor Schaefer
Based on discussion yesterday, we consider this blocked until #1867 is resolved.
Moved to future column; we'll return to this in a few sprints.
@avahowell For clarity's sake, could you update the OP on this ticket to make it into a epic, with cross-links to other (potentially blocking) issues related to IBC?
Updated the OP with checkboxes to track related work. Took a first look at rebasing, and it worked surprisingly well. Currently encountering a problem related to our use of [lens](https://github.com/strangelove-ventures/lens)...
Updated OP with #2123, since the good folks at SL are going to tackle the the golang codegen part on their next sprint.
We now have a relayer deployment, updated on every merge into main. Its only path is between the preview and testnet environments, and that path is destroyed and rebuilt on...
Calling this done. There's still a bit more testing to do in #2284 separately, but the plumbing exists for the relayer now. Further IBC work is tracked in #454.
@bakhti #20 was merged—can we get that PR into `master`?
Thanks for submitting. Took it for a spin; works splendidly over here. Here's approximately what I used to test: ```bash #!/bin/bash # review https://github.com/mozilla/sops/pull/1134 set -euo pipefail # Make tempdir...
Doesn't seem like a good idea to me. I'd say there's an argument for updating the _default_ branch on the repo not to be master, but that's as far as...