uPlexa / uplexa

uPlexa: Incentivizing the mass compute power of IoT devices to form a means of anonymous blockchain payments.
https://uplexa.com
Other
48 stars 23 forks source link

uPlexa Uses Multiple Deprecated Functions #79

Open polarisfm opened 3 years ago

polarisfm commented 3 years ago

uPlexa still uses several deprecated functions as of https://github.com/uPlexa/uplexa/commit/482b36802f45298ff0182a16a0b964c4b105928d.

While everything is still working "fine" now the functions will be removed in newer versions of their respective libraries. Fixing this is important for overall codebase health.

The offending functions include:

Plus one deprecated header: boost/timer.hpp (deprecated in favor of boost/timer/timer.hpp)

Full logs can be found here