rusk icon indicating copy to clipboard operation
rusk copied to clipboard

Dependency loop with `wallet-core`

Open ureeves opened this issue 1 year ago • 2 comments

Problem

Currently, wallet-core depends or rusk-abi - which is in this repository. However, rusk - which is also in this repository - depends on wallet-core.

This generates a really nasty release loop, where we have to release rusk-abi before we might like to, in the hopes of merging PRs that target rusk.

Possible Solution

I suggest we use git-filter-repo to graft the histories of the two repositories together, under a subdirectory.

ureeves avatar May 04 '23 08:05 ureeves

@moCello can we have a chat about this? I'm not sure if it's resolved already or not.

HDauven avatar Apr 10 '24 10:04 HDauven

@HDauven yes please! This issue is making any dependency update a nightmare

moCello avatar Apr 10 '24 10:04 moCello

Closed in favor of #1853

autholykos avatar Jun 13 '24 12:06 autholykos