chore(deps): pin signet-sdk to commit before larger update#95
Conversation
For the current PRs to work without a huge rebase, we need to pin signet-sdk to the commit before what's in main, to use the old deps.
|
My PR depends on a branch in the SDK |
dylanlott
left a comment
There was a problem hiding this comment.
🎀 Graphite made me write something 🦀
|
uhhh that's kinda tough. That means we'll need to update deps and all open PRs will need to rebase, which will be painful. Any workaround or will y'all eat the bugs? |
|
Yeah, looking at the open PRs, i think it's best to:
|
|
My PR is stacked on @prestwich PRs already, so it would be better to stack the So instead we should:
This will allow |
|
|
|
to be clearer, this PR restores the status quo, ie. It explicitly depends on a pre-change sdk commit. So it won't require any changes to open PRs my preferred is
|
|
ya my point with this pr is to restore status quo—we don't want to merge the ongoing work with red CI |
|
merging this to unblock the current PRs |

For the current PRs to work without a huge rebase, we need to pin signet-sdk to the commit before what's in main, to use the old deps.