oxen-core/src/wallet/api
Jason Rhinelander ff8e2dd09d Disable MMS and light wallet support by default
This aren't used or supported by anyone in Oxen land (as far as I know)
and have not been maintained since the beginning, so hide them behind
disabled-by-default cmake options.

This cuts about 10% off the wallet2 compilation time and 3% off the
simplewallet compilation time, plus gets rid of the page of mms crap in
the cli wallet's "help" screen.
2021-09-02 14:03:19 -03:00
..
CMakeLists.txt Rename lokimq -> oxenmq 2021-01-14 19:35:00 -04:00
address_book.cpp Add locks around the refresh thread 2021-07-07 11:05:17 -03:00
address_book.h Remove deprecated wallet api functions 2020-10-24 12:46:26 -03:00
common_defines.h Export symbols and strip debug symbols from android static lib 2021-01-08 18:15:25 -04:00
pending_transaction.cpp Add non-blocking isRefreshing(); make height retrieval non-blocking 2021-07-07 18:10:29 -03:00
pending_transaction.h Merge pull request #1371 from jagerman/stake-unlock-compilation-fixes 2020-12-18 01:46:42 -04:00
stake_unlock_result.cpp Export symbols and strip debug symbols from android static lib 2021-01-08 18:15:25 -04:00
stake_unlock_result.h Fix some stake unlock wallet_api code compilation problems 2020-12-12 13:32:07 -04:00
subaddress.cpp Add locks around the refresh thread 2021-07-07 11:05:17 -03:00
subaddress.h Rename wallet api namespace Monero:: -> Wallet:: 2020-10-24 12:46:26 -03:00
subaddress_account.cpp Add locks around the refresh thread 2021-07-07 11:05:17 -03:00
subaddress_account.h Rename wallet api namespace Monero:: -> Wallet:: 2020-10-24 12:46:26 -03:00
transaction_history.cpp Add locks around the refresh thread 2021-07-07 11:05:17 -03:00
transaction_history.h wallet_api: unexpose fs:: in api; remove more deprecations; clean dirt 2020-11-04 12:11:20 -04:00
transaction_info.cpp Export symbols and strip debug symbols from android static lib 2021-01-08 18:15:25 -04:00
transaction_info.h Rename wallet api namespace Monero:: -> Wallet:: 2020-10-24 12:46:26 -03:00
unsigned_transaction.cpp Add locks around the refresh thread 2021-07-07 11:05:17 -03:00
unsigned_transaction.h wallet_api: unexpose fs:: in api; remove more deprecations; clean dirt 2020-11-04 12:11:20 -04:00
utils.cpp Export symbols and strip debug symbols from android static lib 2021-01-08 18:15:25 -04:00
wallet.cpp Disable MMS and light wallet support by default 2021-09-02 14:03:19 -03:00
wallet.h Disable MMS and light wallet support by default 2021-09-02 14:03:19 -03:00
wallet2_api.h Disable MMS and light wallet support by default 2021-09-02 14:03:19 -03:00
wallet_manager.cpp Remove mining-related functions from wallet api 2021-01-08 18:16:06 -04:00
wallet_manager.h Remove mining-related functions from wallet api 2021-01-08 18:16:06 -04:00