alpenlabs / strata

Rust implementation of the Strata protocol
https://docs.stratabtc.org
Apache License 2.0
23 stars 1 forks source link

applied patch from `STR-440-opentelemetry-output` #472

Closed delbonis closed 20 hours ago

delbonis commented 21 hours ago

Description

This PR is just applying the patch from #342 onto the release branch. I regenerated the lockfile, and now it's giving me the BlockTransactions issue again. How do we fix this?

Type of Change

Checklist

Related Issues

storopoli commented 20 hours ago

This is blocked by @evgenyzdanovich's work in removing the reth fork along with @MdTeach. My suggestion is to do reset the Cargo.lock and do cargo update -p FOO --precise BAR. See how BDK does it when dealing with their MSRV breaks: https://github.com/bitcoindevkit/bdk?tab=readme-ov-file#minimum-supported-rust-version-msrv

delbonis commented 20 hours ago

ahhhhhhhhhhhhhhhhhhhhhhhhh

storopoli commented 20 hours ago

closed by #473