chore: update rust-simplicity dependency#314
chore: update rust-simplicity dependency#314stringhandler wants to merge 1 commit intoBlockstreamResearch:masterfrom
Conversation
…ew API Switch to later master branch of rust-simplicity, which removes the `Jet` type parameter from nodes and renames broken lock distance/ duration jets. Update all call sites to match the new API and deprecate example files that use the renamed jets.
|
@ivanlele in your opinion are we ready to just release a new version of rust-simplicity with these changes? |
@apoelstra, looks like it, the remaining work for #224 is only on the HL side. I was actually about to ask you what we needed to make release myself |
|
Okay, dope. @ivanlele can you open a PR on rust-simplicity which bumps the version in Cargo.toml and the lockfiles, and adds whatever CHANGELOG.md entries you think are worth mentioning? Then I can merge that, and tag and publish it. |
|
Can we possibly also get BlockstreamResearch/rust-simplicity#362 merged before the tag? |
|
oops yes definitely. let me review it now. |
On it, I'll make it a draft for now, before Mike's PR is reviewed |
Switch to latest master branch of rust-simplicity, which removes the
Jettype parameter from nodes and renames broken lock distance/ duration jets. Update all call sites to match the new API and deprecate example files that use the renamed jets.