vtnerd / monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API). Fast LMDB backend.
BSD 3-Clause "New" or "Revised" License
78 stars 29 forks source link

Update boost::asio usage to conform to newer standards: #144

Closed vtnerd closed 1 week ago

vtnerd commented 1 month ago
vtnerd commented 1 month ago

Force pushed two more widespread updates:

There is one exception of strand.wrap(...) usage in src/rest_server.cpp because boost::bind_executor doesn't provide exact same functionality.

vtnerd commented 1 month ago

Force pushed some more updates:

vtnerd commented 1 month ago

Force pushed a rebase so that the newest io_context.reset() calls are now io_context.restart().

vtnerd commented 1 month ago

Forgot to include latest changes, trying another force push.

vtnerd commented 1 month ago

Rebased after latest bug fixes (there were merge conflicts).

vtnerd commented 1 month ago

Discovered another deprecated ASIO feature in use:

The changes have been force pushed.

vtnerd commented 1 week ago

Force pushed a rebase with merge fixes.