summaryrefslogtreecommitdiff
path: root/src/wallet/message_transporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* Allow wallet2.h to run in WebAssemblywoodser2020-04-151-4/+4
| | | | | | | - 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.
* MMS: Use chans instead of normal addresses for auto-configrbrunner72019-08-201-23/+38
|
* check load_t_from_json return valuesmoneromooo-monero2019-03-041-3/+9
|
* default initialize rpc structuresmoneromooo-monero2019-03-041-2/+4
|
* MMS (Multisig Messaging System): Initial versionrbrunner72018-12-121-0/+317