Open ramin opened 1 month ago
I'm supportive of moving these to gitignore and pulling down via Just - same pattern is seen in /payouts/cargo.toml and in mprocs.yaml
I've been playing around trying to get a local example running and haven't been able to do it successfully yet
I'd like to propose we create a .gitignored directory in the project (
libs
) that has said dependies referenced and we update the Justfile to pull these from the proper git sha (i assume 0.6.0 of these is a pre-release?)
That's a great I idea.
Ya, making a big upgrade for bitcoin@32.0
pr here to rust-dlc
I pushed git links to my PR's for bitcoin:0.32.2
Should be able to build now until 32 is merged to kormir and rust-dlc
When setting this up to see if i could make a contribution, i noticed a few entries in
ddk/Cargo.toml
reference local dependencies https://github.com/bennyhodl/dlcdevkit/blob/master/ddk/Cargo.toml#L19eg:
I'd like to propose we create a .gitignored directory in the project (
libs
) that has said dependies referenced and we update the Justfile to pull these from the proper git sha (i assume 0.6.0 of these is a pre-release?)Then we can replicate this setup in a CI step i was planning to build?
Thoughts?