0xB10C / miningpool-observer

Transparency for Mining Pool Transaction Selection
https://miningpool.observer
MIT License
55 stars 13 forks source link

Update diesel to 2.0 #58

Closed 0xB10C closed 1 year ago

0xB10C commented 1 year ago

I followed https://diesel.rs/guides/migration_guide.html to update the diesel dependency from 1.4 to 2.0. The diesel dependency is extracted to shared and re-exported to be used by the web and daemon modules. This makes sure both modules use the same version and when updating only one place needs to be touched.

0xB10C commented 1 year ago

Have been running this on miningpool.observer without any problems for the last 24h.