Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-16 | Split epee/string_tools.h and encapsulate boost::lexical_cast | mj-xmr | 1 | -0/+1 | |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 1 | -0/+5 | |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 1 | -0/+142 | |
- 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. |