elsirion / fedimint-observer

Fedimint Federation Explorer
https://observer.fedimint.org
10 stars 11 forks source link

fix: remove tokio unstable to resolve tokio builder errors #14

Closed bradleystachurski closed 4 months ago

bradleystachurski commented 5 months ago

Fixes https://github.com/elsirion/fedimint-observer/issues/13

I've verified locally and am able to sync block times and sessions from a mainnet federation 🎉

The dependencies are updated to use the latest commit from releases/v0.3 that backports removing tokio unstable (https://github.com/fedimint/fedimint/commit/38f593728a38284cc3365b7288294df7bc696273). This commit is not part of the latest v0.3.1 release, so we need to explicitly reference this commit.