monero/src/wallet
woodser 87d75584e8 Allow wallet2.h to run in WebAssembly
- Add abstract_http_client.h which http_client.h extends.
- Replace simple_http_client with abstract_http_client in wallet2,
message_store, message_transporter, and node_rpc_proxy.
- Import and export wallet data in wallet2.
- Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
2020-04-15 13:22:46 -04:00
..
api Merge pull request #6334 2020-04-04 12:41:32 -05:00
CMakeLists.txt build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_server 2019-11-09 14:21:22 +00:00
message_store.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
message_store.h Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
message_transporter.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
message_transporter.h Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
node_rpc_proxy.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
node_rpc_proxy.h Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
ringdb.cpp Hash domain separation 2020-04-01 08:31:00 -04:00
ringdb.h simplewallet: new unset_ring command 2019-04-02 14:18:07 +00:00
wallet2.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
wallet2.h Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
wallet_args.cpp daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
wallet_args.h daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
wallet_errors.h daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
wallet_light_rpc.h rpc: move a leftover light wallet RPC out of daemon RPC 2019-08-28 15:51:28 +00:00
wallet_rpc_helpers.h wallet: do not warn if the rpc cost was free 2019-10-27 10:59:31 +00:00
wallet_rpc_payments.cpp Allow wallet2.h to run in WebAssembly 2020-04-15 13:22:46 -04:00
wallet_rpc_server_commands_defs.h Merge pull request #6241 2020-02-28 19:49:41 -08:00
wallet_rpc_server_error_codes.h wallet: distinguish between empty and absent attributes 2019-05-02 13:00:08 +00:00
wallet_rpc_server.cpp Merge pull request #6268 2020-03-12 01:02:31 -07:00
wallet_rpc_server.h Merge pull request #6102 2020-02-06 00:32:47 -08:00